---
title: isStillImageStabilizationSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/isstillimagestabilizationsupported
---

# isStillImageStabilizationSupported

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

## Declaration

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

## Discussion

Discussion To capture a photo with image stabilization, set the 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 property has no effect (that is, the resolved isStillImageStabilizationEnabled setting will always be false). 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.
