Realsense Color Image Pointcloud Synchronization
Hi, I use color image to filter out a moving object and I use PointCloud to determine it XYZ. However, I notice that if the object is moving fast, the XYZ position is not accurate. I would like to know how to synchronize the color image with the PointCloud. I am current setting my D435 in 60fps for both color and depth channel.
I tried to use depth image before, the problem with depth image is that I can only get the depth not the position in the other 2 axis.
I know there is a time synchronizer in ROS but I don’t know the latency of generating the PointCloud.
Thanks a lot for any help!