public class YUVUtil
Provides operation with
public static YUVUtil INSTANCE
Provides operation with
@NotNull
public kotlin.Array[] rotateYUV21Image(int cameraRotation,
@NotNull
kotlin.Array[] data,
int imageWidth,
int imageHeight)
Rotates YUV21 image
cameraRotation - rotation degrees (0, 90, 180, 270)data - source image byte arrayimageWidth - source image widthimageHeight - source image height