letmaik / node-virtualcam

🎥 Send frames to a virtual camera from Node.js
GNU General Public License v2.0
59 stars 5 forks source link

Not able to see virtual webcam #3

Open alokmahor opened 3 years ago

alokmahor commented 3 years ago

I want to try this module so I followed following steps to try.

  1. npm install --global --production windows-build-tools --vs2015
  2. git clone https://github.com/letmaik/node-virtualcam
  3. cd node-virtualcam
  4. npm install
  5. Downloaded https://github.com/Fenrirthviti/obs-virtual-cam/releases/download/2.0.5/OBS-Virtualcam-2.0.5-Windows.zip
  6. After doing unzip I run with admin cmd
  7. regsvr32 /n /i:1 ".\OBS-Virtualcam-2.0.5-Windows\bin\32bit\obs-virtualsource.dll"
  8. I saw successful installed message in cmd
  9. node samples\sample.js
  10. 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?

cosmin-teslovan commented 2 years ago

I can see the virtual cam but it just displays the default OBS Virtual Cam image. It doesn't seem to be working...

image
RealSput commented 1 year ago

@cosmin-teslovan How did you get the virtual camera? Did you install OBS before-hand? Because I followed the instructions and I cannot see the virtual camera.