Items with no label
3335 Discussions

rs.syncer in pyrealsense2

IChug1
Beginner
2,990 Views

I cannot find any documentation for rs.syncer nor any instructions for hardware sync via the python wrapper. Is there anywhere I can get this information?

This is for synchronizing two Realsense D415s

0 Kudos
1 Solution
MartyG
Honored Contributor III
1,405 Views

If you are looking for the documentation for the rs2::syncher class, you can find it at the link below.

http://docs.ros.org/kinetic/api/librealsense2/html/classrs2_1_1syncer.html librealsense: rs2::syncer Class Reference

I do not know of a sync script for Python, though there are plenty of C++ ones in the link below that may be convertable.

https://github.com/IntelRealSense/librealsense/issues/2219# issuecomment-412348293 Access & control any devices in a multicam setup · Issue # 2219 · IntelRealSense/librealsense · GitHub

Otherwise, feel free to post a request for Python sync code on the RealSense GitHub by visiting the link below and clicking the New Issue button.

https://github.com/IntelRealSense/librealsense/issues Issues · IntelRealSense/librealsense · GitHub

View solution in original post

0 Kudos
2 Replies
MartyG
Honored Contributor III
1,406 Views

If you are looking for the documentation for the rs2::syncher class, you can find it at the link below.

http://docs.ros.org/kinetic/api/librealsense2/html/classrs2_1_1syncer.html librealsense: rs2::syncer Class Reference

I do not know of a sync script for Python, though there are plenty of C++ ones in the link below that may be convertable.

https://github.com/IntelRealSense/librealsense/issues/2219# issuecomment-412348293 Access & control any devices in a multicam setup · Issue # 2219 · IntelRealSense/librealsense · GitHub

Otherwise, feel free to post a request for Python sync code on the RealSense GitHub by visiting the link below and clicking the New Issue button.

https://github.com/IntelRealSense/librealsense/issues Issues · IntelRealSense/librealsense · GitHub

0 Kudos
IChug1
Beginner
1,405 Views

Thanks, I'll see if I can reverse engineer something from the cpp implementation.

0 Kudos
Reply