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.

Android camera preview callback and mediarecorder record video

I want to create an application,that has to record video (using media recorder) and recorded video need to format(…

android android-camera android-mediarecorder
Get angle of view of android camera device

I want to know the angle of view from the camera, just like in this question but using android.hardware.…

android camera android-camera angle
Get/modify frames while recording mp4 with MediaRecorder

I am recording mp4 with the following code. But while I am recording, 1- is it possible get frames of …

android android-camera android-mediarecorder
Save captured image in specific folder on sd card

I'm working with camera in android and I'm new to android camera. I've followed the tutorial from here Whenever I'll …

android android-camera android-camera-intent
Taking a picture as fast as possible with Camera API on Android

Scenario: I need to take a picture as fast as possible and save it to SD Card. It would be …

android android-camera surfaceview
Android 4.4.2 - camera uri return null and also cropping feature not working?

I am trying to click image from camera and show into imageview but onactivityresult URI return null. BUt below code …

android android-camera android-image android-gallery android-4.4-kitkat
How to capture low resolution picture using android camera

I want to capture photo and also save it to my sdcard using android camera.I know its easy but …

android camera android-camera surfaceview android-camera-intent
How to Capture Image When Device is Locked

I want to capture image automatically by using either front or rear camera from an android device when screen is …

android android-camera android-camera-intent android-capture
Record video with a different preview size than the resulting video file

I am attempting to allow users to record video that is a different size than the actual on-screen preview that …

android android-camera mediarecorder
Creating thumbnail from video file returns null bitmap

I send an intent to launch the video camera PackageManager pm = getPackageManager(); if(pm.hasSystemFeature(PackageManager.FEATURE_CAMERA)){ Intent video = …

android android-camera video-thumbnails