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.

Take Picture without preview Android

I would like to take a picture without any preview. I used this code but I'm getting an error: public …

android android-camera surfaceview
Camera2 with a SurfaceView

I'm trying to get the new Camera2 working with a simple SurfaceView and I'm having some problems with the live …

android android-camera surfaceview textureview
Taking picture with camera intent rotate picture in portrait mode android

Picture was taken successfully with camera but in portrait mode on samsung galaxy s3 the picture gets rotated. How can …

android android-camera android-camera-intent
Android video camera with TRRS external microphone recording

Most android audio recording apps automatically recognize audio input when external microphone jack that is plugged in is TRRS compatible (…

android android-camera android-audiorecord
D/skia: --- Failed to create image decoder with message 'unimplemented'

i am using https://github.com/jhansireddy/AndroidScannerDemo this scan library in my project. when i capture image i am …

android android-camera android-manifest android-fileprovider
Android SDK - camera2 - Draw rectangle over TextureView

Im new to android development, and I'm finding it hard to find good examples on the camera2 api. Im working …

android android-layout android-camera android-canvas textureview
How to get single preview frame in Camera2 API Android 5.0?

I'm trying to get a preview frame for QR code scanning functionality using Camera2 API. In old Camera API it's …

android android-camera android-5.0-lollipop android-hardware
Stop saving photos using Android native camera

I am using native Android camera and save file to my application data folder (/mnt/sdcard/Android/data/com.company.…

android native android-camera android-sdcard android-camera-intent
Android record video without audio

Is it possible in Android to record video from Camera without audio stream? Goal: to reduce the output file size.

android android-camera mediarecorder android-mediarecorder