Skip to content

Commit 83395bd

Browse files
committed
change video file name in code
1 parent 946b084 commit 83395bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/objectDetection-video/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function setup() {
2424
createCanvas(640, 480);
2525

2626
// Load and loop the video for object detection
27-
video = createVideo('test.mp4'); // video sized 640 x 480
27+
video = createVideo('ball_lifting.mp4'); // video sized 640 x 480
2828
video.hide();
2929
video.loop();
3030

0 commit comments

Comments
 (0)