Skip to content

Chrome Extension to Replace Camera Input with Dummy Videos

License

Notifications You must be signed in to change notification settings

roamer7038/chrome-dummy-camera

Repository files navigation

Chrome Dummy Camera

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.

Install

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.

Build

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

Screenshot

Contribution

Suggestions and pull requests are welcomed!.

LICENSE

MIT

About

Chrome Extension to Replace Camera Input with Dummy Videos

Resources

License

Stars

Watchers

Forks

Packages

No packages published