Hi, I was trying out the ImageTargets sample and I was able to get the name of the trackable when it is tapped through the help of some guy's code from another thread here in the forum. But I am just wondering on how will I be able to distinguish one image from another when multiple images are simultaneously rendered into the camera frame? So far I was only able to get to know the name of only one image which is the most recent that has been overlaid.
These are the codes that I used to get the name of the active trackable:
QCAR::State state = QCAR::Renderer::getInstance().begin();
const char * name="";
for(int tIdx = 0; tIdx
{
//get target object
const QCAR::Trackable* trackable = state.getActiveTrackable(tIdx);
name = trackable->getName();
}
return env->NewStringUTF(name);
Hello All,
I am new to Vuforia. Please help me.
I am not able to get the second image name from the list of target images i loaded in the Vuforia.
Could you please help me to find the actual tracked target image name?
Thanks & Regards,
Pradeep