rawCameraBuffer property

Uint8List? get rawCameraBuffer

This buffer is in yuv420NV12 format.

This format is guaranteed only when using the live data source provided by this SDK. If an external or unsupported data source is used, the format is not guaranteed.

Implementation

Uint8List? get rawCameraBuffer;