[android-developers] Re: Capturing the PictureWasTaken event

2012-09-12 Thread djhacktor
Hi m trying to read intent android.intent.action.MEDIA_SCANNER_SCAN_FILE but this does nt captured any suggestion thanks in advance On Friday, 16 January 2009 23:18:20 UTC+5:30, GiladH wrote: > > Hey Dave, > > issue solved by periodically polling the mediaStore, as you suggested. > > Tnx

[android-developers] Re: Capturing the PictureWasTaken event

2009-01-16 Thread GiladH
Hey Dave, issue solved by periodically polling the mediaStore, as you suggested. Tnx, GiladH --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Re: Capturing the PictureWasTaken event

2009-01-15 Thread Dave Sparks
The takePicture() function captures an image.The callback occurs when the picture has been captured and encoded. You aren't seeing the callback in your app because you haven't started preview mode. It cannot be used to capture an image from another application. Even this did work, it doesn't nece