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.

Release Android Camera without restart?

I'm currently trying to get the camera working in my app and I'm having issues with the whole camera.release() …

android camera android-camera adb ddms
Android - Switch between front and back camera while recording a video

I am trying to implement Custom Camera to record a video. I have followed This sample and it is working …

android android-layout video android-camera android-camera2
how to check if device has flash light led android

How can I check if a device has a camera led (flashlight). I am talking about devices with android OS? …

android android-camera
Camera not working/saving when using Cache Uri as MediaStore.EXTRA_OUTPUT

I am trying to get the full image after taking a picture from a Fragment. If I use the Uri …

android android-intent android-camera
Camera.PreviewCallback equivalent in Camera2 API

Is there any equivalent for Camera.PreviewCallback in Camera2 from API 21,better than mapping to a SurfaceTexture and pulling a …

android android-camera android-5.0-lollipop yuv android-hardware
Getting W/Activity: Can request only one set of permissions at a time

I made an app that have a request for camera and GPS, but when I execute I am getting this …

android android-camera android-permissions android-gps
Android - Supported Image Types

i have searched on the Image types supported by Android everywhere. Actually, my confusion is which are image types supported …

android android-camera android-image android-photos
Disable Screen Lock(Power) Button in Android

I want that when my application is running the power button (which upon pressing locks the screen & screen goes …

android android-camera android-wake-lock
Android YUV Image format

In our application, we need to transfer video, we are using Camera class to capture the buffer and send to …

android android-camera yuv image-formats
Activity killed / onCreate called after taking picture via intent

I am trying to take a picture using an intent. My problem is that sometimes after taking a picture my …

android android-camera android-activity android-camera-intent