Text Rain (Drawing w Webcam)

πŸ”— Code Example: Text Rain

πŸ”— Credits:

πŸ”— 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 Typography

Next

Wiper Typography