Hello!
I'm making my first vuforia app here, and I believe I'm getting better each day.
However, I am now facing the challenge how to switch it to a cloud target database.
I used the samples (the teapots) as base for my app, but unfortunately we cannot wait for the target images because the app must be deployed before certain date, and some target images might be available after that date.
Any suggestions as to how to do it?
Thanks a lot!
-Edgar
Hello,
This shouldn't be too difficult using the Unity Editor.
Sounds like you started with the ImageTargets sample scene, so create a new scene using the CloudReco sample. Then drag and drop your image target prefabs (or copy and paste them) into the CloudReco scene. For each target, be sure to switch the type from "Predefined" to "Cloud Reco". Copy your license key into the new ARCamera (if required) and set the access keys from the cloud database in the CloudRecognition prefab.
That should be about it.
Thanks.