Top "Camera2" questions

The android.

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
Access high fps camera on Android

There are phones with official support for high fps recording, like the Galaxy S5 and S6. I tried both, with …

android camera frame-rate 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
Android camera 2 api BufferQueue has been abandoned

I am testing with new Android camera2 API and I want control each frame from camera. What I do for …

java android camera2
Manual focus in camera2, android

i am looking for an example of manual focus in camera2 in android. I tried to get minimum focus distance …

android camera camera2
Get full screen preview with Android camera2

I'm building a custom camera using the new camera2 API. My code is based on the code sample provided by …

android camera camera2 android-camera2
Flashlight Camera2 API

Can I use camera preview and flashlight at the same time in Android Camera2 API? When I try use CameraManager.…

android flashlight camera2
Android Camera2 API - Detect when we have focus

So, I managed to create the functionality i wanted with the old camera the way I wanted it. With mCamera.…

android android-camera camera2
Android camera2: java.lang.IllegalStateException: maxImages (1) has already been acquired, call #close before acquiring more

Hello having trouble to fix this issue. I already have a imageReader.close called inside the ImageAvailable callback but still …

android image reader camera2