I am currently working with the depth test and spatial noise since there seems to be a way to save the point cloud forming. When I launched the main.py file from this I was able to see the Oak-D streaming, but I was unable to see the point cloud streaming, or be able to save it. Do you know why I am getting the errors below? And how I can fix it so I can save a point cloud.
luxonis/depthai-experimentstree/master/depth-test_z-acc_spatial-noise
(venv) C:\Users\sale4088\AppData\Local\Programs\DepthAI\venv\Scripts\depthai experiments\depthai-experiments\depth-test_z-acc_spatial-noise>python3 main.py
[Open3D WARNING] The number of points is 0 when creating axis-aligned bounding box.
[Open3D WARNING] The number of points is 0 when creating axis-aligned bounding box.
[Open3D WARNING] The number of points is 0 when creating axis-aligned bounding box.
[Open3D WARNING] The number of points is 0 when creating axis-aligned bounding box.
[Open3D WARNING] Write PLY failed: point cloud has 0 points.
Point clouds saved
Traceback (most recent call last):
File "C:\Users\sale4088\AppData\Local\Programs\DepthAI\venv\Scripts\depthai experiments\depthai-experiments\depth-test_z-acc_spatial-noise\main.py", line 167, in <module>
camera.update()
File "C:\Users\sale4088\AppData\Local\Programs\DepthAI\venv\Scripts\depthai experiments\depthai-experiments\depth-test_z-acc_spatial-noise\oak_camera.py", line 122, in update
self.rgbd_to_point_cloud()
File "C:\Users\sale4088\AppData\Local\Programs\DepthAI\venv\Scripts\depthai experiments\depthai-experiments\depth-test_z-acc_spatial-noise\camera.py", line 70, in rgbd_to_point_cloud
point_cloud = o3d.geometry.PointCloud.create_from_rgbd_image(