Releases: natario1/CameraView
Releases · natario1/CameraView
v1.3.1
v1.3.0
- Ability to inject frame processors to do your own visual tasks (barcodes, facial recognition etc.) (#82)
- Ability to inject external loggers (e.g. Crashlytics) to listen for internal logging events (#80)
- Improved CameraUtils.decodeBitmap, you can now pass maxWidth and maxHeight to avoid OOM (#83)
- Updated dependencies thanks to @v-gar (#73)
v1.2.3
v1.2.2
v1.2.1
- Fixed a distortion bug with certain activity orientations, thanks to @m1r0n41k (#23)
- Fixed a distortion bug with crop center behavior (#30)
- Add logger API to help debugging, enable with CameraLogger.setLogLevel() (#25)
- Fixed bug with configuration changes, ensure camera is closed before opening again (#29)
v1.2.0
- Added HDR support (#11)
- Fixed some serious bugs using
setLocation(double, double)
(#10) - Added
setLocation(Location)
with better support for other tags (#10) - Added
CameraOptions.supports(value)
to know if a certain value is supported without iterating over lists (#13) - Better threading, less lag when taking pictures (#13)