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
8
votes
1 answer

Augmented Reality with Ionic Framework

I would like to ask if someone has tryed to use Ionic Framework with AR, like Wikitude or ezAR? I'm new in this specific field and I don't know how to start. Thanks a lot
6
votes
2 answers

Is it possible to use augmented reality indoors without GPS

Im thinking of developing augmented reality app for my school library. Basically we alreayd have a machine which will give us the duis decimal code for where the book is but the librarian still has to tell us where this is. An augmented reality…
OVERTONE
  • 11,797
  • 20
  • 71
  • 87
6
votes
1 answer

How can Wikitude be used in a project which also uses OpenCV?

We can't get Wikitude working in a Xamarin crossplatform project (Android and iOS), which also uses OpenCV. The Setup Xamarin crossplatform project using MvvmCross with the following setup: Core-project, PCL providing view models, business logic…
Felix Lieb
  • 414
  • 3
  • 14
6
votes
0 answers

Can we Add 3D Model AR.GeoLocation with Occlusion in Wikitude JAVASCRIPT API

Is it possible to use occlusion for 3D Model AR.GeoLocation in AR GeoObject ? We are working on an app that would display advertisement banners at a certain height on a building when you enter a predefined geofenced area. Now, at the current stage,…
Umesh AHIR
  • 738
  • 6
  • 20
6
votes
1 answer

Wikitude/AR SDK's to Pick out objects in 3d space

Im looking at integrating an AR Kit into our iOS App so we can use the camera to scan a room or field of view for objects. Above is an example of what i mean, if you were to bring up the camera it would highlight the separate objects in the room…
Matt
  • 3,305
  • 11
  • 54
  • 98
6
votes
4 answers

Image recognition without using internet

I want to scan image from camera and compare it with preloaded images. I want to recognize the scanned image. Example: I will save this image within my app and when I scan such image, I want to recognize it. (source: iconarchive.com) Is there…
Mehul Joisar
  • 15,348
  • 6
  • 48
  • 57
5
votes
3 answers

Android Studio Wikitiude Samples Error

I have this error when I trying to run Wikitude examples. How can I solve this. Error:error: C:/Users/se/Desktop/wwww/Examples/SDKExamples/plugins/src/main/cpp/jni/../lib/x86/libippicv.a(jmp_icvippiMulC_32f_C1IR_as.s.o): relocation R_386_GOTOFF…
Lucas
  • 170
  • 3
  • 14
5
votes
2 answers

Creating Augmented Reality Application for blackberry10

I'm a BlackBerry native applications developer. I'm new in BB10 apps development. I'm supposed to create an Augmented Reality based application in BB10. I've no idea whether there's any third party library available for blackberry10 or not. I have…
jQueen
  • 552
  • 1
  • 7
  • 16
4
votes
1 answer

Augmented Reality in Hybrid mobile application

I am creating a hybrid mobile application using jQueryMobile and phonegap. Now I need to implement the augmented reality in camera view to the application. I got wikitude for this purpose. Can I do the functionality mentioned in the following link…
Dev
  • 309
  • 1
  • 8
  • 24
3
votes
1 answer

How do Augmented reality browsers track you accurate location to overlay relevant information?

AR browsers include those like wikitude, Layar etc that are available for Iphone and Android smartphones . When you point your camera to a landmark they automatically overlay previously available information for a location over it (e.g. name of a…
user2760
  • 2,273
  • 7
  • 25
  • 34
3
votes
1 answer

Can I safely remove the Samples folder in Wikitude?

I am working on an Augmented Reality project using Wikitude and Unity and I'm fairly new to this. Can I safely remove the Samples folder in the Wikitude assets without breaking the application?
Jim L
  • 351
  • 2
  • 13
3
votes
1 answer

Passing local files to third-party framework

I am attempting to build an IOS application using the Wikitude Augmented Reality SDK. Currently, the SDK requires a configuration file to be either included in the binary, or fetched from the network within the context of their own javascript…
Andrew Walz
  • 890
  • 2
  • 8
  • 27
3
votes
1 answer

Passing a list of string as an argument to javascript function from native java code

I have a javascript function: drawPath: function drawPathFn(nodeList){ console.log(""+nodeList[1]); }, and the native java code that calls this function is: List nodes = getShortestPath(s,…
user997248
  • 73
  • 2
  • 10
3
votes
2 answers

Stuck on window.requestFileSystem

I'm working on an android app based on phonegap 4.0 & wikitude. I want to create a folder on root (/storage/emulated/0/ or /storage/sdcard0 if there's a SD). The piece of code for doing that is: onDeviceReady: function() { …
LordTobar
  • 51
  • 1
  • 7
3
votes
1 answer

wikitude Augmented Reality Application using Augmented Reality

I am trying to create a location base augmented reality application using wikitude phonegap plugin,I need to implement something similar to the 3_PointOfInterest_1_PoiAtLocation application which is inside the wikitude-sdk-samples-master , I have…
1
2 3
15 16