Python interface for Blackmagic Design HyperDeck recorders.
Project description
pyperdeck
Python interface for Blackmagic Design HyperDeck recorders.
Installation
pip install pyperdeck
Documentation
A full API reference and small walkthrough is available on Read the Docs.
Example
from pyperdeck import Hyperdeck
deck = Hyperdeck('192.168.0.100')
deck.preview()
deck.record('my_recording')
# ... some time later
deck.stop()
deck.output()
deck.play()
Additional Information
This is a work in progress and while it implements the vast majority of the HyperDeck Protocol, it does not do everything. 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
pyperdeck-0.0.1-py3-none-any.whl
(11.2 kB
view details)
File details
Details for the file pyperdeck-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyperdeck-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b1968ad964d559af59e9984b7a446739cd3cac63c3bc637bef1b97e65f0ea87 |
|
MD5 | 3803764db0d87a367146646ed269f528 |
|
BLAKE2b-256 | 085974d23ac25658987371571f17dd7df311805dd6fc4b7f95d8d35bc19275dc |