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 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-cameraI 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-serviceI 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 yuvI'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 surfaceholderWebView 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-imagehaving image distorted when mixing a view from OpenGL and the Android camera to get an image of both when …
android image camera android-cameraI have a mobile website that allows users to upload photos using the file input type (Browse button). If possible, …
android web-applications android-cameraI 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-codeI am developing an application for Android, and part of the application has to takes pictures and save them to …
android bytearray jpeg android-cameraI want to use camera preview in an activity. I want to add images(transparent frames on surface view). I …
android camera surfaceview android-camera