My app has enables the users to take a photo using the camera. I\'ve tested it on several devices(Nexus S,Nexus One, HTC Magic and Galaxy S). The app worked fine on the first 3 phones, but crashed wi
I\'m writing an Android application that saves a JPEG snapshot from the camera when the user clicks a button.Unfortunately, when I look at the JPEG file my code is saving looks corrupted.It appears to
I\'m working on an Android application that need access to the front-facing camera on Samsung Galaxy Tab, with Android 2.2 (Froyo). As I\'ve read from some forums, there is official support for the fr
Can I开发者_开发技巧 open android camera in webview?The easiest way to have the camera functionality when using a Webview would be the use an Intent.
I have written an android activity to act as a simple camera but when I photo is taken the activity stores the image and stores a txt file along side, which records the gps location and orientation of
How to capture an square image in android? I want to 开发者_如何学Pythoncapture an square image (such as 300x300 pixel) by calling Camera through intent in android, how can I do this?EDIT:
I\'m using the follow code to take a picture using the native camera: private File mImageFile; private String mTempImagePath;
In 开发者_如何学编程my project I will get a picture from camera of phone but when I try to this with emulator, I can see only white-black square. Is there any way for real camera view and then to see
I can\'t see anything wrong with what I am doing, but I cannot get the camera on my phone to initialize and start drawing the preview. I have created a very simplified app that exhibits the same probl
This question already has answers here: Closed 10 years ago. Possible Duplicate: Calling camera from an activity, capturing an image and uploading to a server