Questions related about calling the camera app from the local device, without the camera permission.
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-intentI 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-portraitI 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-intentI'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-intentI successfully have used this code snippet before, but with the file pointing to somewhere on the SD card. final …
android android-camera-intentPicture was taken successfully with camera but in portrait mode on samsung galaxy s3 the picture gets rotated. How can …
android android-camera android-camera-intentI want to enable/disable camera programmatically in my application.
android android-camera android-camera-intent android-captureI 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-intentI 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-7I 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