"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

Real Time object recognition not working

Hi,

i want to achieve a real time recognition of a real time object, via android studio & vuforia samples. 

Currently, i am using single image target recognition but it is unsuitable, because it works successfully only with single image into target manager,

Do you have any ideas about achieving that?

Can this be done by creating a cuboid target in target manager?

Is there any method which checks similarity of images?

 

Thank you in advance

Hello sotiriakar,

A multi-target (cuboid) will allow you to detect a multi-sided image target: https://library.vuforia.com/content/vuforia-library/en/articles/Training/Multi-Target-Guide.html

Thank you for your reply,

I want to show different text, depending on the object target being scanned by the user.

Is it possible to combine image target with user defined target?

In this time my app scan specific image targets which are located in target manager and for each of them show specific historic informations.

Each target corresponds to different historical information.

I want to achieve that, but with real time object recognition.

Sounds like Image Targets is what you want. You can define what your images are in the Target Manager and then have your app code determine what information to display based on which target is detected.

Thanks,

Vuforia Support