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

# lensStabilizationStatus

Information about the use of lens stabilization during bracketed photo capture.

```
var lensStabilizationStatus: AVCaptureDevice.LensStabilizationStatus { get }
```

## Discussion

This property applies only to capture results for which you requested optical image stabilization (OIS) across all frames of a bracketed photo capture (using the [`AVCapturePhotoBracketSettings`](/documentation/AVFoundation/AVCapturePhotoBracketSettings) [`isLensStabilizationEnabled`](/documentation/AVFoundation/AVCapturePhotoBracketSettings/isLensStabilizationEnabled) property).

If the device configuration does not support OIS, this property’s value is [`AVCaptureDevice.LensStabilizationStatus.unsupported`](/documentation/AVFoundation/AVCaptureDevice/LensStabilizationStatus/unsupported). If OIS is supported, but this captured photo is not from a bracketed capture where OIS was requested, this property’s value is [`AVCaptureDevice.LensStabilizationStatus.off`](/documentation/AVFoundation/AVCaptureDevice/LensStabilizationStatus/off). Otherwise, this property indicates how the device applied OIS across the duration of the bracketed capture.

---

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)