The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.
In my Fragment I try to take picture from my camera but the onActivityResult of my Fragment is not called. …
android android-fragments android-cameraI am having a problem capturing an image and storing it from the native camera app. Here is a sample …
android camera android-intent android-camera android-camera-intentwhen i do continuous click on Capture button (without any break), getting Runtime Exception how can i resolve this issue ? …
java android android-camera runtimeexceptionI want to get as string the image extension (for example "jpg", "png", "bmp" ecc.) of the images loaded from …
android android-camera android-galleryThe built in Camcorder App (like the one on the HTC EVO) seems to call camera.autoFocus() only when the …
android android-cameraHi I am using ACTION_IMAGE_CAPTURE for capturing image using Intent as follows: Intent cameraIntent = new Intent(MediaStore.ACTION_…
android camera android-camera android-camera-intentI have developed a small application for displaying camera preview in full screen. I'm using Camera API for this. This …
android android-cameraI'm working on an app which has a custom camera screen, for which I'm supposed to implement tap to focus, …
android android-cameraI'm trying to change color of Camera LED / Flashlight in Android. is their any way to achieve this ? I know …
android android-camera camera-flashHow to convert Bitmap returned by BitmapFactory.decodeFile() to YUV format (simillar to what camera's onPreviewFrame() returns in byte array)?
android image-processing android-camera yuv android-image