Skip to content

OBS VirtualCam GUI to select custom placeholder.png on Windows

Pre-release
Pre-release
Compare
Choose a tag to compare
@pedanticdan pedanticdan released this 06 Feb 23:02
· 1 commit to master since this release

A (Beta) Windows version is now available as an installer executable.

The simplest way to add Windows support is to include a slightly modified win-dhsow module (actually, a obs-virtualcam-module that is part of win-dshow). The modified module checks for a placeholder.png file in the user's %APPDATA% file space. If found, that image will be used when the Virtual Camera is off in OBS. IF not found, the original placeholder.png file will be used as normal. (The virtualcam module on MacOS already works this way).

The installer also adds an uninstaller in the OBS install directory ( such as C:\Program Files\obs-studio ).

The installer should deregister the default obs-virtualcam-module and then register the modified module.

The source code for the obs-placeholder module is unchanged from the MacOS version. What's new is:

A) A Windows build of the module.
B) A Windows build of win-dshow from my obs-studio PR.
C) A Windows installer.

EDIT: Added placeholder.zip for anyone who prefers that mode of delivery. Unzip into the OBS install directory (such as C:\Program FIles\obs-studio).