Languages

Menu
Sites
Language
Accessing camera files

I can use

tizen.filesystem.resolve("images"....)

to access all the files under "images" in the gallery but how do I access the one that were taken by the camera?
They are under

/opt/usr/media/Camera/

but I can't find the proper virtual root to access them.

Regards,

Enoal

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Lakshmi Grandhi
Hi enoal, to get the images files under Camera folder you have to use camera folder id "7bbfe1cb-79dc-4477-b76c-086add396af1" on find API. gManager.find(onFindSuccess, onFindError, "7bbfe1cb-79dc-4477-b76c-086add396af1" , mediaType == "ALL" ? null : new tizen.AttributeFilter("type", "EXACTLY", "IMAGE"), new tizen.SortMode("title", "ASC"));