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
424 stars 138 forks source link

Update continuous_move.py to have proper spaces #53

Open henriman opened 5 years ago

henriman commented 5 years ago

The spaces specified in the Position of ptz.GetStatus are not recognized (for some reason), changing them to an empty string fixes this. Also, I changed the loop in if __name__ == '__main__', as the former one didn't work for me.