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

Markers and Radar are not visible in ARView Due to AR.ImageResource not load local images

In my PhoneGap application, I was using the Wikitude Cordova Plugin (5.1.1) and all Wikitude features were working fine. Now I am updating my plugin to the latest on 5.3.0 version but we are facing some problem with the Wikitude plugin feature in…
1
vote
1 answer

Wikitude: communicate back from within HtmlDrawable to Java code using "architectsdk://" technique

I'm working on an Android app and trying to implement the following solution: within an HtmlDrawable I have a set of elements with onClick events. By clicking on these elements I want to communicate back to the Java code of the app using the…
Ilya Zatolokin
  • 221
  • 2
  • 11
1
vote
0 answers

Wikitude SDK set-up

I'm new to Wikitudea and I'm trying to get it on the last version of Android Studio and I'm stuck… I followed the instructions of wikitude's video “Set-up Guide. Android Javascript API” and I get these error messages: on Gradle…
1
vote
1 answer

iOS Wikitude SDK (5.1.4) got crashed when lock the screen

In iOS SDK (5.1.4). Both the demo project and our app got crashed when I lock the screen and go back to the App. The crash thread's back trace: Another wikitude thread:
user392412
  • 743
  • 12
  • 18
1
vote
1 answer

Wikitude: License key is missing or invalid

I just registered as a free trail of wikitude four days ago, and I'm following the tutorial here: SETUP GUIDE CORDOVA CLI. I copied and pasted the key they sent me to the WikitudePlugin.js as they did in the tutorial. But when I build and run my…
RandomEli
  • 1,527
  • 5
  • 30
  • 53
1
vote
0 answers

XCode : How to resolve "Linker command failed with exit code 1"

To sum up my situation : I'm working with XCode7 Objective-C, and i'm debugging on an iPhone 4 with iOS 7.1, and I want to implement an example of Wikitude SDK (Augmented reality framework) Here's my problem, According to the procedure when i've…
1
vote
0 answers

I am getting this while cloud image recognition in wikitude ios

Wikitude SDK: Operation timed out after 2763 miliseconds with 0 out of 0 bytes recevied
Sabby
  • 403
  • 3
  • 15
1
vote
1 answer

Change the overlay image live in wikitude?

Is it possible to change the overlay image after a certain time or period with using the WikiTude ImageTarget? Even live without restarting the camera view?
sj0rske
  • 417
  • 4
  • 12
1
vote
0 answers

How to call a java method from javascript wikitude

I am trying to implement some extra feature onto the wikitude sample project What I tried is the following: I have button ("Take me there") in Poi detail panel near the "More" button and when user clicked to the "Take me there" button, I want to…
user997248
  • 73
  • 2
  • 10
1
vote
1 answer

Using loop for multiple targets in wikitude

I am currently having 20 targets and they all have different URL. Following the sample, all of them have to be declared one by one like: // Create overlay for page one var imgOne = new AR.ImageResource("assets/imageOne.png"); var overlayOne = new…
Alvida
  • 145
  • 1
  • 1
  • 9
1
vote
2 answers

Wikitude black screen on iOS 8.3

Right now right after user approved the permissions for a camera and GPS I have black screen with pois. It semms like there is an issue realted to the camera, because pois are moving on device position change so that part works nice, in addtion if I…
1
vote
0 answers

Google Glass Augmented Reality with Wikitude SDK

I am playing with Augmented Reality using Wikitude SDK for Google GLASS and it works fine. The data are loaded as it is supposed and on marker click i am showing a sidebar on the android device, however i am facing an issue when i try to TAP a…
hrskrs
  • 4,447
  • 5
  • 38
  • 52
1
vote
2 answers

Augmented Reality with Cordova, javascript

I'm currently working on a project which consists to developing an application that allows us to visualize geolocated elements by using the camera device. So I have to implement an augmented reality based on geolocations services. I have to fully…
Gaétan Séchaud
  • 219
  • 1
  • 3
  • 14
1
vote
1 answer

Intel XDK, geolocation based

I'm trying to implement an augmented reality application in which we can visualize elements by using the camera device in background. I have to implement this feature only by using javascript (and cordova). In cordova, I can only use the camera…
1
vote
1 answer

wikitude image recognition in fragment

i always error this my activity public class ARActivity extends SherlockFragmentActivity { ArchitectView arview; @Override protected void onCreate(Bundle arg0) { // TODO Auto-generated method stub super.onCreate(arg0); …