如何以编程方式使用 iPhone 中的相机找出距离
有什么办法可以找出 iPhone 中相机与焦点的距离吗?
Is there any way to find out the distance using camera from focused point in iphone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://developer.apple.com/documentation/avfoundation/avcapturedevice
此 API,似乎唯一支持的操作是: - 检查设备是否支持自动对焦,启用/禁用自动对焦,设置不是距离的兴趣点,而只是相机视图中的一个点。
当然不是你想做的事。
私有 API 可能受支持...但这不会通过验证过程(应用程序在使用私有 API 时被拒绝)。
https://developer.apple.com/documentation/avfoundation/avcapturedevice
This API, seems that the only supported actions are: - check if AF is supported on the device, enable/disable AF, set the point-of-interest that is NOT the distance, but only a point in the camera view.
Certainly not what you want to do.
Might be supported in private API... but that would not pass the validation process (App gets rejected on use of private API').