Top "Android-camera-intent" questions

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

Activity killed / onCreate called after taking picture via intent

I am trying to take a picture using an intent. My problem is that sometimes after taking a picture my …

android android-camera android-activity android-camera-intent
Camera intent for ACTION_IMAGE_CAPTURE does not appear on Samsung Galaxy Nexus(4.0.2)

I use following code take a Picture from camera and to obtain picture's path. ... Intent cameraIntent = new Intent(android.provider.…

android android-camera-intent
android reduce file size for camera captured image to be less than 500 kb

My requirement is to upload camera captured image to the server, but it should be less than 500 KB. In case, …

android image filesize android-camera-intent onactivityresult
Android - Capture photo

In my application, i have to implement native camera activity where i have to launch the camera and take photo. …

android android-camera android-camera-intent android-capture
Using camera to take photo and save to gallery

I have went through several documentation and stacks, however I'm not quite sure how do I implement this... And help …

android android-camera-intent
Intent does not set the camera parameters

I am opening camera app as external intent from my applications. I am using following code to invoke the camera …

android android-intent camera android-camera android-camera-intent
Prevent activity from being destroyed

I'm sending an intent to the camera from an activity that I call like this: Intent testphoto = new Intent(Dashboard.…

android android-activity android-camera-intent android-ondestroy
How do I know if a Uri is empty?

I have an application where I need to be able to let the user decide how to put a picture …

android android-camera uri android-camera-intent
Android: BroadcastReceiver intent to Detect Camera Photo Taken?

I'm working on an Android application which needs to perform an action each time a new image is taken with …

android android-intent broadcastreceiver android-camera android-camera-intent
Null pointer Exception on file- URI?

In my app a capture button is there to capture an image using device camera,so I have used a …

android android-file android-camera-intent