2.0.0
We are proud to announce the two most requested features on the official camera plugin:
- Multi-camera ๐น
- Video settings ๐ฅ
- Preview rework ๐ธ
This release introduces breaking changes in order to support above features. See the migration guide for details.
Here is the complete changelog:
- โจ Added multi-camera feature, allowing users to display multiple camera previews simultaneously. Note that this feature is currently in beta, and we do not recommend using it in production.
- โจ Users can now pass options (such as bitrate, fps, and quality) when recording a video.
- โจ You can now mirror video recording.
- โจ๐ Implemented brightness and exposure level settings on iOS / iPadOS.
- โจ๐ค Added zoom indicator UI.
- โจ๐ค Video recording is now mirrored if
mirrorFrontCamerais set to true. - โป๏ธ๐ Completely reworked the code for increased clarity and performance.
- ๐ Fixed patrol tests.
- ๐ Fixed the use of capture button parameter in awesome bottom actions (thanks to @juliuszmandrosz).
- ๐ Added Chinese README.md (thanks to @chyiiiiiiiiiiii).
- โ๏ธ Android CameraX version is now 1.3.0
- takePhoto ans stopVideoRecording now have callbacks for success and error.
- by default the awesome builder has a filter list but you can pass an empty list to remove it