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.
Release files for pydeohub 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydeohub-0.0.1.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydeohub-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.9 kB
Release files / pydeohub-0.0.1.tar.gz
| Download URL | pydeohub-0.0.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
280581d4904473aa88f597e0fe2ad47693f9cbd7e50fbc3c82693af92be95845
|
|
BLAKE2b-256 checksum How to use checksums |
c203cb950590a6d82035705636a257c058f346c93546cad5c735190b3b76d5c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.0
|
Release files / pydeohub-0.0.1-py3-none-any.whl
| Download URL | pydeohub-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3bb0adc025108425bc7f6c7f7809b276963e5dbd1cdd35ea8e274ac3dade1377
|
|
BLAKE2b-256 checksum How to use checksums |
68b68fca179e265c5519887d366e330ca99a105308beaf712dd8296096f4070b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.0
|