Waley-Z / ios-depth-point-cloud

Using ARKit and LiDAR to save depth data and export point cloud, based on WWDC20-10611 sample code
50 stars 6 forks source link
arkit ios lidar

Save iOS ARFrame and Point Cloud

This project improves the usability of the sample code from WWDC20 session 10611: Explore ARKit 4. Note that the sample code is also on the original branch and the original code from WWDC20 can be checked out at the first commit. The original project places points in the real-world using the scene's depth data to visualize the shape of the physical environment.

Video walkthrough

Check out the walkthrough video on Youtube.

Usability functions

This project adds the following functions:

Discussions