Skip to content

Python wrapper for hi3520d hardware encoder API, Examples of hardware are UrayTech, J-tech, NTI and Orivision

Notifications You must be signed in to change notification settings

ElectricCandlelight/vencapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vencapi:

Python wrapper for hi3520d hardware encoder API, Examples of hardware are UrayTech, J-tech, NTI and Orivision

Requirements:

Requests pip install requests https://pypi.org/project/requests/

Usage:

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

About

Python wrapper for hi3520d hardware encoder API, Examples of hardware are UrayTech, J-tech, NTI and Orivision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages