The "native" camera app generally behaves like a, well, digital
camera, and saves its images to a child folder of the DCIM directory.
(DCIM stands for Digital Camera IMages.) You can filter for these
images by adding a selector to your query.  Something along these
lines:

  MediaColumns.DATA + " like '%/DCIM/%'"

(If the content is a file, the DATA column holds the full path to the
file.)

On Oct 16, 7:58 pm, Chris - Diddo Team <cbo...@gmail.com> wrote:
> Hi all!
>
> Is it possible to get a list/cursor of all images taken by the
> camera?  I would like to somehow be notified when the camera takes a
> picture, ie when the database of images changes.
>
> Currently I can use a contentobserver with the
> MediaStore.Images.Media.External_Content_URI, but that fires off a
> notification if any photo is added to the SD (ie a photo is download,
> another app adds one...)...is there any way to do this?
>
> Thanks so much in advance!

-- 
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