Removing redundant example, was renamed

This commit is contained in:
Casey Reas
2012-12-07 07:07:27 +00:00
parent e08b7e7804
commit 3090c19859
8 changed files with 5 additions and 183 deletions
@@ -13,7 +13,7 @@ int[] previousFrame;
Capture video;
void setup() {
size(640, 480, P2D); // Change size to 320 x 240 if too slow at 640 x 480
size(640, 480, P2D);
// Uses the default video input, see the reference if this causes an error
video = new Capture(this, width, height);
video.start();