This folder contains the Nodos modules for Blackmagic Design DeckLink SDI I/O boards.
- Download latest Nodos release from nodos.dev
- Clone the repository under Nodos workspace Module directory
git clone https://github.com/nodos-dev/decklink.git --recurse-submodules Module/decklink-modules
- Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
- Build the project:
cmake --build Build