[Register("io/scanbot/sdk/ui/camera/util/PreviewImageUtil", DoNotGenerateAcw = true)]
public sealed class PreviewImageUtil : Object, IJavaObject, IJavaPeerable, IDisposable
[Register("convertNV21ToBitmap", "([BIII)Landroid/graphics/Bitmap;", "")]
public static Bitmap ConvertNV21ToBitmap(byte[] nv21Image, int imageWidth, int imageHeight, int imageOrientation)
[Register("convertYUV420toNV21", "(Landroidx/camera/core/ImageProxy;)[B", "")]
public static byte[] ConvertYUV420toNV21(IImageProxy image)
[Register("convertYUV420toNV21Fast", "(Landroidx/camera/core/ImageProxy;)[B", "")]
public static byte[] ConvertYUV420toNV21Fast(IImageProxy image)