开发者

How to find out distance using camera in iphone programmatically

开发者 https://www.devze.com 2023-03-13 22:06 出处:网络
Is there any way开发者_如何学C to find out the distance using camera from focused point in iphone?https://developer.apple.com/documentation/avfoundation/avcapturedevice

Is there any way开发者_如何学C to find out the distance using camera from focused point in iphone?


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').

0

精彩评论

暂无评论...
验证码 换一张
取 消