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

AXIS PTZ M5525-e tested and it is working #85

Closed Athapapa22 closed 3 months ago

Athapapa22 commented 3 months ago

Greetings,

Thanks for the ros pkg guys! I have tested the noetic devel branch with the M5525-E model and it is working fine after all the fixes with the python3 rosdep and the recomendation of this guy: https://github.com/NVlabs/Deep_Object_Pose/issues/167#issuecomment-980771400

Also in order to get the image from the camera you must set the ecrypted_password=true

Thanks again you can add this axis model to the tested list as well.

civerachb-cpr commented 3 months ago

Great! Thanks for letting us know. I've updated the readme with a link to this report to indicate that at least one model from the M55 range has been tested.