8000 GitHub - steveseguin/chromicam: Turns a website into a Virtual Camera output
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

steveseguin/chromicam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromicam uses CEF (Chromium Embedded Framework) and OBS-Virtualcam (along with the very awesome pyvirtualcam lib) to create a live video output device that mirrors a website. This application can be run minimized, in the background, which frees up desktop screen space versus the alternative of screen capturing.

image

You'll need to install this also: https://obsproject.com/forum/resources/obs-virtualcam.949/

if OBS is not installed, you can force the install of the driver with this:

regsvr32 /n /i:1 "obs-virtualcam\bin\32bit\obs-virtualsource.dll"
regsvr32 /n /i:1 "obs-virtualcam\bin\64bit\obs-virtualsource.dll"

(compiled versions have been removed)

If you want to run Chromicam from source, you will need Python3 and then you can do:

pip install -r requirements.txt
python3 chromicam.py https://www.youtube.com/watch?v=oHg5SJYRHA0 1280 720 30

Stop OBS Virtual Cam before using with this tool if its already in use. (Stop it in OBS if using it there, for example)

If it crashes, deactive and reaactivate OBS Virtualcam (via its OBS device settings works) Also double check to make sure its not already in use by OBS or other app.

This app will use the first OBS Virtualcam; others install are ignored.

There will not be any video output unless the content is dynamic; it will update on scene changes.

Default is up to 30fps

About

Turns a website into a Virtual Camera output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

0