ios-depth-point-cloud icon indicating copy to clipboard operation
ios-depth-point-cloud copied to clipboard

Using ARKit and LiDAR to save depth data and export point cloud, based on WWDC20-10611 sample code

Results 1 ios-depth-point-cloud issues
Sort by recently updated
recently updated
newest added

**Summary** This change modernizes the app’s entry point and ensures concurrency safety under Swift 6 by introducing @MainActor isolation to key components. **Changes** • Replaced @UIApplicationMain with @main for a...