"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

Multiple image targets

Hi All, 

I would like to built an app that has can recognize images under Unity. In the vuforia sample ( download from unity asset stores ) , it uses DIFFERENT object which specify its only image target object. ( pls refer to the images attached ) 

But I have a numbers of images to be recognize so I would like to get the recognize marker at runtime without create multiple objects. My app has fixed image set so recognize through Cloud API is overkill. 

At first, I tried to register the RegisterTrackableEventHandler, and try to get the marker name ( mTrackableBehaviour.TrackableName) from OnTrackableStateChanged. But it seems this event only notifies the marker of specified in the Image target Behavior script. 

Any advise ? 

Regards, 

Cyrus

 

 

cyruschoi

Wed, 08/29/2018 - 14:42

Any guys has some hints ? I am sure this should be a common issue. Or I can only do the brute force manner and have specify each of my image to be recognize with one Image Target object . 

Regards, 

Cyrus

Attachment