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

Wikitude crash on Xamarin.Android app No virtual method setLightEstimationMode

I'm running Xamarin.Wikitude.SDK.JS plugin, version 8.6.0 on a Xamarin.Android Project. When loading the Wikitude provided example, the app crashes. The example is…
Davide Motti
  • 11
  • 1
  • 4
1
vote
0 answers

Is there 3D Viewer for the Wikitude SDK that doesn't require wt3 file conversion?

Does the Wikitude SDK 7.X - 8.X offer a 3D Viewer option for the immediate display of FBX or OBJ files from services like SketchFab, Google Poly, or SVRF without first converting to wt3 files? We have a requirement to display 3D objects from 3rd…
r-John
  • 11
  • 2
1
vote
1 answer

How to track multiple objects in wikitude?

My use case is that I want to track different objects kept in different rooms. I uploaded the images of object(1) and downloaded the WTO file and successfully able to track it by setting the targetcollection property of object tracker. Now for the…
1
vote
1 answer

how to stream Webrtc's camera output to the Wikitude sdk on native android

In my webrtc app i am sending the captured VideoStream to a remote browser. My goal is now that i want to augment some AR Stuff with wikitude (i am using Wikitude 7.2.1 for compatibility reasons) on that same videostream on the android part and show…
fraessig
  • 63
  • 1
  • 6
1
vote
1 answer

Wikitude Image recognized reset

So I have an app that uses Wikitude to recognize images. When an image is recognized I show a popup that gives the name of the image back. When the user clicks on done in the popup the image should be trackable again. But now everything works except…
test
  • 33
  • 8
1
vote
1 answer

how to create service which gets the information from google places API

I'm creating an android app which uses AR and camera to find different places around it and highlight them when displayed. It is developed using wikitude SDK(javascript API). I took reference of wikitude documentation from this link and built the…
1
vote
1 answer

How to Bind the Wikitude aar file in xamarin

Hi I am trying to bind wikitude .aar fine in xamarin...I am having some issues Com.Wikitude.Tracker.IObjectTrackerListener.cs(47,47): Error CS0102: The type 'TargetsLoadedEventArgs' already contains a definition for 'p0' (CS0102)…
pritam001
  • 1,667
  • 1
  • 16
  • 23
1
vote
1 answer

Wikitude SDK (Android Native) show overlay image after target image is recognized

I want to show one image on top of target image after successful image recognition from wikitude sdk for Android. By default it is showing StrokedRectangle. I couldn't find any clear idea in the docs about showing image. So some suggestions will…
1
vote
1 answer

Wikitude: constantly update POI information from native code?

I am completely new to JavaScript and HTML but am considering Wikitude for developing an Android AR app for the ODG R-7 smartglasses. Before I invest my very limited time in learning JavaScript, I want to be as certain as possible that what I need…
Larvitar3
  • 11
  • 1
1
vote
1 answer

Wikitude POI does not set location

I'm started to work on AR with Wikitude. I try to develop an app for Android on Xamarin. I use the source codes but while using POI I get "trying to find out where you are" error. I used everything. The Permissions are ok, gps is open, tried inside…
Mertcan
  • 11
  • 2
1
vote
2 answers

Wikitude Passing value from java to JavaScript to use it in AR.RelativeLocation

I passed an integer from java to javascript, and now I want to use the value to change the altitude of an object. I added a to RelativeLoction var location = new AR.RelativeLocation(null, 8, 0, a); The problem is it ignores the value that I passed…
1
vote
0 answers

Wikitude plugin in Xamarin captured image

I have created a new plugin for Wikitude. I want to send the recognized image to another API . in the first place I have to get the image but I'm failed. I have asked this question in Wikitude forums too but no one answer. Here is my plugin…
Hamid Fathi
  • 300
  • 1
  • 3
  • 13
1
vote
1 answer

Wikitude - AR.TargetCollectionResource is not a constructor

I am trying to use the wikitude-sdk-sample-image-recogn image recognition sample code which uses the wikitude Javscript SDK, to test how the image recognition feature works, when i run the code on my android phone i get this error This is the…
Adam
  • 2,418
  • 3
  • 17
  • 22
1
vote
1 answer

World to screen coordinates

I'm using wikitude and I need to get the screen coordinates of the recognized marker. I have converted the projectionViewMatrix to GLKMatrix4 and I've tried this code I've found on multiple sites: let point = Point3D(x: m.m.12, y: m.m.13, z:…
kemkriszt
  • 280
  • 3
  • 17
1
vote
0 answers

Access to the Javascript API from the Wikitude Plugin in a typescript (Ionic 2) project

Since Wikitude already tracks the user location, I'm trying to use it to retrieve it through its API. As I'm in an Ionic 2 project, I'm using TypeScript and all I'm access to is a very shallow WikitudePlugin object. What I would like is to be able…
candide
  • 258
  • 2
  • 14
1 2
3
15 16