- Blackmagic DeckLink SDK
- OpenCV 3.0
- Boost C++
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.
Ensure that you have the OpenCV and Boost shared libraries in your PATH (or as appropriate for your system).