The only answers related to this question are a couple of years old and don't seem to match the Vuforia 6.2 API at all.
I'm building an application in which I have to switch between multiple cloud databases. How is this done? Just setting the keys in the cloudrecobehavior doesn't seem to be the right way.
At some points I will even have to switch to device Databases so I can track multiple targets at once. How would I approach this?
Any Help is highly appreciated, thanks!
Hello,
This should be accurate for switching cloud database keys: https://developer.vuforia.com/forum/unity-3-extension-technical-discussion/switching-cloud-database-access-key-and-secret-key
You can use both cloud and device databases simultaneously, but with cloud targets your are limited to a single, active trackable at any given time (the last one returned from the cloud reco operation). This limitation does not exists with targets in the device database which are all active once the dataset is loaded and activated.
Thanks.