Skip to content

ryokomy/decklink-opencv-zmq-cpp2py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decklink-opencv-zmq-cpp2py

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  

tested environment

  • Ubuntu 16.04
  • python 2.7
  • DeckLink SDK 10.9.5

requirement

  • opencv (both c++ & python)
  • zmq (cppzmq & pyzmq)

how to use

build

./build.sh

run c++ publisher

cpp/build/publisher

run python subscriber

python py/subscriber.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages