---
title: captureReadiness
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/capturereadiness-swift.property
---

# captureReadiness

A value that specifies whether the photo output is ready to respond to new capture requests in a timely manner.

## Declaration

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

## See Also

### Managing responsive capture

- [AVCapturePhotoOutput.CaptureReadiness](avfoundation/avcapturephotooutput/capturereadiness-swift.enum.md)
- [isAutoDeferredPhotoDeliveryEnabled](avfoundation/avcapturephotooutput/isautodeferredphotodeliveryenabled.md)
- [isAutoDeferredPhotoDeliverySupported](avfoundation/avcapturephotooutput/isautodeferredphotodeliverysupported.md)
- [isFastCapturePrioritizationSupported](avfoundation/avcapturephotooutput/isfastcaptureprioritizationsupported.md)
- [isFastCapturePrioritizationEnabled](avfoundation/avcapturephotooutput/isfastcaptureprioritizationenabled.md)
- [isResponsiveCaptureSupported](avfoundation/avcapturephotooutput/isresponsivecapturesupported.md)
- [isResponsiveCaptureEnabled](avfoundation/avcapturephotooutput/isresponsivecaptureenabled.md)
- [isZeroShutterLagSupported](avfoundation/avcapturephotooutput/iszeroshutterlagsupported.md)
- [isZeroShutterLagEnabled](avfoundation/avcapturephotooutput/iszeroshutterlagenabled.md)
