I am trying to visualize the point clouds using the following code but I can't find the way to adjacent the point size. Although there is a parameter point_size=
with o3d.visualization.draw([pcd], point_size=5)
but i want to use draw_geometries for this work. Any help will be much appreciated
pcd = o3d.io.read_point_cloud("000010.pcd")
o3d.visualization.draw_geometries([pcd])