<!--
{
  "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/isStillImageStabilizationScene",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCapturePhotoOutput(py)isStillImageStabilizationScene"
  },
  "title" : "isStillImageStabilizationScene"
}
-->

# isStillImageStabilizationScene

A Boolean value indicating whether the scene currently being previewed by the camera warrants image stabilization.

```
var isStillImageStabilizationScene: Bool { get }
```

## Discussion

This property’s value changes depending on the scene currently visible to the camera. For example, you might use this property to highlight  controls in your app’s camera UI related to image stabilization, indicating to the user that the scene is dark enough that enabling image stabilization might be desirable.

If the photo capture output’s [`isStillImageStabilizationSupported`](/documentation/AVFoundation/AVCapturePhotoOutput/isStillImageStabilizationSupported) value is <doc://com.apple.documentation/documentation/Swift/false>, this property’s value is always <doc://com.apple.documentation/documentation/Swift/false>.

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)