Home › Evil Mad Scientist Forums › LED Matrix Kits › Peggy 2 Video stream (webcam) › Re: Peggy 2 Video stream (webcam)
February 3, 2014 at 5:39 pm
#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();