Re: Problem with sketch MIRROR PEGGY 3

#21310
Windell Oskay
Keymaster

Hi Max, 

In the code for Mirror Peggy 3, find the line that says: 

 video = new Capture(this, 320, 240, 15); //Last number is frames per second 
Immediately following that line, add the following line of code:
 video.start();
This is necessary because of a change in the the video library, in the new “beta” version of Processing that you are running.