FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
420 stars 137 forks source link

Compatibility of Axis M5000-G PTZ Camera #103

Open sirish-gambhira opened 1 year ago

sirish-gambhira commented 1 year ago

Hello all.

I am planning to buy Axis Communications M5000-G 15MP PTZ Network Dome Camera. I want to programmatically control the pan, tilt, zoom movements of the camera using languages like java-script or python. That is, I want to send commands to the camera to pan to a certain location, tilt to a certain angle or zoom to a certain extent without any hardware dependency. The datasheet for the camera states that it is compliant with ONVIF profiles G, M, S, T. I want to make sure that this repository supports the camera movement before I purchase it.

Thanks in advance.

Tagging @FalkTannhaeuser for better reach