https://github.com/commandblockguy/shrekcam
An exceedingly terrible webcam background thing.
https://github.com/commandblockguy/shrekcam
Last synced: 10 months ago
JSON representation
An exceedingly terrible webcam background thing.
- Host: GitHub
- URL: https://github.com/commandblockguy/shrekcam
- Owner: commandblockguy
- License: mit
- Created: 2020-08-25T01:59:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T20:16:22.000Z (about 5 years ago)
- Last Synced: 2025-02-27T15:26:52.921Z (11 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I don't even have a name for this yet.
This creates a fake video camera with a custom background that can be an image or a video (e.g. Shrek (2001)). It also supports closed captions, which must be in the srt format.
The background detection was stolen from this blog post: https://elder.dev/posts/open-source-virtual-background/
**All of this code is bad. I threw a prototype together in a few hours, then wrote the rest of it in the middle of various Zoom calls.**
This repo is mostly only here so I can show people how this works, or how bad this code is.
## Installation:
Don't.
## License:
You agree not to use this code to evaluate my potential as a future employee.
## Documentation:
Read commands.py.
You can run the `reload` command to reload the commands and process_frame modules. This works well for adding new features while you're supposed to be paying attention to a Zoom call.
## Contributing:
PRs are welcome, if you're insane enough to try to actually get this running on your machine.