You need to use the camera class in android.hardware, you can grab
the byte[] the camera captures by use of the camera callback methods.

                                            M

On Dec 2, 2:52 pm, fala70 <[EMAIL PROTECTED]> wrote:
> Using :
> Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
> startActivityForResult(intent, GET_IMAGE_FROM_CAMERA);
>
> is possibile to run the camera capture application, but I didn't
> understand how get the image file info or data on onActivityResult.
>
> somebody know how do it ?
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to