Questions tagged [wikitude-sdk]

Available as an SDK for developers wanting to implement their AR applications with HTML and Javascript code.

see

27 questions
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
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
4
votes
1 answer

Getting error while using ObjC class include in .cpp file (unqualified-id @class)

I am working with Wikitude SDK and while adding some file supported in Wikitude example folder its showing me Foundation file error like below. In file included…
CodeChanger
  • 7,953
  • 5
  • 49
  • 80
2
votes
0 answers

3D Object Recognition Mixed Reality Audio, Video & 3D Objects

I'm working on augmented-reality. I want to load a 3d model from local asset and play real time audio based on a vertex. check this https://www.youtube.com/watch?v=zZ_iRinEnDE I trying wikitube SDK. how to achieve this in Android Native.
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
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 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
0 answers

I have used wikitude sdk for AR.Now how can i create compass for finding my object.?

I have used wikitude sdk for Augmented Reality.Now I want to find my object is where it is perfect located, Like i want to integrate a small compass as sub-module of my AR. Thanks in Advance.
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
0
votes
0 answers

Android build error when using Wikitude Sdk

I can't build my Wikitude project and the issue sounds to be in the Wikitude Sdk because whenever i use it the build crashes launching these two build errors Building Library\Bee\artifacts\Android\iz17e\n8fd_barcode.o failed with output: In file…
0
votes
0 answers

Wikitude Unity - How to make UI of image tracking more stable and static?

I'm using Wikitude Unity SDK 9.12 and I want to make a UI panel that uses 4 image tracking to anchor, it's a big panel so the 4 trackers. At first, I tried using extended tracking to fix the panel, however I had problems and it didn't work well.…
0
votes
1 answer

Share wikitude AR using openvidu

I'm working on a video conference app using openvidu. We are trying to include wikitude AR session in the call. The problem is that both of them requires access to the camera so I have the next scenario: if I instantiate the local participant video…
vnapastiuk
  • 609
  • 7
  • 12
0
votes
1 answer

Android Studio cannot find symbol class / package does not exist /wikitude

I hope one of you can help me. Unfortunately I did not find any help on existing issues and I am a newbie in Android Studio. So i followed this tutorial https://www.youtube.com/watch?v=JgcB6tMi0qE but didnt get the same result: the backgorund on my…
m_r_
  • 1
0
votes
1 answer

Gradle Error: Colliding Attributes when creating Build

when building an .apk file for Android in Unity with the Wikitude SDK I always get the Error: Gradle Error: Colliding Attributes. I hope someone had the same problem or can solve this, because I really don't know what to do. I would be very happy if…
1
2