Questions tagged [wikitude]

Wikitude is the company behind an augmented reality SDK for mobile development The core framework is available as an augmented reality development platform - called Wikitude SDK.

Wikitude was one of the first (if not the first) Augmented Reality browser for mobile devices (iOS, Android, BlackBerry, Windows Phone...), and the framework behind the World Browser is available as an SDK for developers wanting to implement their AR applications with HTML and Javascript code.

238 questions
0
votes
1 answer

Load other architectView Wikitude

Im trying load other architectView in my proyect. I have one with markers and I want other with only radar but always load the first architectView with markers. I call the functions in the same class. Im using Wikitude SimpleARBrowser example from…
0
votes
1 answer

simple javaScript code for mp3 not working

Trying to get an mp3 sound to play with a javascript class but not working. I am not familiar with javascript so I thought it would not be vary different from Java or C. however i do not know why this is not working. this is for an Android app…
Kevik
  • 9,181
  • 19
  • 92
  • 148
0
votes
1 answer

adding mp3 sound to wikitude AR augmented reality, not playing

i am unfamiliar with JavaScript, and wanted to add an mp3 file to play when the wikitude world starts, however it is not playing. there is no audio, i used the tutorials on the wikitude website to add wikitude as part of an Android…
Kevik
  • 9,181
  • 19
  • 92
  • 148
0
votes
1 answer

wikitude: POI is not render accordingly

I'm able to launch Wikitude POI sample using my Android phone. I have tried to create my own WCF to retrieve geolocation data. Whenever I retrieve my own geolocation data, the marker will not display on my screen. But, if I use the geolocation data…
WenHao
  • 1,183
  • 1
  • 15
  • 46
0
votes
1 answer

Removing SBJson library from Wikitude

In my app I have to use two different Augmented Reality SDKs. Wikitude and another one. The problem is that I get duplicate symbolserrors when I want to build the app. After some research I found out that both frameworks contain the SBJson library.…
chris13
  • 640
  • 5
  • 14
0
votes
1 answer

Android/iOS Wikitude PhoneGap Plugin - Custom POI CSS/styles

I've spent days searching Google, forums, everywhere for any direction but have not been able to find anything remotely close to answering my question or even giving any clues where to go from here so I am hoping that one of the wonderful community…
ljamison
  • 115
  • 1
  • 10
0
votes
1 answer

How to add POI with Wikitude?

I'm new for developer AR With POI I'm using wikitude for developer AR.I do follow from HERE This code in js file: var World = { loaded: false, init: function initFn() { AR.context.onLocationChanged = World.onLocationChanged; }, …
0
votes
1 answer

Disable animation on image recognition with Wikitude SDK 3.0

I'm integrating a modified SDK 3.0 sample into a big app in which I'm working. When I detect whatever Trackable2DObject and show an ImageDrawable (for example, the surf table), this ImageDrawable appears from the z-index very slowly. Is there any…
Neonigma
  • 1,825
  • 17
  • 20
0
votes
1 answer

Wikitude on Phonegap

I'm trying Wikitude on Phonegap, but can't load plugin. Error log is below. This error is on sample on GitHub(https://github.com/Wikitude/wikitude-phonegap/tree/master/iOS/SampleProjects/Basic). 2013-06-20 11:26:20.444 kitamaecat[3056:907]…
user2503488
0
votes
1 answer

Calling Wikitude SimpleIRExample from another project

I'm trying to integrate the SimpleIRExample as library into my project. For posting purposes, I wrote a minimal example which throws the same error as in my project. The parent project 'TestIR' has to be like that (this is the MainActivity): package…
Neonigma
  • 1,825
  • 17
  • 20
0
votes
1 answer

How to call PhoneGap API from within a Wikitude world

In my PhoneGap + Wikitude app, I have PhoneGap's standard index.html and index.js files which launch my Wikitude world myWorld.html. In myWorld.html, I need the fileSystem and a FileTransfer. I have put a correct reference to the PhoneGap JavaScript…
Caroline
  • 920
  • 2
  • 8
  • 25
0
votes
1 answer

Augmented reality with wikitude sdk

I am developing an augmented reality app using wikitude sdk. I am quiet new with this sdk. I have implemented everything as per the sdk documentation guidelines. But I can't able to plot the POI points in the AR-Browser view. For generating the POI…
Vishnu Kumar. S
  • 1,797
  • 1
  • 15
  • 35
0
votes
1 answer

libQCAR.so and libExtensionVuforia.so can't be read or are not good zip files

I use Wikitude to make augmented reality, except that eclipse (on windows) can not read files libQCAR.so and libExtensionVuforia.so or they are not good zip files. Help please!
0
votes
1 answer

How to create POIs for Wikitude?

I want to implement Wikitude World Browser in my PhoneGap app, but I do not know how to create POIs for it. I didn't find any document online. Does anyone knows how to create POIs for Wikitude?
webdev
  • 113
  • 1
  • 13
0
votes
1 answer

Wikitude Altitude Issue

I am gonna start using Wikitude SDK and have some doubts about its working... I was wondering how the Wikitude's Architect Engine handles the Augmentation of POIs? For example the Point of interest takes three values i.e latitude,longitude and…
Parvaz Bhaskar
  • 1,367
  • 9
  • 29
1 2 3
15
16