mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removing redundant example, was renamed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user