https://github.com/squidkid-deluxe/pixelator-live
A pixelating script that produces pixelated webcam output
https://github.com/squidkid-deluxe/pixelator-live
anonymity python3 webcam-streaming
Last synced: 3 months ago
JSON representation
A pixelating script that produces pixelated webcam output
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/pixelator-live
- Owner: squidKid-deluxe
- Created: 2021-04-01T22:44:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T23:31:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T11:02:07.341Z (4 months ago)
- Topics: anonymity, python3, webcam-streaming
- Language: Python
- Homepage:
- Size: 997 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixelator-live
## A pixelating script that produces pixelated webcam outputPixelator-live takes an input from a standard webcam and pixelates it. Then, the pixelated form is outputted to the virtual webcam. pixelator.png is a comparison of the original picture and the outputted video. pixelator2.png is a pixelated picture of fir trees.
To run the program, a few steps are needed:
- First install python >= 3
- Then install OpenCV, PIL, and pyvirtualcam
- Clone the repository
- Run python3.x pixelator.py
- If an error results, make certain that you have you camera plugged in.