<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCapturePhotoOutput/isLensStabilizationDuringBracketedCaptureSupported",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCapturePhotoOutput(py)lensStabilizationDuringBracketedCaptureSupported"
  },
  "title" : "isLensStabilizationDuringBracketedCaptureSupported"
}
-->

# isLensStabilizationDuringBracketedCaptureSupported

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

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

## Discussion

To make use of optical image stabilization across the entire duration of a bracketed capture, set the [`isLensStabilizationEnabled`](/documentation/AVFoundation/AVCapturePhotoBracketSettings/isLensStabilizationEnabled) property of your bracketed photo settings object.

> Note:
> This property’s value can change if the ``doc://com.apple.avfoundation/documentation/AVFoundation/AVCaptureSession/sessionPreset`` property of the current capture session or the ``doc://com.apple.avfoundation/documentation/AVFoundation/AVCaptureDevice/activeFormat`` property of the underlying capture device changes.

This property supports key-value observing.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)