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

# isCapturingStillImage

Indicates whether a still image is being captured.

```
var isCapturingStillImage: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> when a still image is being captured, and <doc://com.apple.documentation/documentation/Swift/false> when no still image capture is underway.

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)