---
title: pixelBuffer
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/ciimageprocessorinput/pixelbuffer
---

# pixelBuffer

An input pixel buffer object that your Core Image Processor Kernel can read from.

## Declaration

```swift
var pixelBuffer: CVPixelBuffer? { get }
```

## Discussion

Discussion warning: This buffer must not be modified by the CIImageProcessorKernel.

## See Also

### Accessing Input Image Data

- [baseAddress](coreimage/ciimageprocessorinput/baseaddress.md)
- [metalTexture](coreimage/ciimageprocessorinput/metaltexture.md)
- [surface](coreimage/ciimageprocessorinput/surface.md)
