Top "Android-camera-intent" questions

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

Trouble working with the camera in onActivityResult

I have two options "select photo" and "take photo" - I have my select photo functionality fully working, but having …

android android-intent android-camera android-camera-intent
android camera portrait orientation

I am using camera in my app. I am just using intent to start camera Intent cameraIntent = new Intent(android.…

android android-camera android-camera-intent landscape-portrait
android: Take camera picture without "save" / "delete" confirmation

I want to display an image taken from the camera in an ImageView using Intent intent = new Intent(android.provider.…

android android-intent camera android-camera-intent
How to write exif data to image in Android?

I'm trying to write a User_Comment and TAG_GPS to a captured image in an Android application using the …

java android exif android-gallery android-camera-intent
Camera Intent not saving photo

I successfully have used this code snippet before, but with the file pointing to somewhere on the SD card. final …

android android-camera-intent
Taking picture with camera intent rotate picture in portrait mode android

Picture was taken successfully with camera but in portrait mode on samsung galaxy s3 the picture gets rotated. How can …

android android-camera android-camera-intent
Stop saving photos using Android native camera

I am using native Android camera and save file to my application data folder (/mnt/sdcard/Android/data/com.company.…

android native android-camera android-sdcard android-camera-intent
android android.provider.MediaStore.ACTION_VIDEO_CAPTURE return null onActivityResult with nexus 7

I am using intent for record video. so i use following code on recordVideo button's click Videofilepath = ""; Intent intent = new …

android android-intent android-camera-intent nexus-7
How to get path of picture in onActivityresult (Intent data is null)

I have to launch the camera, and when the users has done the picture, I have to take it and …

android android-intent android-camera-intent