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.

android camera portrait orientation

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-portrait
Fitting a camera preview to a SurfaceView larger than the display

I have an Android application that needs to fullscreen a camera preview regardless of the preview size given by getSupportedPreviewSizes() …

android android-layout android-camera surfaceview
Detect Color Code of live android camera preview

I would like to detect colorcode of image (live stream image) while camera preview is going on. I want to …

android colors android-camera color-picker
Camera : setDisplayOrientation function is not working for Samsung Galaxy ACE with Android 2.3.6

I 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 portrait
Access denied finding property "camera.hal1.packagelist"

While 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-camera2
How do you take high resolution images using Camera.takePicture()?

I'm implementing an in-app camera and every time I take a picture my image is 320x240, though my phone's camera …

android android-camera
Android 6.0 RuntimeException: Fail to connect to camera service

An 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-marshmallow
Force portrait mode in camera

I am invoking a camera using an intent and clicking a picture. Presently I am on emulator and would like …

android android-camera android-orientation