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

'ONVIFCamera' object has no attribute 'analytics' #120

Open fariant opened 5 months ago

fariant commented 5 months ago

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 'analytics'. wsdl file and path is OK. devicemgmt work fine. Please help me