<!--
{
  "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/AVCaptureSceneMonitoringStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVCaptureSceneMonitoringStatus"
  },
  "title" : "AVCaptureSceneMonitoringStatus"
}
-->

# AVCaptureSceneMonitoringStatus

An informative status about the scene observed by the device.

```
struct AVCaptureSceneMonitoringStatus
```

## Overview

Some features have certain requirements on the scene (lighting condition for Cinematic Video, for example) to produce optimal results; these [`AVCaptureSceneMonitoringStatus`](/documentation/AVFoundation/AVCaptureSceneMonitoringStatus) string constants are used to represent such scene statuses for a given feature.

## Topics

### Status values

[`notEnoughLight`](/documentation/AVFoundation/AVCaptureSceneMonitoringStatus/notEnoughLight)

The light level of the current scene is insufficient for the current set of features to function optimally.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVCaptureSceneMonitoringStatus/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)