devrandomzero
devrandomzero
> The limitations on the maximum number of simultaneously tracked images is imposed by the platform SDKs. For example, ARCore only track up to 20 images simultaneously: https://developers.google.com/ar/develop/augmented-images#moving-images. This value...
Thank you Tim for your answer, I will surely try that, maybe this way I could avoid QR codes altogether. Another question, to avoid a performance hit do you think...
Thank you Tim, I hope that in the future the devs will add the possibility to remove an image from the library at runtime. For now maybe I could recreate...
I may have found a solution (just add a single line before the foreach) ``` if ($recursive) { /** @var Folder $folder */ $folders = $parentFolder->getFolders()->get()->executeQuery(); foreach ($folders as $folder)...