"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

Display a description(text) after detection of object

Greetings,

 

I am working on a project that uses Vuforia Native SDK for android. I want to display some text overlay in real time after the object (shoe in my case) is detected by the camera. The text will display the description about the product scanned. I have googled for 3 days and havent found any solution that can help. Please need help regarding this. 

 

 

estoybueno

Wed, 08/15/2018 - 19:14

To do things upon detection, make a subclass of DefaultTrackableEventHandler and use that instead. In the OnTrackingFound or in OnTrackingStateChanged method, put whatever code you need there (hide/show message, for example)