christianrauch / camera_ros

ROS 2 node for libcamera supported cameras (V4L2, Raspberry Pi Camera Modules)
https://libcamera.org
MIT License
69 stars 30 forks source link

Stereo threaded #59

Closed Ingaiza closed 2 months ago

Ingaiza commented 2 months ago

The initial node has some lag/delay between the left and right images even though the image info has the same timestamp, so this is the first attempt to solve that issue using threads, The output still has some little delay, still looking for other solutions. Looking to try ROS2 MultiThreadedExecutors as it may turn out as a better option.

christianrauch commented 2 months ago

What are you trying to do? This is the second PR to this that you open and close immediately. Are you trying to add this stereonode code to the repo?