Hi,
in my current project I’m using image tracking only for image detection and not for the tracking part.
By documentation AR Foundation permits to track (detect in my case) a maximum number of 20 images but I need to detect simultaneously more images, between 30 and 40.
Just to be clear I don’t need tracking at all because every detection needs to happen just once and when it happens it just opens a popup on screen with some text (no prefab with a 3D model is spawing).
So here’s my two questions:
- Because I’m just detecting the image, is the maximum number of 20 images simultaneously still counting as a hard limit?
- If yes, is it possibile to use maybe a QR code scanner alongside AR Foundation (like in some kind of parallel mode) without compromise the AR functionality?
Obviously I’m open to suggestions for other ways to deal with this.
Thank you in advance
Bye