python-onvif-zeep
python-onvif-zeep copied to clipboard
Update continuous_move.py to have proper spaces
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.