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 018ef21 commit 6522be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo-p5-app-photo-scramble.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class CustomSketch extends P5App {
if (!this.animated) this.noLoop();

this.capture = this.createCapture(this.VIDEO);
this.capture.size(400, 300);
this.capture.size(800, 600);
this.capture.hide();
this.webcamPG = this.createGraphics(clientBounds.width, clientBounds.width);
}
Expand Down

0 comments on commit 6522be2

Please sign in to comment.