iOS: Creating targets from downloaded images

0 votes
asked Jan 9, 2018 by lassegottwald (120 points)

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?

2 Answers

–2 votes
answered Jan 11, 2018 by albert52 (31,850 points)

You can load the downloaded images into the file  (../sc/main/assets).(That's the easiest way.

0 votes
answered Aug 7, 2018 by sbeck27 (700 points)
@albert52: During RunTime images cannot be donwloaded into (../sc/main/assets). So how are you suggesting to do that?
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...