Commit 69736226 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

bring back 2045

parent 3b2b37e8
......@@ -33,7 +33,7 @@ if __name__ == "__main__":
psd = o3d.camera.PinholeCameraIntrinsicParameters.PrimeSenseDefault
#pci0 = o3d.camera.PinholeCameraIntrinsic(psd)
#pci0 = o3d.camera.PinholeCameraIntrinsic(2592, 1902, 2045, 2045, 1296, 951)
#fx = fy = 2045
fx = fy = 2045
# based on 66.8 hfov and 2592 pixels
# 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