---
title: isCapturingStillImage
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturestillimageoutput/iscapturingstillimage
---

# isCapturingStillImage

Indicates whether a still image is being captured.

## Declaration

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

## Discussion

Discussion The value of this property is true when a still image is being captured, and false when no still image capture is underway. This property supports key-value observing.

## See Also

### Capturing an image

- [captureStillImageAsynchronously(from:completionHandler:)](avfoundation/avcapturestillimageoutput/capturestillimageasynchronously(from:completionhandler:).md)
