---
title: maxBracketedCaptureStillImageCount
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturestillimageoutput/maxbracketedcapturestillimagecount
---

# maxBracketedCaptureStillImageCount

Specifies the maximum number of still images that may be taken in a single bracket.

## Declaration

```swift
var maxBracketedCaptureStillImageCount: Int { get }
```

## Discussion

Discussion AVCaptureStillImageOutput can only satisfy a limited number of image requests in a single bracket without exhausting system resources. The maximum number of still images that may be taken in a single bracket depends on the size of the images being captured, and consequently may vary with AVCaptureSession -sessionPreset and AVCaptureDevice -activeFormat values.

## See Also

### Related Documentation

- [captureStillImageAsynchronously(from:completionHandler:)](avfoundation/avcapturestillimageoutput/capturestillimageasynchronously(from:completionhandler:).md)

### Still image bracketed capture

- [captureStillImageBracketAsynchronously(from:withSettingsArray:completionHandler:)](avfoundation/avcapturestillimageoutput/capturestillimagebracketasynchronously(from:withsettingsarray:completionhandler:).md)
- [prepareToCaptureStillImageBracket(from:withSettingsArray:completionHandler:)](avfoundation/avcapturestillimageoutput/preparetocapturestillimagebracket(from:withsettingsarray:completionhandler:).md)
- [isLensStabilizationDuringBracketedCaptureSupported](avfoundation/avcapturestillimageoutput/islensstabilizationduringbracketedcapturesupported.md)
- [isLensStabilizationDuringBracketedCaptureEnabled](avfoundation/avcapturestillimageoutput/islensstabilizationduringbracketedcaptureenabled.md)
