<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMedia",
  "identifier" : "/documentation/CoreMedia/kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Media"
    ],
    "preciseIdentifier" : "c:@kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo"
  },
  "title" : "kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo"
}
-->

# kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo

Indicates information about the lens stabilization applied to the current still image buffer.

```
let kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo: CFString
```

## Discussion

Sample buffers that have been captured with a lens stabilization module may have an attachment of `kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo` which has information about the stabilization status during the capture.  This key will not be present in CMSampleBuffers coming from cameras without a lens stabilization module.

---

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)