"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

local Cache for cloud Recognition

Hello,

I want do develop a on device cache for the cloud recognition database, which should loads images which are the closest to the device directly to the device cache. So the plan is that the app first tries to find images from the device cache and if it fails it asks the cloudrecognition database.

Is that possible?

If yes, do you have any hint how?

Thanks!

babababammmm

Mon, 10/09/2017 - 17:33

Hello,

Is it not possible to use the device recognition and cloud recognition in parallel? 

If there is a new camera frame try to recognize with the device database and if nothing is found send the frame to the cloud recognition?

 

Thanks,

You can run the device recognition and cloud recognition in parallel. You can pull in a custom image target into the sample app cloud reco scene to test it out.

Thanks,