<!--
{
  "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

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

Indicates that the detection is not enabled.

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

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

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

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

[`AVCaptureCameraLensSmudgeDetectionStatusUnknown`](/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:))

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)