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.

How to capture a custom image size with the camera in android?

How to capture an square image in android? I want to capture an square image (such as 300x300 pixel) by …

android image capture android-camera
It seems that your device does not support camera(or it is locked)

Android opencv samples and tutorials were running fine and suddenly one day I get this for all of those: "It …

java android opencv android-camera
Android - Take picture without preview

I am trying to take a picture without preview, immediately when my application starts running and after that to save …

android android-camera surfaceview
EXIF orientation tag value always 0 for image taken with portrait camera app android

I have a camera app in portrait mode which takes pictures from both front and back end cameras.I am …

android android-camera android-orientation
Crop camera preview for TextureView

I have a TextureView with a fixed width and height and I want to show a camera preview inside of …

android opengl-es android-camera textureview
Android image resizing and preserving EXIF data (orientation, rotation, etc.)

If your Android app uses the device camera to take a picture and then resizes it (this is very, very …

android image android-camera exif
setRotation(90) to take picture in portrait mode does not work on samsung devices

According to the documentation, setRotation(90) should rotate the captured JPEG picture (takePicture in landscape mode. This works fine on a …

android android-camera
Android emulator camera custom image

Does anybody know is it possible to open some personal picture when emulator camera starts? I have an application which …

android image android-emulator overriding android-camera
Getting Camera error in Zxing Barcode Application

I am trying to use Zxing Library for developing a barcode scanner. My activity is as follows: public class Scanner …

android android-camera barcode-scanner zxing
How to show the camera preview on a SurfaceView?

I am trying to open the camera hardware on a SurfaceView. In the layout, I created a SurfaceView and I …

android camera android-camera surfaceview surfaceholder