bitmapFromVideoFrame

fun bitmapFromVideoFrame(videoFrame: VideoFrame?): Bitmap?

Converts VideoFrame.Buffer YUV frame to an ARGB_8888 Bitmap. Applies stored rotation.

Return

A new Bitmap containing the converted frame.