Skip to content

Release v3.5.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@pvasa pvasa released this 22 Apr 04:47
· 23 commits to master since this release
  • 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