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
1
vote
0 answers

Compatibility Wikittude with Telerik

We are researching if Wikitude is compatible with the Telerik platform. We have searched the Forums on Stackoverflow, Wikitude and Telerik, and the only answer we got was it is possible, with no explanation how to do it.Furthermore no-one has said:…
Aruthar
  • 13
  • 1
  • 3
1
vote
1 answer

wikitude tutorial for ios and objective c

I am implementing wikitude SDK for my iOS project. Now in the tutorial its showing step by step and i am following that. there is an option for adding ARchitectWorld. I am not getting what to add in that folder option. Shall I have to take the .js…
1
vote
1 answer

iOS simulator build error with worklight, wikitude and sqlcipher framework

I'm working with worklight, an augmented reality plugin called wikitude and a framework called sqlcipher. While I've got those working fine on iOS when building for a device or archive, when I attempt to build for the simulator there's a warning…
1
vote
1 answer

How to use wikitude samples?

I'm very new to android developing and AR, I installed Wikitude from this link But now I don't know how i must use samples in this link Please help me, thanks a lot.
Alik
  • 19
  • 2
1
vote
1 answer

Error when build the phonegap android empty project?

I am trying to create a simple project in phonegap with association of wikitude. This is the tutorial which I followed - wikitude + phonegap tutorial And I am using ubuntu 12.04 these are the only steps which I followed, $ npm install -g phonegap…
Cyclops
  • 649
  • 3
  • 8
  • 33
1
vote
1 answer

troubled in setting the location inside architectView in Wikitude SDK

I have troubles to set the location inside architectView in Wikitude SDK, below is the code snippet in short: public class myArchitectActivity extends Activity{ protected ArchitectView architectView; protected void onCreate(Bundle…
kevz
  • 2,727
  • 14
  • 39
1
vote
1 answer

Wikitude - I can't use external web service link

I'm using Wikitude as my augmented reality mobile app project. My question is why can't I use external web service link? Is it because of trial version? I'm using this sample from…
Nurdin
  • 23,382
  • 43
  • 130
  • 308
1
vote
3 answers

Wikitude - I can't exit world

I'm using wikitude for my mobile app project. My problem is I cant exit world after click back button. My code clickedClose: function() { document.location = 'architectsdk://actionButton?action=close'; } I'm using code samples from…
Nurdin
  • 23,382
  • 43
  • 130
  • 308
1
vote
1 answer

Overlay Image on Live Camera feed using Wikitude

I have gone through all the samples of wikitude. Is it possible to overlay live camera feed image which has been saved as screenshot and create augmenetd image? If it is possible then what tracker image should I use? Because tracker image is the one…
Chiradeep
  • 973
  • 12
  • 32
1
vote
0 answers

Augmented Reality integration using wikitudes, HTML 5 for BB10 app?

Note: Might be a repeated question but I didn't find a robust answer from any forum. Neither I am a BB6/7/10 native application developer nor I am aware of QML coding as it is far away from my coding standards. Come to the point I am HTML 5 or you…
1
vote
1 answer

Issue with arm and x86 in blackberry10 wikitude app

I am working on a Blackberry 10 app using wikitude SDK. I am using the documentation on the website and adding the libraries to the project . When the project is built , I am getting an error with "ntox86-ld" . I am new to this and cannot debug the…
1
vote
1 answer

What is the reason behind the use of Javascript in Wikitude SDK for Android?

I've been comparing several SDKs in order to add some location-based AR in one of my Android Apps. So far I've really liked the overall simplicity of Wikitude, however there are things like them asking you to put some of the logic of the AR part in…
1
vote
2 answers

How to integrate native blackberry 10 or wikitude SDK with webworks?

I am working on a BB 10 app using Webworks . I have almost completed it but the clients want to implement wikitude SDK for AR . But it only provide SDk for native blackberry 10 . Is there a way to implement wikitude with Webwork . Or a way to…
1
vote
2 answers

Wikitude SDK - markers are not showing in the camera view

I created a simple app following the POI example in Wikitude. When I run the application, no markers are painted on the camera view. I have the same issue with the sample POI app as well. I have put some JS alerts in the js file inside the…
ramesh
  • 11
  • 1
  • 3
1
vote
1 answer

wikitude 3.01: adding some features between examples did not work properly

i downloaded the SDK of Wikitude 3.1, installed the samples into my Eclipse workspace and on my Gnexus everything works. I divide the questions in points so could be easier to answer: I added the "onMarkerSelectedFn" method into the…
Bebbolin
  • 101
  • 1
  • 16