Provides a virtual dummy camera for developers. You can replace the original camera image with a dummy image by enabling the extended functionality.
The following dummy video outputs are supported
- digital clock
This is the alpha version. Replaces MediaDevices.getUserMedia()
with HTML5's Canvas animation and turns the camera input into a digital clock.
If navigator.mediaDevices.getUserMedia() is working, there is no need to prepare a physical camera. On the other hand, services such as Google Meet need to recognize the camera module to work.
Download chrome-dummy-camera.crx
from the release page.
Open Chrome's extensions page and enable developer mode. Drag and drop the crx file to install it.
If you want to use the latest version, you can use npm or yarn to build it.
The output is placed under the build
directory.
npm run build # or yarn build
Suggestions and pull requests are welcomed!.