Python Forum
Creating a GUI for Point Cloud visualisation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a GUI for Point Cloud visualisation
#5
(Feb-16-2022, 02:49 PM)deanhystad Wrote: It doesn't like this.
Error:
PCD has no fields
And it reports this info about the point clouds.
Error:
Invoked with: [[PointCloud with 1771 points., PointCloud with 9311 points., PointCloud with 3400 points., PointCloud with 0 points., PointCloud with 307200 points.]
So maybe it doesn't run because this doesn't have any points.
my_img4= o3d.io.read_point_cloud("u.pcd")
Thanks Big Grin , i remove the u.pcd, the PCD Error Message is disappeared. but the other Error still there

Traceback (most recent call last):
File "pcd_viewer.py", line 18, in <module>
o3d.visualization.draw_geometries([image_list])
TypeError: draw_geometries(): incompatible function arguments. The following argument types are supported:
1. (geometry_list: List[open3d.cpu.pybind.geometry.Geometry], window_name: str = 'Open3D', width: int = 1920, height: int = 1080, left: int = 50, top: int = 50, point_show_normal: bool = False, mesh_show_wireframe: bool = False, mesh_show_back_face: bool = False) -> None
2. (geometry_list: List[open3d.cpu.pybind.geometry.Geometry], window_name: str = 'Open3D', width: int = 1920, height: int = 1080, left: int = 50, top: int = 50, point_show_normal: bool = False, mesh_show_wireframe: bool = False, mesh_show_back_face: bool = False, lookat: numpy.ndarray[numpy.float64[3, 1]], up: numpy.ndarray[numpy.float64[3, 1]], front: numpy.ndarray[numpy.float64[3, 1]], zoom: float) -> None

Invoked with: [[PointCloud with 1771 points., PointCloud with 9311 points., PointCloud with 3400 points., PointCloud with 307200 points.]]
Reply


Messages In This Thread
RE: Creating a GUI for Point Cloud visualisation - by khablt96 - Feb-16-2022, 02:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] Cloud app development league55 1 2,343 Apr-05-2018, 07:55 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020