Hi,
The bitmap is returned in the extras bundle, e.g.:
Bundle extras = intent.getExtras();
Bitmap bitmap = (Bitmap) extras.get("data") ;
However, be aware that the quality of the image cannot be specified at
this time, but should be fixed in the future:
http://code.google.com/p/android/issues/detail?id=1480
Cheers,
James
On Wed, Jan 28, 2009 at 10:10 PM, jj <[email protected]> wrote:
>
> For launching a camera from appl which action requires?
>
> If start a camera from my appl and captured image, how should I pick-up
> (retrieve) that current image to my appl from camera provider. what is
> process for this(which Uri).
> >
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---