multiple instances of same marker in iOS augmented reality

1.1k Views Asked by At

I have some augmented reality issue here..I have to detect multiple instances of same images..I used vuforia, but it seems to me that it doesn't have support for that..string have that support but it costs $999 which is too expensive for me..is there any free option to do that?

1

There are 1 best solutions below

0
Khawar Ali On

It is not possible to detect multiple instances of the same image target within the camera frame at one time. Although, you can detect multiple different image target simultaneously within the range of camera at one time using

QCAR::setHint(QCAR::HINT_MAX_SIMULTANEOUS_IMAGE_TARGETS, 2);