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.

Unfortunately, Camera has stopped

When I launch the Camera application I am getting this error, and this is my logcat. 12-08 12:50:10.393 2275-2369/com.android.…

android android-studio android-emulator android-camera
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
Image took from gallery is displayed in different orientation while using phonegap in android

I'm using Sencha Touch and Phonegap to display a picture recorded with the camera. When taking a picture on an …

android cordova sencha-touch android-camera
Customize Camera View for Android using zbar

I am new in android development. My app should activate the camera to scan a QR code and decode it …

android android-camera zbar
ZXing Autofocus issue

I write an application for Motorola Xoom tablet with Android 3.1 for my master thesis that can scan multiple QR Codes …

android android-camera zxing autofocus
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
Displaying all images from device in my app

I am using code below to get all images from Camera folder inside DCIM and display in my app. But …

android android-camera android-gallery android-external-storage
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
update android image gallery with newly created bitmap

I'm trying to save an image file to external storage. I can save the picture to the sdcard but it …

android android-camera android-mediascanner
Media Recorder start failed in android for camera

I am working on video recording app in which i want to display preview and when user click on record …

android android-camera mediarecorder