"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

Detecting and Tracking Multiple Targets Simultaneously with Cloud Recognition

Developing an Android Application, using the SDK through Android NDK like in the Sample Apps, i noticed that in the Cloud Recognition Sample App (the one about the books) the update callback (QCAR_onUpdate) that detects and creates new Trackables, is fixed to get the result at index 0. Also at the render function, from the state only one trackable result is queried and used to render.

I tried iterating over all the results, but It seems only one result is ever available. As I programmed many things to support simultaneous augmentation on multiple targets, I was wondering if there is a way to track multiple targets simultaneously with Cloud Based Recognition as in the Image Targets Local Sample App? Also if there isn't, is it posible to combine local tracking with cloud based, so as to have some general target areas where al the Cloud Loaded content could display simultaneously?

 

Thanks, great work by the way.