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
mirrorFrontCamera is 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