Skip to content

Commit

Permalink
duration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Nov 6, 2024
1 parent 8c32a38 commit 3ed7d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/video/mp4-recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def record_zed_to_mp4(output_file="output.mp4", fps=30, duration=10):

if __name__ == "__main__":
# Parameters: output file name, FPS, duration in seconds
record_zed_to_mp4("output.mp4", fps=30, duration=5)
record_zed_to_mp4("output.mp4", fps=30, duration=10)

0 comments on commit 3ed7d39

Please sign in to comment.