rgba8888 property

Uint8List? get rgba8888

The processed RGBA8888 image data, ready for direct use.

RGBA output is only valid if the original rawCameraBuffer was in YUV420 NV12 format, as guaranteed when using the live data source from this SDK.

Returns

  • Uint8List?: RGBA buffer bytes, or null if unavailable.

Implementation

Uint8List? get rgba8888;