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

RGB-D images #19

Closed hetryn closed 3 years ago

hetryn commented 3 years ago

Hello, would like to find out how I can get RGB + D images instead of videos. Thank you

marek-simonik commented 3 years ago

Hello, you can export your 3D Video into the .r3d format, unzip the .r3d file and inside, you will find RGB + D images. See this answer for an example of decoding the depth data.