Commit 2dc4726f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

comment

parent ad2ef1dc
......@@ -34,7 +34,7 @@ if __name__ == "__main__":
#pci0 = o3d.camera.PinholeCameraIntrinsic(psd)
#pci0 = o3d.camera.PinholeCameraIntrinsic(2592, 1902, 2045, 2045, 1296, 951)
#fx = fy = 2045
# based on 66.8 hfov and 2592 pixels
# based on 66.8 hfov and 2592 pixels camera settings in Blender
fx = fy = 1965
pci0 = o3d.camera.PinholeCameraIntrinsic(2592, 1902, fx, fy, 1296, 951)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment