Skip to content

letmaik/node-virtualcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-virtualcam

NOTE: This package is a work-in-progress. No support is provided, use at own risk.

Installation

This package is Windows-only for now.

From admin command prompt:

npm install --global --production windows-build-tools --vs2015

If this gets stuck, see felixrieseberg/windows-build-tools#172 (comment). Also, see StackOverflow on why --vs2015 is needed.

Install/build package:

npm install

Run sample:

node samples\sample.js

The package uses obs-virtual-cam which has to be installed separately. Note that the obs-virtual-cam installer assumes an OBS Studio installation and will fail otherwise. You can also download and extract the obs-virtual-cam zip package directly without installing OBS Studio. After unzipping, simply run regsvr32 /n /i:1 "obs-virtualcam\bin\32bit\obs-virtualsource.dll" from an elevated command prompt to install the virtual camera device. Use regsvr32 /u "obs-virtualcam\bin\32bit\obs-virtualsource.dll" to uninstall it again.

About

🎥 Send frames to a virtual camera from Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages