In an app (with EasyAR SDK 2.0, helloarvideo.app as a basis) I download images from an external source before setting up the AR view. They are put in the /documents folder with a structure like this:
"/var/mobile/Containers/Data/Application/xxxxxxxxxxxxxx/Documents/18_01_02.jpg"
After the images are download I try to create targets from these images using different storageTypes for testing purpose. But I cannot get it work. Where do images have to be stored so I can use them for creating targets?
Any suggestions?