CameraViewEx v3.5.0 Release Notes

Release Date: 2019-04-22 // almost 5 years ago

    ๐Ÿ†• New apis:

    • continuousFrameSize (type: Size)
      Set preferred (not guaranteed) output frame size for continuous frames mode
    • singleCaptureSize (type: Size)
      Set preferred (not guaranteed) output image size for single capture mode

    โšก๏ธ Updated apis:

    - setPreviewFrameListener(..) -> setContinuousFrameListener(..)

    Decide orientation based on aspect ratio. For eg., x:y (landscape) and y:x (portrait) now generates different preview/output orientation independent of device/screen orientation.

    ๐Ÿ‘Œ Improve image processing for RGBA_8888 format outputs

    ๐Ÿ‘‰ Use Google's exif implementation as a part of library to avoid external dependency on support ExifInterface lib

    ๐Ÿ‘Œ Support custom sized continuous frames and single captures different from aspect ratio and best/highest size

    ๐Ÿ› Bug fixes

    ๐ŸŽ Performance and stability improvements