this is a repository to use decklink(blackmagic) video with python
structure is like the following
captured frame (decklink): c++
-> convert to opencv format: c++
-> send data using zmq: cpp2py
-> opencv format: python
- Ubuntu 16.04
- python 2.7
- DeckLink SDK 10.9.5
- opencv (both c++ & python)
- zmq (cppzmq & pyzmq)
./build.sh
cpp/build/publisher
python py/subscriber.py