This project was create during Jugend hackt München 2021. First in foremost we wanted to have some fun and explore how to play with camera input. Therefore we implemented a video processing application for video conferences. You can select filters or blur out people in the background.
- Download this repository as a zip file and extract it.
- Create a virtual environment, and install the dependencies
$ python3 -m venv .env $ source .env/bin/activate $ pip install -r requirements.txt
- If you are using macOS or Window, install OBS, open it, activate the virtual camera and then close OBS.
- Start the GUI
$ python3 gui.py
- Join a video call and select the virtual camera.
- Have fun :)