Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 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 Move Image Captured With The Phone Camera From One Activity To An Image View In Another Activity?

The first activity has a button which when clicked, opens the inbuilt camera. Now when the picture … Read more How To Move Image Captured With The Phone Camera From One Activity To An Image View In Another Activity?

Null Uri On Api Level >=23 Camera Intent

This might be a possible duplicate but i can't seem to pinpoint the exact solution. Camera work… Read more Null Uri On Api Level >=23 Camera 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 - Camera Intent Low Bitmap Quality

When taking a picture using the android camera Intent, I get a low-quality bitmap image. I was wond… Read more Android - Camera Intent Low Bitmap Quality

Android: Not Able To Get Original Photo Captured By Camera (able To Read Compress Photo Only)

In my application I capture photo by android camera and then I want to send it to the server. For t… Read more Android: Not Able To Get Original Photo Captured By Camera (able To Read Compress Photo Only)

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

Mediastore.action_video_capture Not Saving The Video In Nougat 7.0

Hi i have been trying to record and save a video from Nougat 7.0 using intent, I can record a video… Read more Mediastore.action_video_capture Not Saving The Video In Nougat 7.0

Captured Image Returns Small Size

I am capturing the image from camera. The captured image's size shows too small when captured. … Read more Captured Image Returns Small Size

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

Rotate Image Taken From Camera Or Gallery

I am capturing image from camera and selecting image from gallery. In samsung devices the images ge… Read more Rotate Image Taken From Camera Or Gallery

Camera Intent Onactivityresult Code Saves (blank) Image Even If Photo Was Not Accepted By User

When the user clicks the cross to not accept the photo, it ends the intent in the same way it does … Read more Camera Intent Onactivityresult Code Saves (blank) Image Even If Photo Was Not Accepted By User

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?

Camera Activity Does Not Return A Result After Save

I had a code for taking photos and displaying them on map previously. Even i didn' t change the… Read more Camera Activity Does Not Return A Result After Save

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

Camera Activity Does Not Return A Result After Save

I had a code for taking photos and displaying them on map previously. Even i didn' t change the… Read more Camera Activity Does Not Return A Result After Save