Hi, I am trying to make a stereo camera acquisition using ROS with the cameradc1394 driver and the stereo_proc package. I've got a separate computer to stream the image_raw from my two cameras. The stream works, but when I launch stereo_image_proc, it seems that my two cameras are not synchronized : [ WARN] 1274098675.074074000: [stereo_image_proc] Low number of synchronized left/right image pairs received. Left images received: 3079 Right images received: 3076 Synchronized pairs: 0 Possible issues: * The cameras are not synchronized. * The network is too slow. For each synchronized image pair, at most 1 is getting through. Here is my launch file : Is there any specific way to make the two cameras synchronize ? I am following that tutorial : http://www.ros.org/wiki/stereo_image_proc Thank you for any help. Sacha