Text Rain (Drawing w Webcam)
🔗 Code Example: Text Rain
🔗 Credits:
Original Text Rain by Camille Utterback and Romy Achituv
🔗 Related Videos:
🔗 References:
🔗 Timestamps:
0:38 Use createCapture() to get video from webcam
3:04 Draw a letter using text()
5:00 Turn video to black and white using filter() with threshold mode
6:30 Get color and brightness value of pixel at location (x, y)
8:53 Move letter based on video's brightness value
11:30 Write a Letter class
15:02 Create multiple Letter objects
Previous
Rotating Polygons on the Major Scale 🎵
Next