Skip to content

Test program using DeckLink video capture devices with OpenCV

Notifications You must be signed in to change notification settings

motiz88/blackmagic-opencv-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Blackmagic DeckLink SDK
  • OpenCV 3.0
  • Boost C++

Compilation

Use CMake. Make sure to set DeckLink_DIR, OpenCV_DIR and Boost_DIR correctly.

Note that in practice I've only compiled this on Windows with MSVC12 (2013) since forking it from Jesús Torres' original Linux-only repo. I'm fairly confident it can be built on Linux and Mac with minimal changes. If you do so, I'd love to know about it and accept any PRs that may be needed.

Running

Ensure that you have the OpenCV and Boost shared libraries in your PATH (or as appropriate for your system).

About

Test program using DeckLink video capture devices with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.2%
  • CMake 20.8%
  • C 5.0%