Hardware sync pyrealsense 2
I want to try an external trigger on my D435 cameras. I already set up the function generator and sent the trigger signal. Whenever I run the code I got this error:
"Cannot change Inter-camera HW synchronization mode while streaming"
Here is my code:
import pyrealsense2 as rs
pipe = rs.pipeline()
prof = pipe.start()
dev = prof.get_device()
ds = dev.query_sensors()[0]
ds.set_option(rs.option.inter_cam_sync_mode, 1)
ds.get_option(rs.option.inter_cam_sync_mode)
-
Hi Mohammadmahmoodi8020 Your question has been responded to at the version of it at the link below. Thanks!
Please sign in to leave a comment.
Comments
1 comment