create

Deprecated

This method is scheduled for removal in the next major release.

Create DOT BgraRawImage.

Return

BGRA raw image.

Parameters


Deprecated

Use BgraRawImageFactory from dot-camera module instead.

Replace with

import com.innovatrics.dot.camera.image.BgraRawImageFactory
BgraRawImageFactory.create(yuv420Image)

Create DOT BgraRawImage.

Return

BGRA raw image.

Parameters

yuv420Image

Multi-plane Android YUV 420 image from androidx.camera.core.ImageAnalysis.Analyzer.analyze callback.