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
#3
(Feb-15-2022, 09:56 PM)deanhystad Wrote: What doesn't work?

Please wrap code with Python tags so it retains the indenting.

This what i get, when i run the Code.
thanks Smile

[Open3D WARNING] [CheckHeader] PCD has no fields.
[Open3D WARNING] Read PCD failed: unable to parse header.

Traceback (most recent call last):
File "pcd_viewer.py", line 19, 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 0 points., PointCloud with 307200 points.]]
Reply


Messages In This Thread
RE: Creating a GUI for Point Cloud visualisation - by khablt96 - Feb-16-2022, 02:35 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