<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARFrame/cameraGrainIntensity",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARFrame(py)cameraGrainIntensity"
  },
  "title" : "cameraGrainIntensity"
}
-->

# cameraGrainIntensity

A value that specifies the amount of grain present in the camera grain texture.

```
var cameraGrainIntensity: Float { get }
```

## Discussion

This property is normalized within the range [0..1], where zero specifies no grain, and one specifies the maximum amount of grain.

When you apply this value to the depth component of the [`cameraGrainTexture`](/documentation/ARKit/ARFrame/cameraGrainTexture), you select among variations of visual image noise data stored in the Metal texture that conceptually match this level of intensity.

---

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)