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 using camera in my app. I am just using intent to start camera Intent cameraIntent = new Intent(android.…
android android-camera android-camera-intent landscape-portraitI have an Android application that needs to fullscreen a camera preview regardless of the preview size given by getSupportedPreviewSizes() …
android android-layout android-camera surfaceviewI would like to detect colorcode of image (live stream image) while camera preview is going on. I want to …
android colors android-camera color-pickerI was trying to create a simple camera application for research. I Read Android Camera Official Document and then started …
android camera android-camera samsung-mobile portraitWhile using camera in service mobile screen is getting un-touchable(locked by transparent window ) and only below error is occuring …
android android-service android-camera android-camera2I'm implementing an in-app camera and every time I take a picture my image is 320x240, though my phone's camera …
android android-cameraI used my Fabric-service and found this error on most of the devices that are running my app. Error was …
java android android-studio android-camera android-camera2I have a custom camera application and I want for any preview sizes to display it in full screen mode …
android android-camera surfaceview android-fullscreenAn error occurred with my app which ran in Nexus5 (Android6.0). The error was java.lang.RuntimeException: Fail to connect …
java android android-camera android-6.0-marshmallowI am invoking a camera using an intent and clicking a picture. Presently I am on emulator and would like …
android android-camera android-orientation