---
title: captureReadiness
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutputreadinesscoordinator/capturereadiness
---

# captureReadiness

A value that indicates whether the coordinator’s photo output is ready to respond to new capture requests in a timely manner.

## Declaration

```swift
var captureReadiness: AVCapturePhotoOutput.CaptureReadiness { get }
```

## Discussion

Discussion The value incorporates the photo output’s captureReadiness property value and any requests registered by calling the startTrackingCaptureRequest(using:) method. The system updates this value before calling the readinessCoordinator(_:captureReadinessDidChange:) method. This property is key-value observable.
