Start a new topic

onrecognition Function for client tracker

onrecognition Function for client tracker
1 Comment


Good morning,

Iam creating a norml tracker with dynaic augmentations , iam trying to recognize a target and its augment on scan pressed (just like the basicrecognitiononclick.js) for coud recognition

this.tracker = new AR.ClientTracker("somthing.wtc",{

onLoaded:this.worldLoaded

}

scanPressed:function scanPressedFn()

{

World.tracker.recognize(this.onRecognition,this.onRecognitionError)

}

i wan to use the on recognize method but in my error logs it says that  'Object has no method recognize'

is the recognize method exclusive for cloud recognition only ??

thanks in advance
Login or Signup to post a comment