I will use Astra s for 3D reconstruction

Hello,

please refer to functions MainWindow::saveCalibration and MainWindow::loadCalibration of the MultiViewReconstruction sample. These should answer your questions.

Best regards,
Olga

I’ve done what you said. At present, I find that every time I start the program, it is very slow. I don’t know whether it is my problem or the SDK itself. It takes tens of seconds to initialize the camera to display images after opening each time. Is this normal?

In addition, according to the code I pasted above, when I click the calibration, I only prompt: press OK to capture calibration frame, and then click OK, there is no other response, and there is no successful calibration. I also tried using the example brought in the SDK, and the same result is obtained… Please tell me why?

Finally, I run the sample code and find that an error will be reported when running here:

MeshViewer viewer;
viewer.showMesh(&mesh);

I wanted to show my customers the results of the reconstruction, but it didn’t succeed.