Hi,

I'm trying to capture an image by calling camera utility from
"MeidaStore.ACTION_IMAGE_CAPTURE". However, it seems there is only on
resolution available 640x480, while the native camera support 8MB
resolution.

The code to invoke the activity:

Intent intent   = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
                                intent.putExtra(MediaStore.EXTRA_OUTPUT, 
mImageUri);

FormActivity.this.startActivityForResult(intent, REQ_CAPTURE_IMAGE);

Any permission or extra param needed to get larger resolution option?
It'd much appreciated if anyone can help on this.

Thanks,
-DW

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to