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)
Hello, if I try to call `mycam = ONVIFCamera('192.168.1.100', 80, 'admin', 'admin)` I get `No such file: /usr/local/lib/python2.7/dist-packages/wsdl/devicemgmt.wsdl'` - If I understand it correctly the wsdl files should be included...
Hi am using Python 3.5.2 Installed zeep using cmd line python setup.py install. My testonvif.py code: ``` from onvif import ONVIFCamera mycam = ONVIFCamera('192.168.0.51', 80, 'nodered', 'test1234', '/etc/onvif/wsdl/') ``` The...
Hello, I'm getting some problems when running the example_control_onvif. When i running the code it says error like this Traceback (most recent call last): File "/home/otka/.local/lib/python3.6/site-packages/suds/transport/http.py", line 78, in send...
how to get absulte value for ptz? I found locate absulately value in samples,but I can't get ptz value,so ,please help me!
help me please.
New version adds support for new features and also simplifies the use of features that already exist. Version 2 is already on many devices, but there are no libraries supporting...
Newer versions of ONVIF supposedly allow enabling of H265 streaming. Is it just a matter of upgrading the wdsl specifications?
Is there an example to do remote discovery? I am having a trouble figuring it out. I guess I need to use create_onvif_service. But what portType parameter I should give?
i've submitted the PR "add ability to use a camera under nat" let me know if is ok in this way , or you prefer something different!
I had issues with some services since their namespace prefix is not "ns0", so I put some logic to determine the correct prefix and use the hardcoded one only as...