quatanium / python-onvif

ONVIF Client Implementation in Python
MIT License
474 stars 321 forks source link

Long script loading time. #101

Open sithdaddy opened 3 years ago

sithdaddy commented 3 years ago

when i start a python using python-onvif , it takes almost 1 minute before the script gets past the

mycam = ONVIFCamera('192.168.10.2', 8899, 'admin', 'asdf', '/home/pi/wsdl/')

line.

Is there a way to speed that up ?