"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

Add my new trackable data and movie in viedoplayback sample

I successfully run android viedoplayback AR sample in my device.After installing app in my device it can track two image(stones and chips) and can play viedo according with image.

Now i want to add new trackable image and movie in this sample application.Please give some solution...

AlessandroB

Sun, 11/11/2012 - 15:27

Hi, here are some guidelines on how to achieve what you want:

- open VideoPlayback.java:

- modify the NUM_TARGETS value to 3 or more (now it is set to 2)

- add a definition for an extra target next to CHIPS and STONES, i.e. update this code: