marek-simonik / record3d

Accompanying library for the Record3D iOS app (https://record3d.app/). Allows you to receive RGBD stream from iOS devices with TrueDepth camera(s).
https://record3d.app/
GNU Lesser General Public License v2.1
382 stars 55 forks source link

Get the depth value in meters #20

Closed kushalp28 closed 3 years ago

kushalp28 commented 3 years ago

Hi, I wanted to know how to get the depth value in meters in python of the recorded video? from .ply file or the .r3d file

marek-simonik commented 3 years ago

Hi, this issue should answer your question: https://github.com/marek-simonik/record3d/issues/19

The depth map values are already in meters.