Skip to content
Snippets Groups Projects
Commit ff07e8c6 authored by Jean-Marie PRIGENT's avatar Jean-Marie PRIGENT
Browse files

revert

parent 47c63d9b
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,13 @@ function preload() {
}
function setup() {
// createCanvas(480, 380);
createCanvas(windowWidth, windowHeight);
createCanvas(480, 380);
// createCanvas(windowWidth, windowHeight);
//background(0);
// Create the video
video = createCapture(VIDEO);
// video.size(480, 328);
video.size(windowWidth, windowHeight - 52);
video.size(480, 328);
// video.size(windowWidth, windowHeight - 52);
video.hide();
flippedVideo = ml5.flipImage(video);
......@@ -42,9 +42,9 @@ function setup() {
classifyVideo();
}
function windowResized() {
resizeCanvas(windowWidth, windowHeight);
}
//function windowResized() {
// resizeCanvas(windowWidth, windowHeight);
//}
function draw() {
// background(125);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment