diff --git a/demo/demo-p5-app-photo-scramble.js b/demo/demo-p5-app-photo-scramble.js index 2758455..04e88c7 100755 --- a/demo/demo-p5-app-photo-scramble.js +++ b/demo/demo-p5-app-photo-scramble.js @@ -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); }