Top "Android-camera-intent" questions

Questions related about calling the camera app from the local device, without the camera permission.

Why does an image captured using camera intent gets rotated on some devices on Android?

I'm capturing an image and setting it to image view. public void captureImage() { Intent intentCamera = new Intent("android.media.action.…

android image camera rotation android-camera-intent
Android ACTION_IMAGE_CAPTURE Intent

We are trying to use the native camera app to let the user take a new picture. It works just …

android android-intent camera return-value android-camera-intent
Android camera intent

I need to push an intent to default camera application to make it take a photo, save it and return …

android android-camera android-camera-intent
Getting path of captured image in Android using camera intent

I have been trying to get path of captured image in order to delete image. Found many answers on StackOverflow …

android android-camera-intent
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
Android - Save images in an specific folder

I need to save the pictures taken with my app in an specific folder. I've read many solutions to this …

android android-sdcard android-gallery android-camera-intent
Camera orientation issue in Android

I am building an application that uses camera to take pictures. Here is my source code to do this: File …

android orientation android-camera-intent
Low picture/image quality when capture from camera

I have one problem. When I try to get picture from camera, the quality is very low. At first, capture …

android android-camera-intent
Android - Taking photos and saving them with a custom name to a custom destination via Intent

I have a program that opens the camera via Intent to take a photo. That much part works fine already. …

android camera android-sdcard android-camera-intent