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 currently trying to get the camera working in my app and I'm having issues with the whole camera.release() …
android camera android-camera adb ddmsI am trying to implement Custom Camera to record a video. I have followed This sample and it is working …
android android-layout video android-camera android-camera2How can I check if a device has a camera led (flashlight). I am talking about devices with android OS? …
android android-cameraI am trying to get the full image after taking a picture from a Fragment. If I use the Uri …
android android-intent android-cameraIs there any equivalent for Camera.PreviewCallback in Camera2 from API 21,better than mapping to a SurfaceTexture and pulling a …
android android-camera android-5.0-lollipop yuv android-hardwareI made an app that have a request for camera and GPS, but when I execute I am getting this …
android android-camera android-permissions android-gpsi have searched on the Image types supported by Android everywhere. Actually, my confusion is which are image types supported …
android android-camera android-image android-photosI want that when my application is running the power button (which upon pressing locks the screen & screen goes …
android android-camera android-wake-lockIn our application, we need to transfer video, we are using Camera class to capture the buffer and send to …
android android-camera yuv image-formatsI am trying to take a picture using an intent. My problem is that sometimes after taking a picture my …
android android-camera android-activity android-camera-intent