---
title: isOverCaptureEnabled
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/objectcapturesession/configuration-swift.struct/isovercaptureenabled
---

# isOverCaptureEnabled

Enables the session to continue capturing even after the number of captured images exceeds maximumNumberOfInputImages.  This setting is meant for use when the images are intended to be transferred to macOS for model reconstruction.

## Declaration

```swift
var isOverCaptureEnabled: Bool
```

## Discussion

Discussion Note: The number of images used for on-device reconstruction will be limited to maximumNumberOfInputImages with any extra images skipped.
