ros-drivers / pointgrey_camera_driver

ROS driver for Pt. Grey cameras, based on the official FlyCapture2 SDK.
128 stars 179 forks source link

Bug in flycapture 2.7.3.13 #28

Closed konradb3 closed 9 years ago

konradb3 commented 9 years ago

There is a bug in flycapture 2.7 which prevent simultaneous operation of multiple cameras on single PC. The bug is known to Point Grey support. I would suggest to downgrade the flycapture version to latest 2.6. This is important because current deb form pcakeges.ros.org contains non working version of the driver.

mikepurvis commented 9 years ago

Ack, thanks for the heads-up. The change is needed here:

https://github.com/ros-drivers/pointgrey_camera_driver/blob/master/pointgrey_camera_driver/cmake/download_flycap#L44

I'd be happy to merge and release a PR which corrects this.