androidx.camera:camera-view
Official Description: UI tools for the Jetpack Camera Library, a library providing a consistent and reliable camera foundation that enables great camera driven experiences across all of Android.
CommonsWare’s Notes
This artifact contains CameraView
, an “out fo the box” way to add CameraX
to a UI. You add a CameraView
to your layout, call bindToLifecycle()
to
tie it to a LifecycleOwner
, and it will show the camera preview for you.
You can call takePicture()
or startRecording()
to take a picture or
start video recording, respectively.
See androidx.camera:camera-core
for more information
about CameraX, including links to documentation and resources.
Documentation
Versions
- Latest Alpha: 1.0.0-alpha22
- 1.0.0-alpha22
- 1.0.0-alpha21
- 1.0.0-alpha20
- 1.0.0-alpha19
- 1.0.0-alpha18
- 1.0.0-alpha17
- 1.0.0-alpha16
- 1.0.0-alpha15
- 1.0.0-alpha14
- 1.0.0-alpha13
- 1.0.0-alpha12
- 1.0.0-alpha11
- 1.0.0-alpha10
- 1.0.0-alpha09
- 1.0.0-alpha08
- 1.0.0-alpha07
- 1.0.0-alpha06
- 1.0.0-alpha05
- 1.0.0-alpha04
- 1.0.0-alpha03
- 1.0.0-alpha02
- 1.0.0-alpha01