We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592a20b commit 8ef9e08Copy full SHA for 8ef9e08
videointelligence/samples/analyze/beta_snippets.py
@@ -227,7 +227,7 @@ def track_objects_gcs(gcs_uri):
227
)
228
print("\nProcessing video for object annotations.")
229
230
- result = operation.result(timeout=300)
+ result = operation.result(timeout=500)
231
print("\nFinished processing.\n")
232
233
# The first result is retrieved because a single video was processed.
@@ -291,7 +291,7 @@ def track_objects(path):
291
292
293
294
295
296
297
0 commit comments