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.

Allow user to select camera or gallery for image

What I'm trying to do seems very simple, but after a few days of searching I can't quite figure it …

android android-intent android-camera android-gallery android-intent-chooser
How to compress image size?

I want to capture image in low resolution using android camera api but when I captured image it will take …

android android-camera android-camera-intent image-compression
How to capture and save an image using custom camera in Android?

How do I capture an image in custom camera and then save that image in android?

android android-layout android-intent android-camera
How to autofocus Android camera automatically?

I want to autofocus Android camera as soon as camera holds still. Im looking for tutorials or samples how to …

android android-camera
android java lang runtimeexception fail to connect to camera service

I am currently working on Flashlight On/OFF. I am getting this error java.lang.RuntimeException: Fail to connect to …

android android-camera flashlight
How to get camera result as a uri in data folder?

I am creating an application in which I want to capture a image and then I want to send that …

android android-camera android-contentprovider
Use camera flashlight in Android

I'm trying to use the cameras LED flashlight in a widget. I've found several threads about this topic (i.e. …

android android-camera flashlight
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
How to get the Correct orientation of the image selected from the Default Image gallery

I have gone through some of the links to get the correct image orientation of the image selected from the …

android image android-intent android-camera image-gallery
Camera activity returning null android

I am building an application where I want to capture an image by the default camera activity and return back …

android android-camera