3D scans using iPhoneX

I am looking to create a scanning application using the iPhoneX's TrueDepth Camera.

Can I take advantage of the camera and output a 3D mesh?

Replies

I don't think directly from the framework, but you can convert the depth map images to a xyz point cloud, and then convert it to amesh. I would also check with Occipital, they may already have included the TrueDepth camera in their own SDK.

Hey @mebalzer! How is it possible to convert the depth map to a xyz point cloud?