The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.
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-storageHey I'm creating small camera app I have implemented every things but I have one problem which is converting NV21 …
android bitmap android-camera yuvWhat do I want to achieve? I want to get URI of the captured image and save it on Firebase. …
android android-camera uri android-fileproviderI have been trying camera2 API. I have downloaded code from https://developer.android.com/samples/Camera2Video/index.html …
android android-cameraUsing the camera API, i am able to successfully take a picture and save it to a folder. Here is …
android android-camera countdowntimerI have a application which uses camera functionality in it but part of its functionality can also run without camera …
android android-camera android-package-managersWith android.hardware.Camera, in order to have the camera output appropriately track the device movement, we need to hook …
android android-cameraThere 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-recognitionI'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-camera2In 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