Dayof / blackmagic-opencv-test

Test program using DeckLink video capture devices with OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 74.8%Language:CMake 20.8%Language:C 4.4%