# FrameProcessor

Allows to modify every session frame before sending to server

- `processFrame(sampleBuffer:completion:)`

Override this method to be able to modify frame

#### Declaration

#### Parameters

|     |     |
| --- | --- |
| `<br>                                sampleBuffer<br>` | Input Captured Frame |
| `<br>                                completion<br>` | Should be called with modified `CMSampleBuffer` |
