Skip to content

Commit

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

# Get the resolution of the ZED camera
image_size = zed.get_camera_information().camera_resolution
image_size = zed.get_camera_information().camera_configuration.resolution
width = image_size.width
height = image_size.height

Expand Down

0 comments on commit 78f9add

Please sign in to comment.