ros-drivers / pointgrey_camera_driver

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

How do i use this driver for Blackfly S point grey camera? #159

Closed sumitspattan closed 4 years ago

sumitspattan commented 6 years ago

Hello,

How do i use this driver for blackfly s model?

jzx-gooner commented 6 years ago

i have the same problem.

fabrizioschiano commented 6 years ago

What do you mean? @sumitspattan @lab135-ncepu ? Could you be more specific?

What did you try and did not work?

You should try one of the launch files provided in the driver

jzx-gooner commented 6 years ago

@fabrizioschiano i have a camera,the model is blackfly s,it belogs to the point-grey cameras ,however,using this driver,the camera does not work。run the launch files ,can not find the camera。 thank you very much!

sumitspattan commented 6 years ago

@fabrizioschiano Since the driver which is currently implemented is using FlyCapture SDK, is it possible to implement the same driver for Spinnaker SDK?

Or

is it possible to use the existing driver for Blackfly S camera, Model: BFS-PGE-50S5C ?

If I download the existing ros driver, it won't work. As said by @jzx-gooner

simonyilunw commented 6 years ago

Same here, how do we make it work for Blackfly S?

DrCurry commented 5 years ago

BlackFly S only supports Spinnaker. This driver uses FlyCapture. If you want to use BlackFly S, you are going to have to write your own node wrapping the Spinnaker SDK with ROS

mhosmar-cpr commented 5 years ago

Hi all, I have been working on a Spinnaker driver which I have tested working with Blackfly S (BFS-U3-32S4M) and Chameleon 3. Check it out over at https://github.com/ros-drivers/flir_camera_driver. It is based on pointgrey_camera_driver and should look fairly familiar. If there are any issues specific to your camera I encourage you to contribute fixes. I hope that eventually we will be able to support all the new FLIR cameras.