Run an NDI stream of a single webcam
- Compile OpenCV into
opencv-build/
- Only the core modules are necessary, opencv_contrib can be ignored
- Extract the NDI SDK into
ndi_sdk/
- Build manually using cmake, or just use VS Code
- Manually:
cmake .
cmake --build .
- VS Code:
- Install this
- Open this folder and initialize the project or whatever it brings up
- Click the play button on the bottom of the window
- Manually: