Python wrapper for hi3520d hardware encoder API, Examples of hardware are UrayTech, J-tech, NTI and Orivision
Requests pip install requests
https://pypi.org/project/requests/
See simple_example.py and examples.py
from vencapi import VencAPI, VencOSD
stream = VencAPI("admin", "admin", "192.168.0.168") #Username, password and the IP of the encoder
osd_1 = VencOSD(stream, 0) #Sets up zone 1
osd_1.hide() #Hide zone 1