Skip to content

Commit a51842e

Browse files
committed
increase fps to 120 in video.py
1 parent c98abbd commit a51842e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/models/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def predict( # type: ignore[override]
9797

9898
url = urljoin(API_URL, f"/video_upload_signed_url/?api_key={self.__api_key}")
9999

100-
if fps > 60:
100+
if fps > 120:
101101
raise Exception("FPS must be less than or equal to 60.")
102102

103103
if additional_models is None:

0 commit comments

Comments
 (0)