gpt4 book ai didi

ios - 在 Swift 中检查 iOS 设备是否有 LiDAR

转载 作者:行者123 更新时间:2023-12-05 00:44:41 26 4
gpt4 key购买 nike

在 Swift 中有没有办法检查设备是否有 LiDAR 传感器?不幸的是,我在 Apple 官方纪录片和互联网搜索中都没有找到任何内容。

我目前的解决方法是确定设备类型,如本文所述: How to determine the current iPhone/device model?

谢谢

最佳答案

使用此代码:-

import ARKit

let supportLiDAR = ARWorldTrackingConfiguration.supportsSceneReconstruction(.mesh)
guard supportLiDAR else {
print("LiDAR isn't supported here")
return
}

场景重建需要配备激光雷达扫描仪的设备,例如第四代 iPad Pro。

引用:- https://developer.apple.com/documentation/arkit/arworldtrackingconfiguration/3521377-supportsscenereconstruction

关于ios - 在 Swift 中检查 iOS 设备是否有 LiDAR,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66383288/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com