RedApparat/Fotoapparat
Making Camera for Android more friendly. 📸
📋 Changes
- #191
- #253
- #260
- #193
- Few log improvements by @ansman 💯
Auto uploading in jcenter
# What's new # Features Migrate to kotlin 1.3 and android x (thanks @rafaeltoledo, @fleficher & @jossiwolf 🎉)
# What's new # Features Exposure compensation support (thanks @andrewcking🎉 ) Max zoom support (by @PStrelchenko 🙌 ) Improvements in examples and readme by @knightcube, @kphil & @Diederikjh # Fixed #196 #212 #224
✨ Features
- Photos will always be correctly rotated, regardless device or screen orientation! (thanks @raedur 🎉 )
- Improved threading & stability behavior of library
- Improve Java builder with 2 more explicit methods
- Improved logs in pending results
- Codestyle improvements by @dewarder! 👍
🐛 Fixed
- #178
- #183
- #185
Set min version to 14. Thanks @bernatpl!
✨ Features
- Tap to focus support 🎉 (with the help of @friendoye )
🐛 Fixed
- #170
🐛 Fixed
- #165
🐛 Fixed
- #166
✨ Features
- Kotlin support 🎉
- Performance improvements and easier camera switching
- Add of Antibanding support by @simone-gasparini ❤️
🐛 Fixed
- #42
- #89
- #91
- #92
- #115
- #139
- #146
- #149
- + 1 more
✨ Features
- It is now possible to customize jpegQuality. Thanks @alaeri 🎉
- By @ezaquarii ❤️ :
- Size and Range are Serializables
- Size returns the total area
- Additional aspect ratio selectors which have tolerance
🐛 Fixed
- #105 by @jpribble 💯
📦 Other contributions
- Thanks @pflammertsma for adding switcher info into the Readme 👍
This is a hotfix for #96
📋 Changes
- It is now possible to get current parameters of the camera. Thanks @ezaquarii 💪
- It is now possible to customize FPS ranges. Thanks @friendoye 👍
- It is now possible to customize ISO. Thanks @hagabaka and @friendoye ❤️
- Optimized `toString` implementation of preview frames.
✨ Features
- It is now possible to update some parameters without having to restart Fotoapparat.
- Added possibility to set zoom level.
🐛 Fixed
- Fixed racing condition which caused camera to not show up
✨ Features
- Added CameraErrorCallback
- Preview frame can either be cropped to fit or displayed in full size
🐛 Fixed
- Fixed crash on some device when camera is paused while picture is being taken
- Not crashing the app if camera couldn't be opened
✨ Features
- Added `Fotoapparat.focus()` which now returns the result of focus operation
🐛 Fixed
- Added autofocus timeout (which also fixes emulator issue)
- Added experimental fix for `setParameters` which now will try to update parameters separately and log failures.
📋 Changes
- Frame processors were called on the main thread and not on the background thread, as promised.
This release contains no new features or bugfixes and just improves logging which would hopefully help resolve some problems.
This is a bugfix release. Fixed issues: #32 #33 #31
Bugfix for missing preview size on some devices
The first release of the library
