ros-drivers / axis_camera

Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.
BSD 3-Clause "New" or "Revised" License
52 stars 72 forks source link

Brightness now received #68

Open jocacace opened 3 years ago

jocacace commented 3 years ago

Hi guys,

I am using an AXIS M5525-E PTZ Dome camera and I am trying to connect it with ROS. I am able to get the image stream and control pan/tilt and zoom. However, I am not able to control the brightness. I can publish the desired brightness value, but it doesn't change in the system status and also the image brightness is not changing. Since it remains set to 0, the images suddenly become dark.

Do you have any hint?