Commit 3b2b37e8 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

comment for fx,fy

parent ff3ea084
......@@ -33,7 +33,9 @@ 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)
pcd = o3d.geometry.PointCloud.create_from_rgbd_image(
......
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