Hello,
I am currently experimenting with vuforia sample code found here https://developer.vuforia.com/downloads/samples in Android, without using Unity to get a few AR experiences. What I need is for an video to get played in AR when an image is recognized by Vuforia, and also position the video around the image where I need it to be. I know there are a few tutorials available online for this, but I'm looking for an alternative that uses just Java code (not Unity) so I don't have to go through the process of learning Unity for just this. I found a feature "CloudReco" where a 3D object is placed on a recogonized image in the camera, but I cannot figure out how I can place a video instead of the 3D model on the image. I hope someone with OpenGl knowledge can advise me in this issue. I also do not feel Vuforia has enough documentation to help beginners get through with creating their own AR experiences. Any comments/advice would be greatly appreciated.
Thank you.
For now, i added metedata to target in database. Then, i could get metadata(this is a video link which you want to play). You can get video's link with this way. I think i can play this video by Android VideoPlayer. But i don't know how can i replace video place. I want video place must be same with target.