Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
onrecognition Function for client tracker
C
Caoueiti
started a topic
over 4 years ago
onrecognition Function for client tracker
1 Comment
C
Caoueiti
said
over 4 years ago
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
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3752 topics
© 2020
Wikitude
GmbH ·
Imprint
·
Legal
Caoueiti