"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

What is the Constructor of VideoPlayback.cpp

hello,

i need help for passing the value of NUM_TARGETS

 

static const int NUM_TARGETS = 2; // the value should be dynamicstatic const int STONES = 0;static const int CHIPS = 1;
I'm thinking of a constructor, but i can't find it,also the 'const' could be a difficulty. how could i've done it dynamically, is there a way?(of course there is :)) but how should it be done? any help please., thank you sorry, i'm a newbie in C++