With thanks to Nick for advice
Motion detecting art!
This interactive program displays a live feed from your webcam with an artistic overlay. The code detects changes in color, runs numerous filters on these points, and displays them in colorful form. The user is welcome to run the code without opening it, and play about in the preset display modes, or you can easily open the code and personalize the simple settings to optimize your art experience.
Check out the videos in the repository to get a taste.
- Python 3 and built-in libraries
- OpenCV
- Webcam
- Clone the repo
- Run 'art.py', and have fun with the preset modes
- Optimize your settings
- Open up 'art.py' and find the Choices section, most recently found near line 300
- Toggle on and off displays and change colors to your preference
- Run, play, and repeat.