shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

Learning Processing example16-7 errata corrige #195

Open SetupandDraw opened 8 years ago

SetupandDraw commented 8 years ago

page 340. The script is missing a line of code:

after

video = new Capture(this, cols, rows);

there should be

video.start();