"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

Switch between ModelTargets at runtime

Hi guys!

I'm not so familiar with Vuforia and therefore have a couple of questions that I cannot answer myself by consulting the API documentation.

 

The first problem that I have is, that I want to have multiple ModelTargets inside a single database. Is that possible? If so, how?

My next question, and also the more important one, is, how do I switch between ModelTargets at runtime? The idea is, that the user sees one specific guide view and then has to find that object and track it. Once he has done that, I want my application to change to the next ModelTarget - and thereby also to the next GuideView - so that users and Unity know what Model to look for now.

I succesfully managed to switch between GuideViews at runtime, but I cannot seem to switch ModelTargets at runtime. I hope someone can guide me into the right direction.

 

Best regards.

Hi,

Yes it is possible to store several MT in the same database, to be more specific in an Advanced MT db.

More info here: https://library.vuforia.com/content/vuforia-library/en/articles/Solution/trained-model-target-datasets.html

Hey, I am working on vuforia with Unity. I have created 3 model targets for 3 different car features and separately importing three without training database working fine with guide view.