Skip to content

Commit 7ff81d8

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

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
@@ -98,7 +98,7 @@ def predict( # type: ignore[override]
9898
url = urljoin(API_URL, f"/video_upload_signed_url/?api_key={self.__api_key}")
9999

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

103103
if additional_models is None:
104104
additional_models = []

0 commit comments

Comments
 (0)