[android-developers] My Captured image is LOST!!

2009-11-12 Thread Nasir
Hey friends, I was successful to capture image using Android Camera but when i set this image using ViewImage on my view, it shows me the default android image and its very blurred too. I also have sdcard installed on the emulator. here is my code // Intent for camera try { Intent

Re: [android-developers] My Captured image is LOST!!

2009-11-12 Thread Jason Proctor
i don't know whether this is true for the still camera, but in video captures, the URI of the capture file is in data.getData(). it would be a little inefficient to send a potentially large bitmap via the intent/extras mechanism. hth Hey friends, I was successful to capture image using