Package io.scanbot.sdk.util
Object YUVUtil
-
- All Implemented Interfaces:
public class YUVUtil
Provides operation with
-
-
Method Summary
-
-
Method Detail
-
rotateYUV21Image
final ByteArray rotateYUV21Image(Integer cameraRotation, ByteArray data, Integer imageWidth, Integer imageHeight)
Rotates YUV21 image
- Parameters:
cameraRotation
- rotation degrees (0, 90, 180, 270)data
- source image byte arrayimageWidth
- source image widthimageHeight
- source image height
-
-
-
-