---
title: spatialCaptureDiscomfortReasons
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/spatialcapturediscomfortreasons
---

# spatialCaptureDiscomfortReasons

Reasons why current environmental conditions aren’t suitable to capturing spatial videos that are comfortable to view.

## Declaration

```swift
var spatialCaptureDiscomfortReasons: Set<AVSpatialCaptureDiscomfortReason> { get }
```

## Discussion

Discussion You can monitor this property to determine whether to present UI that recommends a person reframe their scene for more pleasing spatial capture. For example, you could show a message that indicates the subject is too close or the scene is too dark.

## See Also

### Supporting spatial capture

- [AVSpatialCaptureDiscomfortReason](avfoundation/avspatialcapturediscomfortreason.md)
