camera_android_camerax 0.5.0+2
camera_android_camerax: ^0.5.0+2 copied to clipboard
Android implementation of the camera plugin using the CameraX library.
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.