magazino / pylon_camera

ROS-Driver for Basler Cameras
BSD 3-Clause "New" or "Revised" License
78 stars 108 forks source link

"startGrabbing: Node is not writable." in pylon_camera package #3

Closed andermi closed 8 years ago

andermi commented 8 years ago

When I try to launch the pylon_camera node, I receive the following error:

startGrabbing: Node is not writable.

I traced through the code and found that an exception is thrown when the node is trying to set the PixelFormat to Mono8 using the setValue function in pylon_camera_base.hpp in the startGrabbing function.

I'm using the basler ace acA4600-7gc GigE camera with pylon 5 sdk. I can view the camera images and set camera parameters just fine using the PylonViewerApp.

http://answers.ros.org/question/237591/startgrabbing-node-is-not-writable-in-pylon_camera-package/

marc-up commented 8 years ago

Thanks for reporting! I could reproduce the error using a acA4600-10uc and will try to provide a fix within the next days.

andermi commented 8 years ago

Great, thank you! If you need any more info from me, please let me know!

marc-up commented 8 years ago

Done! Please leave a feedback if your problem could be solved.

andermi commented 8 years ago

That seems to have done the trick! Thank you for such a quick response!