<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ObjectCaptureSession/Configuration-swift.struct/isOverCaptureEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:19_RealityKit_SwiftUI20ObjectCaptureSessionC13ConfigurationV06isOverF7EnabledSbvp"
  },
  "title" : "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.

```
var isOverCaptureEnabled: Bool
```

## Discussion

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

---

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)