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, i try start next code: `mycam = ONVIFCamera('192.168.1.1', 80, 'admin', 'admin') rule = mycam.analytics.GetRules() print ('My rule: ' + str(rule))` but i have error 'ONVIFCamera' object has no attribute...
python-onvif-zeep is a good library, but I don't quite understand some extension methods. For example: I need to execute the wiper switch command, as the URL:https://cdn.exacq.com/auto/manspec/files/509be25d-468f-5404-71e4-20770abaabba.pdf explains, how should I...
I am currently making a program to control onvif using python. The problem is that there is an error that does not work properly in certain cameras. The original Python...
Good afternoon. I really need to remove prefix from requests my camera swears at him with a 400 error I got to etree.tostring( but inclusive_ns_prefixes=None, does not work :( **Bad**...
Bombs out trying to get the ptz configuration.
I am trying to access the SD card of my IP camera in a remote way. The set of functions available is here https://www.onvif.org/onvif/ver20/util/operationIndex.html. I can easily use the ones...
I have a IMOU Ranger 2C 4MP model. I try to run the AbsoluteMove example provided in this PR, but I gon the following error: ``` Traceback (most recent call...
[fix] Blank Topic title in PullMessages ``` [{ 'SubscriptionReference': None, 'Topic': { '_value_1': None, 'Dialect': 'http://www.onvif.org/ver10/tev/topicExpression/ConcreteSet', '_attr_1': { } }, 'ProducerReference': None, 'Message': { '_value_1': } }] ``` https://github.com/FalkTannhaeuser/python-onvif-zeep/issues/69 ref:...
  I would like to receive an IPC alarm message. Is this message in the form of subscription push?
How to access actual camera ip which is connected to nvr.