Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Loading point clouds using different formats causes problems with visualization

Open OsamaAlAhmadieh opened this issue 1 year ago • 0 comments

Checklist

My Question

I have point cloud captured by a camera, whose SDK provides the possibility of exporting the point cloud as a .ply, or .pcd. When I save it as .ply, and load it into an open3d point cloud, I am able to visualize it. However, when I save and load it as a .pcd, I end up with an empty visualizer., although the point cloud information is all loaded. I also compared the values loaded into each point cloud and they are equal. Is there anything else that should be done? I am using the Cpp API, and I searched for similar issues, but couldn't find any. any pointers are appreciated.

Thank you !

OsamaAlAhmadieh avatar Jan 25 '24 10:01 OsamaAlAhmadieh