I need help to solve a problem related to the FEMTO MEGA camera.
I am working with it to obtain a point cloud, which I extract using the sample code PointCloud.cpp.
I have noticed that it does not produce the same point data as the Orbbec application, orbbecViewer.
The point cloud from the application looks very realistic, while in the same position, the one extracted using PointCloud.cpp misses many points.
How can I achieve the same results provided by orbbecViewer, but from C++?