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 BuildWebcam Plugin uses Softcam library to create virtual camera. If you want to use it:
- Build the project.
- Run
BuildDriverAndGetInstaller.bat. It will createsoftcam.dllandsoftcam_installer.exein Binaries folder.
- Run
RegisterSoftcam.batas administrator. - Don't delete or move
softcam.dllbecause we don't copy it anywhere else