Skip to main content

Python interface for Blackmagic Design Smart Videohub SDI routers.

Project description

pydeohub

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydeohub-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

pydeohub-0.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page