microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
489 stars 145 forks source link

Interpreting depth camera data #156

Open michalt38 opened 1 year ago

michalt38 commented 1 year ago

Depth buffer gives a set of 16 bit values, how can I interpret them? Is it possible to convert those values to distance units like millimeters or points in world space?