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
3
votes
2 answers

Wikitude SDK - ignoring license key on first run

I am using the tutorial example code provided by the wikitude SDK and adapting it to my needs. However when I pass a valid license key to the ARchitect browser (this happens in the viewDidAppear method of the view controller) via NSString * wkKey =…
hreimer
  • 785
  • 8
  • 31
2
votes
1 answer

Customize Wikitude main view with Wikitude API

I'm trying to use Wikitude API in an Android app, but there's very little documentation about it. So, is there any way to add an action bar to the wikitude view? And some buttons? Because I just see the way to add menu buttons, but nothing else.
ferguior
  • 273
  • 2
  • 10
  • 21
2
votes
1 answer

How to add a layer to Wikitude Browser?

I'm trying to add a layer on top of the camera view of wikitude, to show images and text (to indicate POIs out of the user's vision to left and right). I couldn't find a tutorial showing how to add a extra layer to Wikitude, someone knows…
Tere
  • 245
  • 1
  • 3
  • 14
2
votes
1 answer

How to recognize a non-rectangular image in Unity?

Context: I am trying to create a Unity app for a mobile device that can recognize big objects like cars through the device's physical camera. I was looking at Wikitude and Vuforia but they both only seem to work with small objects that can fit on a…
Jasper Citi
  • 1,673
  • 1
  • 23
  • 31
2
votes
1 answer

java.util.zip.ZipException: duplicate entry: org/apache/cordova/PermissionHelper.class

I'm trying to build my app on android with Cordova and the Wikitude AR plugin. It's working perfectly fine on iOS but once I attempt an android build, it gives me the following error: * What went wrong: Execution failed for task…
Joe Scotto
  • 10,936
  • 14
  • 66
  • 136
2
votes
1 answer

How to use wikitude plugin in xamarin forms?

I am using Xamarin to develop cross platform AR application. I am using Wikitude instant tracking. I am able to start the Wikitude activity and able to run the Instant tracking...Now I want capture the high resolution image while tracking...I am…
pritam001
  • 1,667
  • 1
  • 16
  • 23
2
votes
0 answers

Google VR SDK and Wikitude conflicts (duplicate symbols).

I'm working on an iOS (10) app which includes an AR component through the WikiTude library and Google 360 video using the GVDSDK (Google VR SDK). The two libraries seem incompatible with each other. If I include the Wikitude framework in my project…
user1514915
  • 111
  • 9
2
votes
2 answers

Xcode Library included but not found?

I'm working with Wikitude AR and on running their out-of-the-box example I'm running into an error. Error: dyld`dyld_fatal_error: -> 0x12008d088 <+0>: brk #0x3 Output: dyld: Library not loaded:…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
2
votes
4 answers

UnsatisfiedLinkError: dlopen failed: library not found

I used the Wikitude SDK v4 and when i launch my Activity i get this error. My IDE is Android Studio 1.5 and targetSDK 22 Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/data/xxxx/libarchitect.so" not found. I have the…
frenchdev20
  • 695
  • 2
  • 10
  • 18
2
votes
0 answers

Wikitude SDK for iOS crashing on iOS 9 Device

I want to code an app with augmented reality support by Wikitude. For that I use the native SDK for iOS from Wikitude. Setup and everything works, like it is described on their website/documentation. When I run the app from Xcode on my iDevice, the…
hueby
  • 331
  • 1
  • 2
  • 5
2
votes
1 answer

wikitude titanium SDK sample

I was trying to use wikitude samples in titanium studio, it loads without any errors and works perfectly except that it does not detect any target images and i always see "loading" on the top when the camera shows up. Thank you.
YoRk404
  • 29
  • 1
  • 3
2
votes
1 answer

Example wikitude SDK

I'm starting with the development of Augmented Reality and I have not found an example with step by step code explanation. Could someone help me with some basic example of image recognition in android SDK wikitude in using eclipse or Android Studio?
2
votes
1 answer

Wikitude - prob with camera orientation in landscape mode

I'm using wikitude for my augmented reality mobile app project. I got this problem when my camera in landscape mode. First attempt: Second attempt: Third attempt (problem here):
Nurdin
  • 23,382
  • 43
  • 130
  • 308
2
votes
1 answer

How to pass data from Phonegap view to architect view from wikitude

I am making a augmented reality / voice recognition app using Phonegap, wikitude and voicerecognizer (phonegap plugin). Almost everything works: The app launches the native speech api, saves the result in an input field, and then starts de wikitude…
Tober
  • 228
  • 1
  • 3
  • 14
1
vote
1 answer

wikitude architect framework

Does anyone know how to load the actual architect.js file. In tutorials there is a script tag with the value of source attribute equal to "architect://architect.js". What kind of url is that? Apparentrly a web browser cannot load it.
ppoliani
  • 4,792
  • 3
  • 34
  • 62
1
2
3
15 16