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

# isStillImageStabilizationSupported

A Boolean value indicating whether the capture output currently supports automatic stabilization for still image capture.

```
var isStillImageStabilizationSupported: Bool { get }
```

## Discussion

To capture a photo with image stabilization, set the [`isAutoStillImageStabilizationEnabled`](/documentation/AVFoundation/AVCapturePhotoSettings/isAutoStillImageStabilizationEnabled) property of your photo settings object. Automatic stabilization always includes digital image stabilization, and may also include optical lens stabilization, based on the current device. If a device does not support still image stabilization, set the [`isAutoStillImageStabilizationEnabled`](/documentation/AVFoundation/AVCapturePhotoSettings/isAutoStillImageStabilizationEnabled) property has no effect (that is, the resolved [`isStillImageStabilizationEnabled`](/documentation/AVFoundation/AVCaptureResolvedPhotoSettings/isStillImageStabilizationEnabled) setting will always be <doc://com.apple.documentation/documentation/Swift/false>).

> 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)