Hi all,
I'm new to augmented reality and QCAR. I have executed ImagetTargets succesfully in my HTC Desire.
However, I have had not luck with MultiImageTargets. Which is the trackable needed to run it (for example, stones, chips, ...)?
I think the problem is that it doesn't execute the code inside this "if", because the project hasn't got the data about any trackable.
if (state.getNumActiveTrackables())
{
// Get the trackable:
const QCAR::Trackable* trackable = state.getActiveTrackable(0);
assert(trackable->getType() == QCAR::Trackable::MULTIIMAGE_TARGET);
...
Thanks in advance and regards,
Marta
Finally I have done my on trackable with another box, it's not perfect but it works.
But you are right, there is a pdf with the box, thanks.
Regards,
Marta