rawCameraBuffer property
Uint8List?
get
rawCameraBuffer
The raw camera buffer in YUV420 NV12 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.
Returns
- Uint8List?: Raw buffer bytes, or null if unavailable.
Implementation
Uint8List? get rawCameraBuffer;