I am trying a sample AR application using Wikitude SDK. All the Samples work perfecty fine on my device and in my sample AR app i could see the camera view in my ARview. I see the wikitude logo on the left bottom corner and when i point the cam to the Solarsystem.jpg marker image, it is not recognizing and not showing 3D models.
I included the Solar system IR example in my sample app and i am getting the error: (PFA for detailed log)
Uncaught ReferenceError: AR is not defined:1
09-11 09:35:20.753: E/Web Console(8675): Uncaught ReferenceError: AR is not defined:1
09-11 09:35:20.933: E/libEGL(8675): called unimplemented OpenGL ES API
09-11 09:35:20.933: E/libEGL(8675): called unimplemented OpenGL ES API
I'm also developing an app using the Wikitude Framework. When I start my App I do get the Same error "Uncaught ReferenceError: AR is not defined:1" but my App works anyway( with Image recognition and POIs). I tried to figure out where the Problem is caused but I couldn't find the place. Since the message is called by E/Web Console that means that there should be some console.log() place issuing this error. But I didnt find it yet. So maybe your Problem lies somewhere else.
hope that helps,
kind regards,
Alexander
A
Andreas Fötschl
said
about 10 years ago
Hi there!
We're intercepting AR-namespace within the Wikitude SDK. Unfortunatlely WebView doesn't get it immediately and logs "Uncaught ReferenceError: AR is not defined:1", which you can simply ignore. We're looking forward to get rid of this log.
Kind regards, Andreas
H
Harsimran Singh
said
over 9 years ago
Hi Sarat,I want to know how you solved this problem.I am facing similar problems.
Sarat Ivatury
1 person has this problem