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.

Camera of any emulator not working

Friends I am facing this issue since so long but i am able to get any kind of solution to …

android android-camera android-camera-intent
Android MediaRecorder - "start failed: -19"

I'm trying to create a video recorder on Android, and I've prepared my code which is supposed to be working …

android android-camera android-mediarecorder
Android "Permission Denial: can't use the camera"

I'm following a tutorial on utilizing the camera in an Android app. I am getting the error "Permission Denial: can't …

android android-camera android-permissions android-camera2
Android draw on camera preview

I'm making a virtual reality application where the camera should detect faces, locate them and show their location on the …

android android-camera glsurfaceview
How to make video captured by front camera not being inverse Android?

I recording video using MediaRecorder.When using back-camera,it working fine,but when using front camera,the video captured is …

android-camera video-recording front-camera
Android can't record video with Front Facing Camera, MediaRecorder start failed: -19

I have two different code bases with the same problem. The first one is code copied straight from developer.android.…

android video camera android-camera mediarecorder
Set the camera focus area in Android

following several tutorials and examples I came up with the next algorithm to set the camera focus on a specific …

android focus android-camera
OnPreviewFrame data image to imageView

i'm trying to get the byte[] from the preview of the camera, convert it to bitmap and display it on …

android bitmap android-camera yuv
How to use Android MediaCodec encode Camera data(YUV420sp)

Thank you for your focus! I want to use Android MediaCodec APIs to encode the video frame which aquired from …

android android-camera h.264 video-encoding
How to capture image from custom CameraView in Android?

i need to capture image from required portion of the screen. capture image from camera. at that time other screen …

android android-camera surfaceview image-capture camera-view