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 -~----------~----~----~----~------~----~------~--~---

