Top "Android-camera-intent" questions

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

How to get Image Path just captured from camera

below is my code but is not give me image path in onActivity result Uri selectedImageUri = data.getData(); selectedImagePath = getPath(…

android android-camera-intent
android camera: onActivityResult() intent is null if it had extras

After searching a lot in all the related issues at Stack Overflow and finding nothing, please try to help me. …

android android-camera-intent
Camera of any emulator not working

Friends I am facing this issue since so long but i am able to get any kind of solution to …

android android-camera android-camera-intent
Android - Camera intent low bitmap quality

When taking a picture using the android camera Intent, I get a low-quality bitmap image. I was wondering if it …

android bitmap android-camera-intent
set orientation of android camera started with intent ACTION_IMAGE_CAPTURE

I'm working at an application in android which uses camera to take photos.For starting the camera I'm using an …

android exif android-camera-intent
Android: Activity getting Destroyed after calling Camera Intent

I am having two Activities (A1 , A2). A1 calls A2 and from A2 i am calling the camera intent as …

android android-activity android-camera-intent
Android: App crashes on onActivityResult while using Camera Intent

I am using camera intent to capture images in my App. The problem my app crashes on Android 5.0.2 while using …

android android-camera-intent
Picture coming from camera or gallery?

I have an intent chooser that allows me to pick image from gallery or camera like this: Intent galleryIntent = new …

android android-intent gallery android-camera-intent
broadcast receiver won't receive camera event

I'm trying to make an app that detects when a user takes a photo. I set up a broadcast receiver …

android android-manifest android-camera android-camera-intent
Get Image path from camera intent

There is option of capture image from camera in my application.But there is problem to get image from camera. …

android android-camera-intent