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.
Release files for pyperdeck 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyperdeck-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / pyperdeck-0.0.1-py3-none-any.whl
| Download URL | pyperdeck-0.0.1-py3-none-any.whl |
|---|---|
| Size | 11.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1b1968ad964d559af59e9984b7a446739cd3cac63c3bc637bef1b97e65f0ea87
|
|
BLAKE2b-256 checksum How to use checksums |
085974d23ac25658987371571f17dd7df311805dd6fc4b7f95d8d35bc19275dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|