Result CollectPicture();
None.
Gathers pictures together and places them under ImageDb
management.
Searches for pictures on the SD Card that are not being managed by ImageDb
and registers them to ImageDb
.
In addition, the management file is made to reflect the registered information.
This function must be called to manage photos when they are directly added to or deleted from an SD card on the PC.
For more information about image paths, see the ImageDb Programming Manual.
However, note the following.
- The JPG files associated with MP files of the same name will be ignored.
- You can search for MP files even if they do not have any JPG files associated with them.
Depending on the number of photos on an SD card, this function can take some time. To support the POWER Button or other interruptions of the process, use the StopCollect()
function on a thread that is different from the thread that called this function.
When running, this function temporarily uses up to 141 KB of memory.
CONFIDENTIAL