Qtopia-interest Archive, October 2007
Where are Pictures stored?
Message 1 in thread
I'm working on an app that works on the user's stored photos/pictures,
specifically ones recorded from the built-in camera (if there is one).
How can I query the path(s) to this/these locations? Or are they hard-coded?
--
[ signature omitted ]
Message 2 in thread
Paul Miller wrote:
> I'm working on an app that works on the user's stored photos/pictures,
> specifically ones recorded from the built-in camera (if there is one).
>
> How can I query the path(s) to this/these locations? Or are they
> hard-coded?
>
QContentSet documentset(QContentFilter::category( QLatin1String( "Camera" ) ) );
It's the only guaranteed way to get the list of photos from the camera, as layout of filesystems may change across devices.
--
[ signature omitted ]