Hi,
I'm trying to track 2 different ImageTargets, Target1 and Target2.
If Target1 and Target2 do not overlap on screen, they are both correctly tracked.
But if Target2 is placed in front of Target1 (Target2 being much smaller than Target1), only Target1 is tracked.
I tried with a single tracker and with one tracker per target, but the result was the same.
Here is a picture showing the setup : https://imgur.com/a/9bmk5iE
So I was wondering if from the moment an image is detected on screen there is a tracking exclusion zone in this part of the screen.
Thanks