We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946b084 commit 83395bdCopy full SHA for 83395bd
examples/objectDetection-video/sketch.js
@@ -24,7 +24,7 @@ function setup() {
24
createCanvas(640, 480);
25
26
// Load and loop the video for object detection
27
- video = createVideo('test.mp4'); // video sized 640 x 480
+ video = createVideo('ball_lifting.mp4'); // video sized 640 x 480
28
video.hide();
29
video.loop();
30
0 commit comments