I am planning to use the Femto Bolt as a 3D scanner to capture point cloud data of equipment inside a factory. As a beginner, I am learning as I go. If you have any basic example programs for capturing point clouds, I would appreciate it if you could share them with me. I believe that good fortune will come to those who help.
If you are using C/C++, you can download Orbbec SDK from Orbbec’s official github.
For python users, go to pyorbbecsdk to get the latest SDK.
Under these two, you can find the related point cloud example within examples directory.