Contents

cameraLensSmudgeDetectionStatus

A value specifying the status of camera lens smudge detection.

Declaration

var cameraLensSmudgeDetectionStatus: AVCaptureCameraLensSmudgeDetectionStatus { get }

Discussion

During initial detection execution, cameraLensSmudgeDetectionStatus returns AVCaptureCameraLensSmudgeDetectionStatusUnknown until the detection result settles. Once a detection result is produced, cameraLensSmudgeDetectionStatus returns the most recent detection result. This property can be key-value observed.

See Also

Configuring lens smudge detection