---
title: isLensStabilizationDuringBracketedCaptureSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/islensstabilizationduringbracketedcapturesupported
---

# isLensStabilizationDuringBracketedCaptureSupported

A Boolean value indicating whether the capture output currently supports lens stabilization during bracketed image capture.

## Declaration

```swift
var isLensStabilizationDuringBracketedCaptureSupported: Bool { get }
```

## Discussion

Discussion To make use of optical image stabilization across the entire duration of a bracketed capture, set the isLensStabilizationEnabled property of your bracketed photo settings object. 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. This property supports key-value observing.

## See Also

### Determining available settings

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