ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
445
stars
145
forks
source link
how to exec Onvif Auxiliary Commands,for example wiper on /off? #119
Open
tms2003 opened 1 year ago
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 do it? Thanks