Hi everyone,
Sorry for my poor English. I have a problem that waste of me someday. That is simultaneous use device database and cloud reco.
In my project, i has some targets saved in local DB and somes targets in Vuforia cloud DB.
First, i try to build app to detect and track target in local (Init ImageTracker > Load dataset > Active dataset) => Everything OK.
Next, i try to build app to detect and track target from cloud (Init ImageTracker > Init TargetFinder) => Everything OK.
Finally, i try to simultaneous use local and cloud (Init ImageTracker > Load dataset > Active dataset > Init Target Finder ) => Result: OK with targets from local but can't detect targets from cloud.
Anyone has used simultaneous device and cloud can give me some advises ?
Thank you for replying Strasza.
I have checked page you put.
It looks like in the bottom of the page there's an instruction with title " How To Use Device and Cloud Databases with User Defined Targets ".
However it may not be a solution for my problem occurring.
I'm sorry for not writing detailed my situation.
My application is made with Unity. Then I have already succeeded to use Marker recognition with dataset of both device and cloud, but not on the same build.
I have created 2 databases of both Type Device and Cloud on Vuforia Developer Portal, then imported Vuforia SDK for Unity to my project and set up Vuforia Configuration.
In Inspector of Vuforia Configuration,
When I check the checkbox [ Load MYAPPNAME Database] , marker recognition with device dataset works well, but the other with cloud dataset doesn't work.
When I uncheck the checkbox [ Load MYAPPNAME Database] , marker recognition with cloud dataset works well, but the other with device dataset doesn't work.
So I have to build 2 applications if I want to use marker recognition with device dataset and cloud dataset.
In reality what I want to achieve is that use both device dataset and cloud dataset on the same build.
I apologize for my poor English.
Thank you.