Shows usage of calibration with the StructuredLightScanner class.
#include "davidSDK/david.h"
#include <iostream>
namespace examples {
{
try
{
for (size_t i=0; i < cameraNames.size(); ++i)
{
if (cameraNames[i].find("DAVID-CAM") != std::string::npos)
{
break;
}
}
std::cout << "New scan consists of " << num << " 3D points\n";
}
{
}
}
}