style(get_depth_with_region) : output n

This commit is contained in:
Messier 2019-09-09 17:43:54 +08:00
parent c56ba55714
commit da399e2a3f

View File

@ -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";