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 am trying to set the camera autofocus ON ... but whenever i set setFocusMode the application crashes.. java.lang.RuntimeException: …
android android-camera autofocusIs there an Intent for starting a camera with options to capture both Pictures and Videos on Android? I've used …
android android-intent android-cameraI have a camera in my app and I want to make it auto focus continuously in the same way …
android android-camera autofocusI have an app, let's call it FilterAppX it basically let's you load an image, and I will customize it, …
android android-camera photo-gallery android-photosMy Problem is: I've set up a camera in Android and receive the preview data by using an onPreviewFrame-listener which …
android android-camera renderscripti trying convert image from YUV_420_888 to rgb and i have some trouble with output image. In ImageReader i get …
android image android-camera yuvI'm trying to implement 3-way video chat inside an Android app using the WebRTC Native Code package for Android (i.…
java android android-camera webrtc videochatSo, I managed to create the functionality i wanted with the old camera the way I wanted it. With mCamera.…
android android-camera camera2I'm doing an application that calls a different activity when the device orientation changes from landscape to portrait or viceversa. …
android android-activity android-camera device-orientationI am developing a feature with the possibility of switching the torch into ON/OFF states. Some days ago, we …
android camera android-camera flashlight android-camerax