diff --git a/samples/get_depth_with_region.cc b/samples/get_depth_with_region.cc index e2d57c8..f728d45 100644 --- a/samples/get_depth_with_region.cc +++ b/samples/get_depth_with_region.cc @@ -213,7 +213,7 @@ int main(int argc, char *argv[]) { double X, double Y, double Z) { MYNTEYE_UNUSED(depth) std::ostringstream os; - os << "depth pos: [" << point.y << ", " << point.x << "]" + os << "depth pos(" << n << "): [" << point.y << ", " << point.x << "]" << " camera pos: [" << X << ", " << Y << ", " << Z << "]" << ", unit: mm";