"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Not able to load dataset from sdcard

I am trying to load dataset from my sdcard.

 

I have copied both xml amd dat files to the location and

in imagetargets.cpp changed

if (!dataSetStonesAndChips->load("/mnt/sdcard/external_sd/downloads/StonesAndChips.xml", QCAR::DataSet::STORAGE_APPRESOURCE))

 

but when i run, i am getting the following error

Dataset file /mnt/sdcard/external_sd/downloads/StonesAndChips.xml not found

DetectorNFT4_DataSet::beginModify(): Dataset is already in modify state

Failed to load dataset '/mnt/sdcard/external_sd/downloads/StonesAndChips.xml'.

 

 

Please let me know why this error is coming and how can i fix it. Thanks