This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String videoPrefix = "0"; // Edit to the prefix your extracted images share, like "IMG_420" | |
int totalFrames = 36; // Edit this to how many frames you're working with | |
PImage videoFrame; | |
String drawingPrefix = "rtshp-"; | |
PImage drawing; | |
// Color selector | |
PImage selector; |