<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PhotogrammetrySession/Limits-swift.struct/maximumInputImageDimension",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21PhotogrammetrySessionC6LimitsV26maximumInputImageDimensionSivp"
  },
  "title" : "maximumInputImageDimension"
}
-->

# maximumInputImageDimension

The maximum allowed dimension (either height or width) of input images that can be ingested by the reconstruction
session. If images larger than this are provided, they will be ignored and an `.invalidSample` message will be
output.

```
var maximumInputImageDimension: Int { get }
```

---

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)