Questions related about calling the camera app from the local device, without the camera permission.
I'm capturing an image and setting it to image view. public void captureImage() { Intent intentCamera = new Intent("android.media.action.…
android image camera rotation android-camera-intentWe are trying to use the native camera app to let the user take a new picture. It works just …
android android-intent camera return-value android-camera-intentI need to push an intent to default camera application to make it take a photo, save it and return …
android android-camera android-camera-intentI have been trying to get path of captured image in order to delete image. Found many answers on StackOverflow …
android android-camera-intentMy app allows the user to press a button, it opens the camera, they can take a photo and it …
android nullpointerexception android-camera-intentI want to capture image in low resolution using android camera api but when I captured image it will take …
android android-camera android-camera-intent image-compressionI need to save the pictures taken with my app in an specific folder. I've read many solutions to this …
android android-sdcard android-gallery android-camera-intentI am building an application that uses camera to take pictures. Here is my source code to do this: File …
android orientation android-camera-intentI have one problem. When I try to get picture from camera, the quality is very low. At first, capture …
android android-camera-intentI have a program that opens the camera via Intent to take a photo. That much part works fine already. …
android camera android-sdcard android-camera-intent