Hi,
I have an image target on which i want to play videos. After detecting image target, i want to show some clickable buttons on phone screen. When user selects a button, accordingly I want to play a video. I am havig different videos for different button click. I want to show clickable buttons on screen only after detecting image target. I went through videoplayback code and am clueless how to process. Please help me by giving some pointer to proceed.
Thank you,
Sushil
Hi, I would suggest to read this article:
https://developer.vuforia.com/resources/dev-guide/open-web-site-and-display-toast-target-detection
This article explains how to perform some actions (such as showing some message in the UI) when a Target is detected.
You can re-use part of the logic there to actually trigger the visualization of the play button icons in the VP sample.
The relevant code for your case is in the renderFrame() function of the VideoPlayback.cpp file in the JNI folder.