<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PhotogrammetrySample/image",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation20PhotogrammetrySampleV5imageSo11CVBufferRefavp"
  },
  "title" : "image"
}
-->

# image

The image data for this sample.

```
let image: CVPixelBuffer
```

## Discussion

Provide image data in the
<doc://com.apple.documentation/documentation/CoreVideo/kCVPixelFormatType_32BGRA>
or
<doc://com.apple.documentation/documentation/CoreVideo/kCVPixelFormatType_32ARGB>
pixel formats.

---

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)