camera_android_camerax 0.5.0+5
camera_android_camerax: ^0.5.0+5 copied to clipboard
Android implementation of the camera plugin using the CameraX library.
0.5.0+5 #
- Updates
README.mdto fully cover unimplemented functionality.
0.5.0+4 #
- Removes obsolete null checks on non-nullable values.
0.5.0+3 #
- Fixes Java lints.
0.5.0+2 #
- Adds a dependency on kotlin-bom to align versions of Kotlin transitive dependencies.
- Removes note in
README.mdregarding duplicate Kotlin classes issue.
0.5.0+1 #
- Update
README.mdto include known duplicate Kotlin classes issue.
0.5.0 #
-
Initial release of this
cameraimplementation that supports:- Image capture
- Video recording
- Displaying a live camera preview
- Image streaming
See
README.mdfor more details on the limitations of this implementation.