<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureCameraLensSmudgeDetectionStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVCaptureCameraLensSmudgeDetectionStatus"
  },
  "title" : "AVCaptureCameraLensSmudgeDetectionStatus"
}
-->

# AVCaptureCameraLensSmudgeDetectionStatus

Constants indicating the current camera lens smudge detection status.

```
enum AVCaptureCameraLensSmudgeDetectionStatus
```

## Topics

### Status values

[`AVCaptureCameraLensSmudgeDetectionStatus.disabled`](/documentation/AVFoundation/AVCaptureCameraLensSmudgeDetectionStatus/disabled)

Indicates that the detection is not enabled.

[`AVCaptureCameraLensSmudgeDetectionStatus.smudgeNotDetected`](/documentation/AVFoundation/AVCaptureCameraLensSmudgeDetectionStatus/smudgeNotDetected)

Indicates that the most recent detection found no smudge on the camera lens.

[`AVCaptureCameraLensSmudgeDetectionStatus.smudged`](/documentation/AVFoundation/AVCaptureCameraLensSmudgeDetectionStatus/smudged)

Indicates that the most recent detection found the camera lens to be smudged.

[`AVCaptureCameraLensSmudgeDetectionStatus.unknown`](/documentation/AVFoundation/AVCaptureCameraLensSmudgeDetectionStatus/unknown)

Indicates that the detection result has not settled, commonly caused by excessive camera movement or the content of the scene.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVCaptureCameraLensSmudgeDetectionStatus/init(rawValue:))



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)