Open SetupandDraw opened 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();
page 340. The script is missing a line of code:
after
video = new Capture(this, cols, rows);
there should be
video.start();