---
title: cameraGrainIntensity
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arframe/cameragrainintensity
---

# cameraGrainIntensity

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

## Declaration

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

## Discussion

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, you select among variations of visual image noise data stored in the Metal texture that conceptually match this level of intensity.

## See Also

### Accessing camera data

- [camera](arkit/arframe/camera.md)
- [capturedImage](arkit/arframe/capturedimage.md)
- [timestamp](arkit/arframe/timestamp.md)
- [cameraGrainTexture](arkit/arframe/cameragraintexture.md)
- [exifData](arkit/arframe/exifdata.md)
