Top "Android-camera-intent" questions

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

Capture photo rotate 90 degree in samsung mobile

Photo is rotating 90 degree while capturing from camera in samsung mobile rest of other mobiles(HTC) its working fine. Please …

android android-camera android-camera-intent
Camera capture orientation on samsung devices in android

I am creating a camera app. The image when captured is shown in the grid view. Now, the code is …

android android-camera screen-orientation android-orientation android-camera-intent
Android image resize after camera intent callback

my first question here! I have a problem with a piece of code that starts a camera intent with the …

java android android-camera android-camera-intent
How to get video from camera Intent and save it to a directory?

Is it possible to have code similar to the following that does the same for video? if (resultCode == Activity.RESULT_…

android video filesystems video-processing android-camera-intent
What's the difference between ActivityCompat and ContextCompat?

I'm trying to use the Android camera, for API 23 or above, it requires asking for permission at runtime. According to …

android android-camera android-camera-intent android-camera2
Launch default camera app (no return)

I'd like to launch the default camera, but want it to act like it was started from the launcher (i.…

android android-camera android-camera-intent
Save captured image in specific folder on sd card

I'm working with camera in android and I'm new to android camera. I've followed the tutorial from here Whenever I'll …

android android-camera android-camera-intent
How to capture low resolution picture using android camera

I want to capture photo and also save it to my sdcard using android camera.I know its easy but …

android camera android-camera surfaceview android-camera-intent
How to Capture Image When Device is Locked

I want to capture image automatically by using either front or rear camera from an android device when screen is …

android android-camera android-camera-intent android-capture