"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

How to change number of targets dynamically and there related codes in Videoplayback.

Hello ,

I want to change  NUM_TARGETS dynamically and there coding like

mMovieName[STONES] = "VideoPlayback/VuforiaSizzleReel_1.m4v";         mMovieName[CHIPS] = "VideoPlayback/VuforiaSizzleReel_2.m4v";         mMovieName[MY_TARGET] = "VideoPlayback/VuforiaSizzleReel_2.m4v"

May be it will be one only or it will increase to 10 or 20 files . All dynamically handle.

So how we change file according to number of targets in data set.

What change I have to do in VideoPlaybackRenderer.java file ?

 

Please suggest as I have to do all the things dynamically.