-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a single rs2::syncer to synchronize between devices? #5044
Comments
There is a user-contributed script here for using rs2::syncer with multiple cameras: More documentation on syncer is here: |
As long as frame timestamp domain equals global time (or system time), it should be possible to use syncer to bundle frames from different sensors. It is problematic when using raw hardware clocks. |
Thank you @MartyG-RealSense and @dorodnic. Is there a recommended |
Have you seen the advice Dorodnic provided yesterday in your frame queue best practices post please? |
Yes, I have! And thank you for the links; very helpful. |
We fully understand this now, can close the ticket. Thank you to everyone for your help! |
Camera Model: D415
Firmware Version: 05.11.15.00
OS: Ubuntu 18.04 with kernel 4.18.20-041820-generic
Platform: PC
SDK Version: librealsense-2.29.0
Segment: Telecommunications
https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_lifetime.md
^^ The above doc states:
You can also use a single rs2::syncer to synchronize between devices, assuming it makes sense.
If you could please elaborate on this idea and how it might be utilized? Also, is there any documentation or example code related to the 'syncer' classes?
Thank you!
The text was updated successfully, but these errors were encountered: