-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AR/Camera not working for samples? #52
Comments
Hi @vicung, On desktop browser you have the ADE available but no camera running as the ADE is more of a debug tool but not supposed to enable Architect Worlds on desktop browser. |
Thank you for your reply! I am now also in touch with the Wikitude support on the wikitude forums https://support.wikitude.com/support/discussions/topics/5000088480?page=1 And thank you for the clarification with the ADE, since it was the only UI where I could change some settings in the particular sample that I was testing then, I thought it might be relevant. Now I have tested more samples and see that there are more UI elements but unfortunately still no camera/AR view but only a white background :/ |
i have the same problem are you able to solve this? |
I would be thankful for a solution, too |
I'm looking into developing a Geo AR App and therefore want to try out wikitude's instant tracking and Geo AR functionalities. I have setup cordova, added the wikitude plugin, built several of the sample folders for android and ran them on my Samsung S8.
The App launches on my phone but instead of the AR View I only see a white screen with the ADE "button" on the bottom right and some other UI elements. I have manually configured all permission settings for the app including camera permission. I have tried out different settings in ADE but it doesn't seem to make much of a difference
The only errors I'm getting from the console are these, while the latter two appear when I touch anywhere on the white space on the screen:
architect.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
ade.js:1 Uncaught TypeError: AR.js.click.executePlatformClick is not a function
at Object.executeClick (ade.js:1)
at HTMLDocument.touchendEvent (ade.js:1)
ade.js:1 Uncaught TypeError: AR.js.click.executePlatformClick is not a function
at Object.executeClick (ade.js:1)
at HTMLDocument.touchendEvent (ade.js:1)
I have also tried the Unity Wikitude samples and with those the camera work perfectly fine, but because I'm interested in the sensor-based Geo AR, this is (at least currently) not an option.
I have also found the other github sample repo here #https://github.com/Wikitude/wikitude-cordova-plugin-samples but the command line doesn't seem to work on Windows?!
How can I get the samples work properly with cordova?
The text was updated successfully, but these errors were encountered: