Replies: 1 comment
-
same questions.I wonder if you have solved it and could you share it? Thank you very much |
Beta Was this translation helpful? Give feedback.
-
same questions.I wonder if you have solved it and could you share it? Thank you very much |
Beta Was this translation helpful? Give feedback.
-
I asked the same question on SO, but just for extra reach I'll also ask here. I'm using a ZED 2i camera and Open3D in python. The resolution mode is HD720 (1280*720) and the returned point cloud has this format: https://www.stereolabs.com/docs/depth-sensing/using-depth/ ; here is a code snippet:
However, when I run it, the visualizer stays blank. And it works for others point clouds, e.g. the example ones from open3d. I don't know what is causing this, I omitted many debugging prints and it should all be working. I even tried opening the point cloud and then painting the voxels with open3d functions, but nothing. I'm sure I'm missing something, that I hope is trivial. Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions