Skip to content

Commit aaea730

Browse files
committed
default fps to 5 in manual video inference api test
1 parent d03f256 commit aaea730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roboflow/roboflowpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ def _add_run_video_inference_api_parser(subparsers):
381381
dest="fps",
382382
type=int,
383383
help="fps",
384+
default=5,
384385
)
385386
run_video_inference_api_parser.set_defaults(func=run_video_inference_api)
386387

0 commit comments

Comments
 (0)