Iâve cloned and customized the âA-Frame: Unlimited Image Targetsâ project and am running into a problem.
What I already know:
- I can autoload 5 of the image targets with âWorld Trackingâ enabled AND 10 images can be autoloaded with âWorld Trackingâ disabled. My test project uses 12 images.
- Images canât be larger that 2048px and must be at least 480x640px. Mine are limited to 2048.
- All of my images are unique and have enough detail to properly work as targets. All of my images fall within the required specs for detailed, image targets.
The problem? The only images that work are the 5, autoloaded images I created when programming the app. I have used âxrweb=âdisableWorldTracking: trueââ to disable World Tracking, Seems to have no effect.
Iâve noticed that the cloned program focuses on scanning images in a specific order. It offers the recognition of 5, autoloaded images, but is limited to the order in which the images are scanned or programmed. Iâm looking for a way to not worry about the order in which users scan the images. The order should have nothing to do with the images scanned.
Please advise,
MC