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
379 stars 55 forks source link

Decode depth value from RGBD video #70

Closed pablodawson closed 1 year ago

pablodawson commented 1 year ago

Hey, I'm having trouble decoding the depth values from the exported RGBD video. I need the raw (not color mapped) values to make meshes. Is this possible?

marek-simonik commented 1 year ago

Hi, yes, that's possible — check out the description of the RGBD video format and the Three.js demo that let's you render meshes.

pablodawson commented 1 year ago

Thanks!