Top "Android-camera" questions

The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.

Correct handling of exception: "getParameters failed (empty parameters)"

I have a camera app in the Google Play store with Google Analytics installed. I keep getting the following crash …

android android-camera
How to use Front Facing Camera on Samsung Galaxy S

I've tried several answer I've found across the web, such as: Camera.Parameters parameters = mCamera.getParameters(); parameters.set("camera-id", 2); mCamera.…

android android-camera android-sdk-2.1
Upload camera photo and filechooser from webview INPUT field

My app is webbased and I need to upload pictures from an INPUT field camp. I've two situations and as …

android android-camera webviewclient filechooser
Camera preview stretched even after setting the correct dimensions

I'm creating a camera app that implements it's own camera preview for taking pictures. The app is currently forced into …

android android-camera surfaceview
autoFocus throwing exception

I have tried everything but I'm still unable to solve this issue. I am implementing a camera feature in an …

android android-camera
how to run media scanner in android

I want run the media scanner while capturing the image. After capturing, the image it is updated in grid view. …

android android-camera android-gridview android-mediascanner
broadcast receiver won't receive camera event

I'm trying to make an app that detects when a user takes a photo. I set up a broadcast receiver …

android android-manifest android-camera android-camera-intent
How to mute camera shutter sound on android phone

Is there any way to mute the camera shutter sound in Android (not rooted phone)? I use this code to …

android audio android-camera
FileProvider Not Working with Camera

I'm trying to make Camera App to store the output to my internal storage. I also understand that third party …

android android-camera android-fileprovider
Camera java.lang.RuntimeException: setParameters failed

I have created a custom camera app using this source code, but on few devices (like on High Resolution Devices) …

java android camera android-camera runtimeexception