Skip to content
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

[PERFORMANCE] RGBD ROS noetic synchronize #559

Open
abegni opened this issue Jul 9, 2024 · 1 comment
Open

[PERFORMANCE] RGBD ROS noetic synchronize #559

abegni opened this issue Jul 9, 2024 · 1 comment
Labels
question Further information is requested

Comments

@abegni
Copy link

abegni commented Jul 9, 2024

Hi,
i would like to know if there is a easy way to synchronize the output of stereo and rgb camera in ROS noetic in RGBD pipeline. This option seems not to be present in ROS parameters (https://docs.luxonis.com/software/ros/depthai-ros/driver/). i_fsync_continuous and i_fsync_trigger are used to synchronize the frames by an external trigger. I also read this example (https://docs.luxonis.com/software/depthai/examples/depth_video_sync/) where DepthAI Sync node is used in order to synchronize rgb and stereo output but in ROS param is not present any sync pipeline. Any other options?
Thank you for your support.

@abegni abegni added the question Further information is requested label Jul 9, 2024
@Serafadam
Copy link
Collaborator

Hi, in-driver sync for those outputs is on the roadmap, although for now it is hard to give an estimate for when it will be available. You can use ROS message_filters package to sync multiple topics based on their timestamps, similarly to how some of the nodes in depthai_filters work. You could also create a custom pipeline to add sync node that would connect to those two sources with a custom callback that would publish them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants