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
__stopContinuouRecognitionInternally__ error
J
Joshuara
started a topic
almost 5 years ago
__stopContinuouRecognitionInternally__ error
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
J
Joshuara
said
almost 5 years ago
Hi,
We are using Wikitude cordova plugin 4.1 and I found one bug in cloud tracker in Android.
I got "__stopContinuouRecognitionInternally__" error so I checked wikitudesdk.jar's architect.js file and found this problem.
The inside function name is not matched correctly like this.
__stopContinuousRecognitionInternally__ : __stopContinuouRecognitionInternally__
this.__stopContinuousRecognitionInternally__ = function() {
for(;h.length;) clearInterval(h.pop())
}
this.stopContinuousRecognition = function() {
this.__stopContinuouRecognitionInternally__(),
AR.i.callAsync({is:"AR.i.trackerInterface.cloud.stopContinuousRecognition",objectId:this.__id})
}
Could you fix this bug ASAP?
Thank you.
A
Andreas Schacherbauer
said
almost 5 years ago
Hi Joshua,
Thx for point that out! We fixed it already and release a new version of our SDK early next week.
Best regards
Andreas
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 3736 topics
© 2020
Wikitude
GmbH ·
Imprint
·
Legal
Joshuara