---
title: maxBracketedCapturePhotoCount
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/maxbracketedcapturephotocount
---

# maxBracketedCapturePhotoCount

The maximum number of images that the photo capture output can support in a single bracketed capture.

## Declaration

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

## Discussion

Discussion To perform a bracketed capture of multiple images with varied capture settings, create a AVCapturePhotoBracketSettings instance containing the combination of settings and bracketed variations you want. The maximum number of photos per capture depends on the size and format of images to be captured. note: This property’s value can change if the sessionPreset property of the current capture session or the activeFormat property of the underlying capture device changes. Not all devices and capture formats support bracketed capture. If the current device or active format does not support bracketed capture, this property’s value is zero. This property supports key-value observing.

## See Also

### Determining available settings

- [isContentAwareDistortionCorrectionSupported](avfoundation/avcapturephotooutput/iscontentawaredistortioncorrectionsupported.md)
- [isContentAwareDistortionCorrectionEnabled](avfoundation/avcapturephotooutput/iscontentawaredistortioncorrectionenabled.md)
- [isLensStabilizationDuringBracketedCaptureSupported](avfoundation/avcapturephotooutput/islensstabilizationduringbracketedcapturesupported.md)
- [supportedFlashModes](avfoundation/avcapturephotooutput/supportedflashmodes-1n6nm.md)
- [isAutoRedEyeReductionSupported](avfoundation/avcapturephotooutput/isautoredeyereductionsupported.md)
