AVCaptureAutoFocusSystem 枚举

定义

枚举与设备的自动对焦系统相关的常量。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureAutoFocusSystem
type AVCaptureAutoFocusSystem = 
继承
AVCaptureAutoFocusSystem
属性

字段

ContrastDetection 1

通过对比度检测自动对焦,这需要焦点扫描。

None 0

自动对焦不可用。

PhaseDetection 2

通过相位检测实现自动对焦,这通常无需焦点扫描即可完成。

适用于