How do you want to access the images? All the images at once?

Well, I don't think it's a standard location for the camera images. I
think you can use the Content Provider to achieve this, but again I am
not very sure.

Thanks and Regards,
Kumar Bibek

On May 24, 10:04 pm, folecr <[email protected]> wrote:
> I want to access camera pictures and camera pictures only. I could not
> find a specification of how the default camera application stores
> pictures...
>
> 1)  Is /sdcard/DCIM a standard of any kind? On the Android devices
> I've used, it looks like the default camera app always writes to this
> location. Are there devices where pictures are written to a different
> location?
> 2) Is it specified that camera JPEGs will always be accessible on the
> file system? (And not in some private database for example?)
>
> I'm hoping that if the above two are true, then I can simplify my code
> by simply reading the jpeg's in /sdcard/dcim.
>
> Or do I have to use MediaStore.Images.Media.query() for reliable
> access to camera images?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to