Top "Android-camera2" questions

The android.

How to use Android's camera or camera2 API to support old and new API versions without deprecation notes?

The new camera2 API confuses me. I want to develop an app (for Android APIs 10 - 21) which uses the device's …

android api camera android-camera android-camera2
Android "Permission Denial: can't use the camera"

I'm following a tutorial on utilizing the camera in an Android app. I am getting the error "Permission Denial: can't …

android android-camera android-permissions android-camera2
Camera2 api error failed to create capture session

I am trying to implement the Camera2 api in my android application. When I click the take picture button, the …

android android-camera2
Android Camera2 front camera

I recently noticed that the Camera API is deprecated and I found the new API called Camera2. I have read …

android android-5.0-lollipop android-camera2
Zoom Camera2 Preview using TextureView

i have a Problem with my Preview Zoom for the Camera2 API. I am using a TextureView. I want to …

java android image zooming android-camera2
Access denied finding property "camera.hal1.packagelist"

While using camera in service mobile screen is getting un-touchable(locked by transparent window ) and only below error is occuring …

android android-service android-camera android-camera2
Android Camera2 API switch back - front cameras

I'm creating a custom camera capturing videos with the new camera2 API. My code is strongly inspired from the code …

android camera camera2 android-camera2
Turning on/off flash with Android camera2 API not working

I'm creating an Android app with a custom camera and I'm switching to the new camera2 API. I have a …

android camera android-camera2 camera2
Android Camera2 API YUV_420_888 to JPEG

I'm getting preview frames using OnImageAvailableListener: @Override public void onImageAvailable(ImageReader reader) { Image image = null; try { image = reader.acquireLatestImage(); Image.…

java android android-camera2 camera2