LearningProcessing
LearningProcessing copied to clipboard
Learning Processing example16-7 errata corrige
page 340. The script is missing a line of code:
after
video = new Capture(this, cols, rows);
there should be
video.start();