Python interface for Blackmagic Design Smart Videohub SDI routers.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydeohub-0.0.1.tar.gz.
File metadata
- Download URL: pydeohub-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
280581d4904473aa88f597e0fe2ad47693f9cbd7e50fbc3c82693af92be95845
|
|
| MD5 |
a5dfa064906ac047ee96a8f7efbaadb6
|
|
| BLAKE2b-256 |
c203cb950590a6d82035705636a257c058f346c93546cad5c735190b3b76d5c0
|
File details
Details for the file pydeohub-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pydeohub-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bb0adc025108425bc7f6c7f7809b276963e5dbd1cdd35ea8e274ac3dade1377
|
|
| MD5 |
b676d40e247491d994ee3ca82201ed00
|
|
| BLAKE2b-256 |
68b68fca179e265c5519887d366e330ca99a105308beaf712dd8296096f4070b
|