An open API service indexing awesome lists of open source software.

https://github.com/roshan-r/fwebcm

A fake webcam for linux
https://github.com/roshan-r/fwebcm

Last synced: 10 months ago
JSON representation

A fake webcam for linux

Awesome Lists containing this project

README

          

# fwebcm

Play videos as your webcam feed !

## Installing dependencies

### Ubuntu

` sudo apt install v4l2loopback-dkms ffmpeg zenity `
### Fedora
` sudo dnf install akmod-v4l2loopback ffmpeg zenity `
## Running

make the script executable and enjoy!
```
chmod +x webcam.sh
./webcam.sh
```