LearningProcessing icon indicating copy to clipboard operation
LearningProcessing copied to clipboard

Learning Processing example16-7 errata corrige

Open SetupandDraw opened this issue 9 years ago • 0 comments

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

after

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

there should be

video.start();

SetupandDraw avatar Mar 11 '16 07:03 SetupandDraw