FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
420 stars 137 forks source link

how to exec Onvif Auxiliary Commands,for example wiper on /off? #119

Open tms2003 opened 7 months ago

tms2003 commented 7 months 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