Re: Peggy 2 Video stream (webcam)

Home Evil Mad Scientist Forums LED Matrix Kits Peggy 2 Video stream (webcam) Re: Peggy 2 Video stream (webcam)

#21581
Windell Oskay
Keymaster
This is due to a change in the video library since we last updated the Peggy 2 library.
Find the line that says:

video = new Capture(this, 320, 240, 15); //Last number is frames per second 

And, after that line, add the following:
 video.start();