Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shap-po/webcam-filters
Live webcam filters
https://github.com/shap-po/webcam-filters
utility
Last synced: 30 days ago
JSON representation
Live webcam filters
- Host: GitHub
- URL: https://github.com/shap-po/webcam-filters
- Owner: shap-po
- Created: 2022-02-05T12:22:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T12:22:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T11:45:54.399Z (3 months ago)
- Topics: utility
- Language: Python
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webcam-filters
This project is an API for custom real-time filters for webcam.
(This is mostly used to annoy teachers in online classes)## Installation
Follow pyvirtualcam installation instructions [here](https://github.com/letmaik/pyvirtualcam#installation)
Install python 3 if you haven't already installed it. And install libs for it:
`$ pip install -r requirements.txt`## Configuration
There are three files which will help you to set up your perfect webcam filter system, which are located in the "configuration" folder.
"camera.json" is used only to set an id for your camera, while "gui.json" is used to configure your interface.
If you want to change style of the interface, you can do so in the "style.css".## Custom filters
You can remove pre-created filters as well as create new ones in the "filters.py" file.