Skip to content

Commit

Permalink
Update demo-p5-app-photo-scramble.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cacheflowe committed Aug 14, 2024
1 parent 39244e5 commit 018ef21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/demo-p5-app-photo-scramble.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ class CustomSketch extends P5App {
this.animated = true;
if (!this.animated) this.noLoop();

// this.capture = this.createCapture(this.VIDEO);
// this.capture.size(400, 300);
// this.capture.hide();
this.capture = this.createCapture(this.VIDEO);
this.capture.size(400, 300);
this.capture.hide();
this.webcamPG = this.createGraphics(clientBounds.width, clientBounds.width);
}

Expand Down

0 comments on commit 018ef21

Please sign in to comment.