[android-developers] Re: Taking picture by camera correct intent action and extras?

2009-04-22 Thread emilie
Hello, I want to take the captured image returned by the camera when I take a photo. So I have call the camera application as Ondra did it. The problem is : I don't know what I have to put in the onActivityResult method to take the captured image. Moreover I want to take the path from the sdcard

[android-developers] Re: Taking picture by camera correct intent action and extras?

2009-03-20 Thread Prasanna
when is the next release going to be? I was thinking of flashing my dev phone to put the cupcake tree contents but seems like the Camera application still returns small image size. On Mar 4, 1:42 am, Dave Sparks davidspa...@android.com wrote: The image capture intents for the 1.0 and 1.1

[android-developers] Re: Taking picture by camera correct intent action and extras?

2009-03-03 Thread Dave Sparks
The image capture intents for the 1.0 and 1.1 releases only allow for small images intended for email or MMS attach. The next SDK release for Cupcake will add support for setting the image size. On Mar 2, 9:00 pm, Ondra Zahradnik ondra.zahrad...@gmail.com wrote: Hello I am trying to take