Object PreviewImageUtil

  • All Implemented Interfaces:

    
    public class PreviewImageUtil
    
                        

    Util methods to process camera preview images

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Bitmap convertNV21ToBitmap(ByteArray nv21Image, Integer imageWidth, Integer imageHeight, Integer imageOrientation) Converts the image byte array in NV21 format to Bitmap
      final static ByteArray )>convertYUV420toNV21(<Error class: unknown class> image) Converts the image in YUV_420_888 to NV21 format
      final static ByteArray )>convertYUV420toNV21Fast(<Error class: unknown class> image) Converts the image in YUV_420_888 to NV21 format with shortcut to improve performance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait