Top "Android-camerax" questions

If your issue is related to observed behavior, rather than API usage, please include information about the specific device (even if the device is an emulator).

Converting ImageProxy to Bitmap

So, I wanted to explore new Google's Camera API - CameraX. What I want to do, is take an image …

android android-camerax
java.lang.BootstrapMethodError: Exception from call site #2 bootstrap method on CameraX (1.0.0-alpha06)

I am trying to use CameraX API to fetch photo, but after I updated to new API version 1.0.0-alpha06 it …

android crash android-camerax
Can I record video with CameraX (Android Jetpack)?

Google has released the new CameraX library as part of Jetpack. It looks great for taking pictures, but my use …

android android-jetpack android-camerax
What is Android CameraX?

What is Android CameraX? There is a session about CameraX planned in Google I/O 2019. What is it? Is it …

android android-jetpack android-camerax
How does CameraX library can turn ON/OFF the torch?

I am developing a feature with the possibility of switching the torch into ON/OFF states. Some days ago, we …

android camera android-camera flashlight android-camerax
How to set a correct aspect ratio using CameraX?

I'm following the CameraX codelab and I'm getting a wrong aspect ratio on the preview even using setTargetAspectRatio and setTargetResolution …

android android-jetpack android-camerax