shift-dev icon indicating copy to clipboard operation
shift-dev copied to clipboard

What is the range of depth map

Open jingyao666666 opened this issue 2 years ago • 0 comments

Hi,all I used the depth convertion formula(Depth (meters) = (256 * 256 * B + 256 * G + R) / (256 * 256 * 256 - 1) * 1000 )to read depth map and noticed that the maximum value of depth is 3.9216,is that correct? So the farthest distance is 3.9216 meters?

Thanks a lot!

jingyao666666 avatar Sep 18 '23 09:09 jingyao666666