<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVSpatialCaptureDiscomfortReason",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVSpatialCaptureDiscomfortReason"
  },
  "title" : "AVSpatialCaptureDiscomfortReason"
}
-->

# AVSpatialCaptureDiscomfortReason

Constants that indicate the suitability of the current scene to create a comfortable viewing experience.

```
struct AVSpatialCaptureDiscomfortReason
```

## Topics

### Discomfort reasons

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

A value that indicates the lighting of the current scene isn’t bright enough.

[`subjectTooClose`](/documentation/AVFoundation/AVSpatialCaptureDiscomfortReason/subjectTooClose)

A value that indicates the focus point of the current scene is too close.

### Initializers

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

Creates a discomfort reason with a string value.



---

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)