I want to try node-virtualcam available on https://www.npmjs.com/package/node-virtualcam
I am on Windows 10, 64 bit
so I followed following steps to try.
- run
npm install --global --production windows-build-tools --vs2015
with admincmd
git clone https://github.com/letmaik/node-virtualcam
cd node-virtualcam
npm install
- Downloaded https://github.com/Fenrirthviti/obs-virtual-cam/releases/download/2.0.5/OBS-Virtualcam-2.0.5-Windows.zip
- After doing unzip I run
regsvr32 /n /i:1 ".\OBS-Virtualcam-2.0.5-Windows\bin\32bit\obs-virtualsource.dll"
- I saw successful installed message in cmd
node samples\sample.js
- Seeing message on cmd "virtual cam output started (1280x720 @ 30fps)"
But I am not seeing virtual webcam on google meet in video settings nor in VLC capture devices. How can I check and see if virtual webcam and this module is working fine?
I am able to see newly registered virtual camera using 32 bit graphEdit in
Video Capture Sources