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

# isLensStabilizationDuringBracketedCaptureSupported

A Boolean value that indicates whether the capture output supports lens stabilization across the duration of a bracketed capture.

## Declaration

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

## Discussion

Discussion You may set the isLensStabilizationDuringBracketedCaptureEnabled property only if this property’s value is true. This value may change as the session’s sessionPreset property or the input device’s activeFormat property changes. This property supports key-value observing.

## See Also

### Still image bracketed capture

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