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

# isStillImageStabilizationSupported

A Boolean value that indicates whether the  still image currently being captured supports still image stabilization.

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

## Discussion

The  [`automaticallyEnablesStillImageStabilizationWhenAvailable`](/documentation/AVFoundation/AVCaptureStillImageOutput/automaticallyEnablesStillImageStabilizationWhenAvailable) property can only be set if this property returns <doc://com.apple.documentation/documentation/Swift/true>.

The value may change as the session’s [`sessionPreset`](/documentation/AVFoundation/AVCaptureSession/sessionPreset) or the input device’s [`activeFormat`](/documentation/AVFoundation/AVCaptureDevice/activeFormat) changes.

---

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)