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

Added support for setting the software-gamma #90

Closed nullket closed 3 years ago

nullket commented 3 years ago

Software-gamma belongs to the "gain section" of the driver and was not supported yet. Wiht this PR one can be set a desired software-gamma using a launch file (was added to the optional part of debug.launch as an example), on-device camera configs and via rqt_reconfigure.

IDS states the default value to be 100. Therefore this parameter defaults to 100 if not specified elsewhere.