Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Camera Intent

Receiving Low Quality Image From Camera Intent

I am trying to upload an image to firebase using the camera. But, the quality of image i get is too… Read more Receiving Low Quality Image From Camera Intent

Null Pointer Exception When Grabbing Picture From Gallery

i have the following code, which is used to grab images (either from camera or gallery) and then di… Read more Null Pointer Exception When Grabbing Picture From Gallery

How To Save Exif Data After Bitmap Compression In Android

After taking a picture with the camera intent, I compress the bitmap to lower the file size. The pr… Read more How To Save Exif Data After Bitmap Compression In Android

Android: Take Camera Picture Intent Remove Confirmation Dialog

it's possible to disable/remove this photo confirmation dialog: I need somehow skip this dialo… Read more Android: Take Camera Picture Intent Remove Confirmation Dialog

Change Camera Settings From Another App's Activity

I have an Android app that calls the native camera app to take a picture and returns the image for … Read more Change Camera Settings From Another App's Activity

Get Image Path From Camera Intent

There is option of capture image from camera in my application.But there is problem to get image fr… Read more Get Image Path From Camera Intent

Getting Illegalargumentexception While Capturing Photo From Camera

In my project I am using FileProvider.getUriForFile with given provider_paths.xml file: Solut… Read more Getting Illegalargumentexception While Capturing Photo From Camera

Did Android 5.0 Change The Result Of Action_image_capture Intent?

Intent captureImageIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(cap… Read more Did Android 5.0 Change The Result Of Action_image_capture Intent?

Java.lang.runtimeexception, Setparameters Failed In Android(4.1.1) Version

I have developed an application which captures a photo when punch in at the time. It's working … Read more Java.lang.runtimeexception, Setparameters Failed In Android(4.1.1) Version

Android Force Camera To Take Photo In Landscape Mode

I want to force the default android camera to take photo in landscape mode only. I have tried follo… Read more Android Force Camera To Take Photo In Landscape Mode

Camera.parameters Device Specific Crash (samsung S3 Mini)

The following code is working on a Galaxy Nexus, Samsung S3 and HTC One X but it crashes on a Samsu… Read more Camera.parameters Device Specific Crash (samsung S3 Mini)

Camera Api Working On Jelly Bean But Not Kitkat

I have a really strange problem. The following code I have is used to take a picture on button clic… Read more Camera Api Working On Jelly Bean But Not Kitkat