synchronization of two image topics (infrared stream)
Hi all,
I would like to sync the left and right infrared image topic from my Intel RealSense R200 camera. Currently, I have managed to subscribe to the individual infrared topic (left and right) with its camera info through using image_transport::CameraSubscriber. My next goal would be to sync and publish both the left and right infrared stream as well as their camera info. How do I go about achieving the goal? Is it through using image_transport::SubscriberFilter ?
Question answered? Please mark it as such by ticking the checkmark to the left of the answer. Thanks.