다음을 통해 공유


AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable 속성

정의

시스템이 저조도에서 "부스트 모드"(ISO 3200)를 자동으로 사용하도록 설정해야 하는지 여부입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyEnablesLowLightBoostWhenAvailable { [Foundation.Export("automaticallyEnablesLowLightBoostWhenAvailable")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyEnablesLowLightBoostWhenAvailable:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyEnablesLowLightBoostWhenAvailable : bool with get, set

속성 값

기본값은 false입니다.

특성

설명

iPhone 5의 기본 ISO 동등성은 800입니다. "부스트 모드"는 센서 노이즈가 증가하는 비용으로 ISO 3200에 대한 민감도를 높입니다.

적용 대상