This folder contains the Nodos modules for AJA 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/aja.git --recurse-submodules Module/aja-modules
- Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
- Build the project:
cmake --build Build
You need libudev-dev
package in order to build AJA SDK.