Release v3.5.0-alpha
Pre-release
Pre-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
- continuousFrameSize (type: Size)
-
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