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 d8ed389 commit 29dd4c9Copy full SHA for 29dd4c9
examples/objectDetection-video/ball_lifting.mp4
-291 KB
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