Software Archive
Read-only legacy content
17060 Discussions

Maximum range of depth sensor?

Marios_B_
Beginner
304 Views

Guys, what is the maximum depth value that the depth stream may return in meters?

0 Kudos
2 Replies
Pierre_P_
Beginner
304 Views

double post

0 Kudos
Pierre_P_
Beginner
304 Views

There's a function in the SDK to query that:

e.g. 

    maxRangeValue  = senseManager->QueryCaptureManager()->QueryDevice()->QueryDepthSensorRange().max;

 

0 Kudos
Reply