Home > @magiclane/maps-sdk > Camera > rgba8888

Camera.rgba8888 property

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.

Signature:

get rgba8888(): Uint8Array | null;