[android-developers] Re: MediaStore.EXTRA_OUTPUT

2009-08-28 Thread Bill
Having the same problem ... like the EXTRA_OUTPUT parameter is getting ignored completely . Does anybody have a workaround ? On Aug 21, 2:09 am, Friso wrote: > I tried this, but I don't get the full size image back from the > camera, just a 512x384 pixels. I am using the Developer Phone. > > My

[android-developers] Re: MediaStore.EXTRA_OUTPUT

2009-08-28 Thread Bill
Bump - I have this exact same problem.. I can't get the full size image, Intent i = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); i.putExtra (MediaStore.EXTRA_OUTPUT,MediaStore.Images.Media.EXTERNAL_CONTENT_URI.toString ()); The intent that comes back with onActivityResult only has the "data" ke

[android-developers] Re: MediaStore.EXTRA_OUTPUT

2009-08-21 Thread Friso
I tried this, but I don't get the full size image back from the camera, just a 512x384 pixels. I am using the Developer Phone. My code final Intent imageCaptureIntent = new Intent (MediaStore.ACTION_IMAGE_CAPTURE); imageCaptureIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File