alliedvision / vimbax_ros2_driver

ROS 2 driver for Vimba X
BSD 3-Clause "New" or "Revised" License
2 stars 9 forks source link

Cannot run two camera nodes at the same time #6

Closed diangeli closed 2 months ago

diangeli commented 2 months ago

I am trying to execute two camera nodes for two cameras at the same time, but the moment I subscribe to both of them at the same time, none of the cameras stream and I get the following error:

[vimbax_camera_node-1] [WARN] [1726131009.302508129] [vimbax_camera_rgb.vimbax_camera_rgb]: Frame with status -1 received

My cameras are Prosilica GT2050 and Mako-G 419-NIR.

I also tried running one camera with vimbax driver and the other with vimba driver but the same error occurs.

diangeli commented 2 months ago

After debugging turns out that the problem was with the bandwidth of the network drive. Closing as it doesn't have to do with the driver.