javascript - Is it possible to use more then one AR.ClientTracker in Wikitude SDK? -
i'm creating mobile app , using wikitude sdk make ar feature. want create big target collection, i've read there limitation number of targets in 1 collection. it's 1000 targets. have 1500 targets, desided split targets 2 collections: 1000 , 500 targets.
the question how make search through both collections?
who knows?
you may use 1 ar.clientracker @ time. highly recommend using wikitude's cloudrecognition, allows recognize unlimited amount of target-images. fallback may categorize targets , let user pick right set of targets search on ar-scene start, e.g. discover "book-covers" or "magazine pages", each of them holding 1k of target images offline use.
in js can define global ar.clienttracker , set 1 of both active. more details find in js api of clienttracker.
please ensure use latest wikitude ar sdk android, ios, unity, xamarin, titanium, phonegap cordova.
Comments
Post a Comment