Did you try to create an Intent with action android.media.action.IMAGE_CAPTURE
Check out the MediaStore.ACTION_IMAGE_CAPTURE ( http://developer.android.com/reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE ) >From the documentation : "Standard Intent action that can be sent to have the camera application capture an image and return it. The caller may pass an extra EXTRA_OUTPUT to control where this image will be written. If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap object in the extra field. This is useful for applications that only need a small image. If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri value of EXTRA_OUTPUT." Hope this helps, Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jun 15, 5:28 pm, James Howlett <[email protected]> wrote: > Hi, > > Can you please tell me how can I launcher the intent for Capture > Picture? > Is there an example? > > Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

