ARUtils
Utility functions for AR and device capability detection....
Declaration
struct ARUtilsSummary
Utility functions for AR and device capability detection.
ARUtils provides helper methods for detecting device capabilities
and AR features that are relevant to NSDK functionality.
Methods
| Name | Type | Summary |
|---|---|---|
| static isLidarAvailable | Bool | ## Device Support LiDAR is available on: - iPad Pro (4th generation and later) - iPhone 12 Pro and iPhone 12 Pro Max - iPhone 13 Pro and iPhone 13 Pro Max - iPhone 14 Pro and iPhone 14 Pro Max - iPhone 15 Pro and iPhone 15 Pro Max |
LiDAR depth data significantly improves the accuracy of NSDK features
such as device mapping, scanning, and localization.
- Returns:
trueif LiDAR is available and supported,falseotherwise## Example