I want to receive data from front camera and back at the sam开发者_运维问答e time on Android 2.3.3.
Currently I have a program that takes pictures and saves them as a jpg on the top level of the sdcard, but its not appearing in the Gallery. Is th开发者_如何学Cere something I must do to make it happe
I\'m dealing with resizing of images on Android - fun! Here is questions I have hopefully small :) I\'m using camera intent to take p开发者_如何学Cicture and save it on SD card.
In 开发者_开发百科android 2.3 camera preview show white screen how to solve this issue?If you are working on Emulator this is normal. You have to configure your emulator properties to support camera.
If I use only CAMERA_FACING_BACK or CAMERA_FACING_FRONT all works fine. I have trouble with switch from CAMERA_FACING_BACK to CAMERA_FACING_FRONT.
i have problem using camera in my Android application i have a form for save data, there is a button to Take Picture with camera and the captured image from the camera will be placed on ImageView in
I\'m developing an Augmented Reality app, so I need to capture the camera preview, add visual effects to it, and display it on screen. I would like to do this using the onPreviewFrame method of Previe
When the Android camera opens it fills up the screen in width and height but actually I want the app to open and limit upto certain dimensions on the screen aka BarCode Scanner but here the catch is t
For an application I\'m looking to write, I\'m looking for the ability to capture an image from within my application using an onboard camera on an android device(which I\'ve find documentation on, I
I am looking to use Android\'s Camera.open() method on two separate API levels. First is API level 7, which is 2.1 and higher and the second is 2.3.3 & 2.3.4 which are API level 9.