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.

Accessing internal storage in Android

I'm developing an Android app that needs to display images from the default camera folder. My problem is that I …

android android-camera android-internal-storage
Convert NV21 byte array into bitmap readable format

Hey I'm creating small camera app I have implemented every things but I have one problem which is converting NV21 …

android bitmap android-camera yuv
How to get uri of captured photo?

What do I want to achieve? I want to get URI of the captured image and save it on Firebase. …

android android-camera uri android-fileprovider
Android Camera 2 Api

I have been trying camera2 API. I have downloaded code from https://developer.android.com/samples/Camera2Video/index.html …

android android-camera
Taking pictures in android every 5 seconds

Using the camera API, i am able to successfully take a picture and save it to a folder. Here is …

android android-camera countdowntimer
hasSystemFeature(PackageManager.FEATURE_CAMERA) returns true for device with no camera

I have a application which uses camera functionality in it but part of its functionality can also run without camera …

android android-camera android-package-managers
What is the Camera2 API Equivalent of setDisplayOrientation()?

With android.hardware.Camera, in order to have the camera output appropriately track the device movement, we need to hook …

android android-camera
Android camera2 face detection

There is not enough info about camera2 face detection mechanism. I used Camera2 sample from Google: https://github.com/android/…

android android-camera face-detection face-recognition
Difference Between Camera and Camera2 in Android

I'm building an App which is similar to social media where people can share photos and videos like Instagram. That's …

android android-camera android-camera2
Android - Capture photo

In my application, i have to implement native camera activity where i have to launch the camera and take photo. …

android android-camera android-camera-intent android-capture