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)
We added additional AbsoluteMove PTZ example. Works confirmed on HikVision PTZ (HIKVISION DS-2DE2204IW-DE3 2MP IP PTZ )
Hi everybody, the script works very well and i'm able to change the host name to the camera ( as per instruction) but it's not clear on how to form...
Hi, I was trying to connect a ptz camera with API on python. But I faced a weird problem. The API can see the camera and return the hostname. But...
I have an application with extensive logging. When I import onvif `from onvif import ONVIFCamera, exceptions` all logging lines from the rest of the application are doubbled: ``` ***** Software-Version:...
Hello, I'm trying to figure out howto translate the output of any onvif camera into a working onvif-cli commandline so far i have: (if you have same more, please add...
 Currently, I'm looking for metadata access functions using the in Python-onvif. I want to get the coordinates of "BoundingBox" inside the red box. How to i access data? https://www.onvif.org/ver20/analytics/wsdl/analytics.wsdl#op.GetSupportedMetadata...
I have tried the events.py example, but I am getting the following error: > Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/zeep-2.4.0-py3.5.egg/zeep/xsd/schema.py", line 499, in _get_instance return items[qname] KeyError: During handling...
I'm using [this gist](https://gist.github.com/hawkeye217/152a1d4ba80760dac95d46e143d37112) to test ONVIF support for my camera to add it to [Frigate](https://github.com/blakeblackshear/frigate). I've looked inside the request in Wireshark to check if there was something different...
I saw that each service is used to extract a part of the information of the camera (media, events, analytics...), but in the ONVIF documentation you can see that there...
**Hi, I was trying to connect TP-Link tapo C220 ip camera with python, but I 'm stuck on a problem. Here is my code :** import time from onvif import...