@Gavin I found this post extremely useful: http://groups.google.com/group/android-developers/browse_thread/thread/34d8eb0cf04f3ada/276a049ca61b8c70?lnk=raot
If you browse the source of Camera you'll see how easy it is to call the camera app and get back the picture it takes. Good luck! On Dec 2, 2:09 pm, Ralf <[EMAIL PROTECTED]> wrote: > To get an image from the camera, you can use android.hardware.Camera: > http://code.google.com/android/reference/android/hardware/Camera.html > > See Camera.open() and Camera.takePicture(...). > ApiDemoes has an example of how to display a preview. > > R/ > > On Tue, Dec 2, 2008 at 5:22 AM, Gavin <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I am at the start of an epic journey; > > >http://code.google.com/p/miffed/ > > > but I must admit I am stuck at square one. > > > I am looking for the intent I can send so that I can acquire an image > > from the camera application. Can anyone please tell me where this is > > located? > > > Many thanks, > > > Gav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

