Skip to content

Commit

Permalink
fps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Nov 6, 2024
1 parent 625a900 commit afed47e
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 @@ -10,7 +10,7 @@ def record_zed_to_mp4(output_file="output.mp4", fps=30, duration=10):

# Set initialization parameters
init_params = sl.InitParameters()
init_params.camera_resolution = sl.RESOLUTION.HD720 # Set resolution
init_params.camera_resolution = sl.RESOLUTION.HD1080 # Set resolution
init_params.camera_fps = fps # Set FPS

# Open the ZED camera
Expand Down

0 comments on commit afed47e

Please sign in to comment.