On Wed, Aug 20, 2008 at 9:40 AM, webmonkey <[EMAIL PROTECTED]> wrote:
> > First, a separate question about the Camera app. When I open it it > tells me "Press Capture button to take picture". Where is the capture > button on the emulator or how do I simulate it? > For the inbuilt Camera app, make sure that you have the sdcard installed. Then press the center DPAD key to take a picture. > > Now the main question. From my app I want to call the native Camera > app to get a picture with location information. I am currently using > an intent with MediaStore.ACTION_IMAGE_CAPTURE and it does start the > Camera app but because of the limitation mentioned above I can't test > it. The documentation mentions that "the image is returned as a Bitmap > object in the extra field". What is the actual extra field and how > would I get any longitude and latitude coordinates? > To use the Camera APIs see the sample app in the post below: http://groups.google.com/group/android-developers/browse_thread/thread/b7fe6fbe0022fd76/f04e0c1381a11fc4 > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

