neycyanshi / InfiniTAM_ios

Real-time face/body 3D reconstruction on iOS using TrueDepth camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfiniTAM_ios

Support depth from iPhone X/XS/XR front TrueDepth camera. Do not support depth from structure.io hardware any more.

Written in Objective-C, C++ and Metal. Successfully built on iOS 11+.

  • The depth frames are shown in pseudo-color. Press "Record" will dump every single depth frame from the sensor, used for debug.
  • Press "Fusion" button to start reconstruction.
  • Press "Fusion" again to stop reconstruction and visualize the 3D model.
  • The STL mesh are saved in Files -> On My iPhone -> BodyFusion. Each time you open the app and perform reconstructions, it will override these saved files. So you need to export them to other places.

About

Real-time face/body 3D reconstruction on iOS using TrueDepth camera

License:Other


Languages

Language:C++ 63.3%Language:Cuda 18.3%Language:Objective-C++ 10.3%Language:C 3.3%Language:Metal 2.5%Language:Objective-C 2.2%