erik HI Erik
Thank you for your valuable information. We apprecaite it. And we have some more question concerned with this.
We want to use the loadMeshFiles function in C.
static std::shared_ptr<dai::node::StereoDepth> createStereoDepthNode(
dai::Pipeline pipeline) {
auto depth = pipeline.create<dai::node::StereoDepth>();
depth->setInputResolution(400, 640);
depth->loadMeshFiles("left_mesh.calib", "right_mesh.calib");
return depth;
}
As above, I want to create and use a mesh file like "left_mesh.calib" in the loadMeshFiles function. How should I format it in ".calib"?
100.12 120.45
100.12 120.45
100.12 120.45
.
.
.
When we put it in the form of y-coordinates and x-coordinates like above, an error occurs.
Please help us to do this if there is any solution for it.
Best regards,
Ryan