python-onvif-zeep icon indicating copy to clipboard operation
python-onvif-zeep copied to clipboard

'ONVIFCamera' object has no attribute 'analytics'

Open fariant opened this issue 1 year ago • 0 comments

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

fariant avatar Jan 18 '24 18:01 fariant