Yttrium-tYcLief / pyperdeck

Python interface for Blackmagic Design HyperDeck recorders.

Home Page:http://pyperdeck.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyperdeck

Documentation Status PyPI version

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.

About

Python interface for Blackmagic Design HyperDeck recorders.

http://pyperdeck.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%