Top "Android-camera" questions

The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.

camera parameters.setFocusMode is not working

I am trying to set the camera autofocus ON ... but whenever i set setFocusMode the application crashes.. java.lang.RuntimeException: …

android android-camera autofocus
Android Intent for Capturing both Images and Videos?

Is there an Intent for starting a camera with options to capture both Pictures and Videos on Android? I've used …

android android-intent android-camera
Android auto focus when continuous auto focus modes are not supported

I have a camera in my app and I want to make it auto focus continuously in the same way …

android android-camera autofocus
Android How to create new photo album and add it to default phone gallery in Code

I have an app, let's call it FilterAppX it basically let's you load an image, and I will customize it, …

android android-camera photo-gallery android-photos
Converting camera YUV-data to ARGB with renderscript

My Problem is: I've set up a camera in Android and receive the preview data by using an onPreviewFrame-listener which …

android android-camera renderscript
camera2 api convert yuv420 to rgb green out

i trying convert image from YUV_420_888 to rgb and i have some trouble with output image. In ImageReader i get …

android image android-camera yuv
How to implement 3-way conference call video chat with WebRTC Native Code for Android?

I'm trying to implement 3-way video chat inside an Android app using the WebRTC Native Code package for Android (i.…

java android android-camera webrtc videochat
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
Problem with camera when orientation changes

I'm doing an application that calls a different activity when the device orientation changes from landscape to portrait or viceversa. …

android android-activity android-camera device-orientation
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