Skip to content

FlantasticDan/pydeohub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydeohub

Documentation Status PyPI version

pydeohub

Python interface for ethernet-connected Blackmagic Design Smart Videohub SDI routers.

Installation

pip install pydeohub

Documentation

A full API reference and small walkthrough is available on Read the Docs.

Example

from pydeohub import Videohub

hub = Videohub('192.168.0.150')

hub.route(0, 0) # Note that input/output identifiers are 0-indexed.

hub.input_label(1, 'Camera 2')
hub.output_label(0, 'Switcher 1')

Additional Information

This is a work in progress and while it implements the vast majority of the Videohub Ethernet Protocol, it does not do everything. The infrastructure around locking inputs and oututs, video processors, and serial controllers is unimplemented.

Questions, comments, and contributions are welcome.

About

Python interface for Blackmagic Design Smart Videohub SDI routers.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages