Hi everyone!
I am trying to track two image targets and display one object on every target.
I followed the advice given in the "Tips, Tricks and Useful Tools" section of the developer guide and uncommented the two lines in the ImageTargets.cpp.
JNIEXPORT void JNICALL Java_com_qualcomm_QCARSamples_ImageTargets_ImageTargets_onQCARInitializedNative(JNIEnv *, jobject) { // Comment in to enable tracking of up to 2 targets simultaneously and // split the work over multiple frames: QCAR::setHint(QCAR::HINT_MAX_SIMULTANEOUS_IMAGE_TARGETS, 2); QCAR::setHint(QCAR::HINT_IMAGE_TARGET_MULTI_FRAME_ENABLED, 1); }
But still the software displays only one kettle at a time.
I then uninstalled the app from my HTC Desire running Android 2.2. I refreshed the project in eclipse, cleaned the project, rebuilt it and deployed it again on the device but to no avail. Still just one kettle.
I'm running Windows 7 x86 using version 0.9.7 of the QCAR SDK.
Is there something I'm missing?
Thanks in advance for your help.
Matthias
Thank you Kim. That's it.
Maybe it would be helpful for beginners to include this information in the instructions.
Thanks again! :)