This folder contains the Nodos plugin for webcam I/O.
- Download latest Nodos release from nodos.dev
- Clone the repository under Nodos workspace Module directory
git clone https://github.com/nodos-dev/webcam.git --recurse-submodules Module/webcam
- Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
- Build the project:
cmake --build Build
Webcam Plugin uses Softcam library to create virtual camera. If you want to use it:
- Build the project.
- Run
BuildDriverAndGetInstaller.bat
. It will createsoftcam.dll
andsoftcam_installer.exe
in Binaries folder.
- Run
RegisterSoftcam.bat
as administrator. - Don't delete or move
softcam.dll
because we don't copy it anywhere else