python-onvif-zeep
python-onvif-zeep copied to clipboard
ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
Can you tell me if I can use Onfiv to rotate the camera? Not the image from the camera, but the camera itself. It rotates 180 degrees. Thanks!
Hello Guys I get this error when I try to run the function GetStreamUri: ```Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/onvif_zeep-0.2.12-py3.5.egg/onvif/client.py", line 23, in wrapped return func(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/onvif_zeep-0.2.12-py3.5.egg/onvif/client.py",...
Hi, I've been working on an IP camera to access the zoom function. So I give the zoom function its velocity, and a timeout value, but the zoom operation doesn't...
hey, anyone can help me? in Zeep the method soap-env:Envelope isn't implemented.. this is my code ``` .... #access media service media = mycam.create_media_service() profiles = media.GetProfiles() # Use the...
I've not worked with onvif nor wsdl files before, trying to control a onvif compatible Tonton PTZ camera. Seems I just can't seem to get any of the object attributes...
I am getting the following exception when I try to run streaming.py. I get this exception for any example or test code I try. ``` Traceback (most recent call last):...
mycam = ONVIFCamera('192.168.1.23', 80, 'service', 'Bosch!23') media = mycam.create_media_service() def zeep_pythonvalue(self, xmlvalue): return xmlvalue zeep.xsd.simple.AnySimpleType.pythonvalue = zeep_pythonvalue ptz = mycam.create_ptz_service() all above could run correctly, then when move to media_profile...
**Python version:** 3.7.6 **onvif-zeep version:** 0.2.12 (from this repository) I'd like to return a response of type NetworkInterface as a Python dictionary, so it can be returned as JSON by...
When I create a continuous move argument for http://www.onvif.org/ver20/ptz/wsdl/ContinuousMove Input: [ContinuousMove] **ProfileToken** [ReferenceToken] A reference to the MediaProfile. **Velocity** [PTZSpeed] A Velocity vector specifying the velocity of pan, tilt and...
**From** a process launched through the Python 3.8 multiprocessing module when trying to call __init__ from an ONVIFCamera instance my code get stuck. Within update_xaddrs() method call on the following...