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.

Enable rear camera with HTML5

I'm working on a project with MVC ASP.Net 4 HTML5 (default browser is google-chrome v29.0.1547.57) I can interact with these …

android html google-chrome asp.net-mvc-4 android-camera
Taking picture from camera without preview

I am writing an Android 1.5 application which starts just after boot-up. This is a Service and should take a picture …

android android-camera android-service
Converting YUV->RGB(Image processing)->YUV during onPreviewFrame in android?

I am capturing image using SurfaceView and getting Yuv Raw preview data in public void onPreviewFrame4(byte[] data, Camera camera) …

android image-processing ocr android-camera yuv
Android Camera will not work. startPreview fails

I'm getting these errors from LogCat: 10-30 00:31:51.494: D/CameraHal(1205): CameraHal setOverlay/1/00000000/00000000 10-30 00:31:51.494: E/CameraHal(1205): Trying to set overlay, but overlay …

java android surfaceview android-camera surfaceholder
Upload an Image from camera or gallery in WebView

WebView in this app opens a page with upload button. Below is the code block that allows to open a …

android android-intent android-webview android-camera android-image
Camera in Android, how to get best size, preview size, picture size, view size, image distorted

having image distorted when mixing a view from OpenGL and the Android camera to get an image of both when …

android image camera android-camera
Can you launch the native Camera App from an Html 5 Web App?

I have a mobile website that allows users to upload photos using the file input type (Browse button). If possible, …

android web-applications android-camera
Use smartphone camera from a web app to scan QR code

I want to build a web app (Html5 + Javascript, NO flash) than, using the smartphone camera, scan a QR code, …

android jquery html android-camera qr-code
Android/Java: Saving a byte array to a file (.jpeg)

I am developing an application for Android, and part of the application has to takes pictures and save them to …

android bytearray jpeg android-camera
Custom camera android

I want to use camera preview in an activity. I want to add images(transparent frames on surface view). I …

android camera surfaceview android-camera