Skip to content

Commit

Permalink
cameraconv.py bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlogic committed Apr 12, 2024
1 parent 8743f33 commit 89da8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cameraconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def quat_to_mat(qx, qy, qz, qw):
"img_name": str(i),
"timestamp": cam.timestamp,
"width": 1920,
"height": 480,
"height": 1080,
"position": [cam.x, cam.y, cam.z],
"rotation": quat_to_mat(cam.qx, cam.qy, cam.qz, cam.qw),
"fx": 1000.0,
Expand Down

0 comments on commit 89da8b2

Please sign in to comment.