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.

Using both front and back cameras simultaneously android

I know this question has been asked many times before. I had looked for it over a year ago but …

android android-camera
Take picture and convert to Base64

I use code below to make a picture with camera. Instead of saving I would like to encode it to …

android bitmap base64 android-camera
How can I find out the camera images folder of an Android phone?

I am developing a camera app for Android. One requirement is to save the photos taken to the device's default …

android android-camera android-gallery android-sdk-2.3
Camera on Android Example

I want to write an activity that: Shows the camera preview (viewfinder), and has a "capture" button. When the "capture" …

android camera android-camera android-camera-intent
Rotate camera preview to Portrait Android OpenCV Camera

I am trying to use OpenCV 2.4.3.2 to create a camera app and do some opencv processing. I would like it …

android opencv android-camera
How to launch front camera with intent?

I'm using an intent to open the camera with the native application: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); …

android android-camera
Android Camera Intent Saving Image Landscape When Taken Portrait

I have had a look around but there doesn't seem to be a solid answer/solution to the, very irritating, …

android android-intent android-camera android-camera-intent
Change camera resolution setting programmatically in android

I'm using the below code to open the camera. Is it possible to set the camera resolution to high programmatically? …

android android-intent android-camera high-resolution
Widget for turning on/off camera flashlight in android

I am developing a widget for turning on/off camera led of phone. I have made a widget that can …

android android-widget widget android-camera android-appwidget
Extract black and white image from android camera's NV21 format

I have done some google-ing around and couldn't find enough information about this format. It is the default format for …

android android-camera rgb format-conversion