anqixu / ueye_cam

A ROS nodelet and node that wraps the driver API for UEye cameras by IDS Imaging Development Systems GMBH.
Other
60 stars 102 forks source link

IS_NOT_SUPPORTED #32

Closed scott-eddy closed 8 years ago

scott-eddy commented 8 years ago

Hi, I'm new to ueye cameras and am trying to use the ueye_cam package with a UI-3590CP and the 4.72 sdk of the ueyecam driver. I'm running into an error simply running the rgb8 launch file. When running the node the package connects to the camera, resets parameters fine, and everything looks great. However, when trying to view the image with image_view I get the following errors:

[ERROR] [1456345530.490563918]: Could not set free-run active-low flash output for [camera] (IS_NOT_SUPPORTED)
[ERROR] [1456345530.491632063]: Shutting down driver nodelet for [camera]

I'm wondering if anyone can tell me what I'm doing wrong here.

As with #24 I've included a pastebin of my output with ROS_INFO_Streaming which can be found here. I don't think I have a camera .ini file.

anqixu commented 8 years ago

See if f06e0310c2029aa9d12db5a302040b658b833e12 resolves your issue.

scott-eddy commented 8 years ago

@anqixu this fixes the issue. Thanks for the update