Im having a problem with the first sample app Client recognition 1.
When my AR world view loads from Index.html, my camera shows "loading..." in the top left corner. The javascript tag to "imageontarget.js" is in the body however it does not get called.
Im also having to load index.html from dropbox as simply putting "architectView.load("index.html")" does not work. Is there a better site to host my files on or call my assets and how do I fix the JS problem?
Thanks.
N
Nicola Radacher
said
almost 8 years ago
Hi,
If you load your index.html from e.g. the public dropbox folder or a server location, then you'll have to put in the absolute path (e.g. www.xxx.com/index.html).
Shabab Mahmood