diff --git a/rerun_py/rerun_sdk/rerun/log/camera.py b/rerun_py/rerun_sdk/rerun/log/camera.py index 9c2a45de06a9..8bbb33cc9382 100644 --- a/rerun_py/rerun_sdk/rerun/log/camera.py +++ b/rerun_py/rerun_sdk/rerun/log/camera.py @@ -39,8 +39,8 @@ def log_pinhole( f_len = (height * width) ** 0.5 rerun.log_pinhole("world/camera/image", - child_from_parent = [[f_len, 0, u_c], - [0, f_len, v_c], + child_from_parent = [[f_len, 0, u_cen], + [0, f_len, v_cen], [0, 0, 1 ]], width = width, height = height)