Questions tagged [metaio]

metaio produces APIs for Augmented Reality.

Metaio SDK - The Metaio SDK allows developers to use content without prior encryption. No offline tools or server side encryption is needed when generating and deploying 3D assets and tracking patterns. The SDK is currently supported on , and with an additional plugin for development in for , , and platforms.

Metaio Creator - The Metaio Creator is augmented reality software that allows users to create a complete AR scenario without specialized programming knowledge through a drag and drop interface.

Metaio CVS - Metaio Continuous Visual Search (CVS) manages marker searching online for instant image recognition

Metaio Cloud - The Metaio Cloud allows developers to store and manage content online.

JunaioJunaio is an augmented reality browser which allows users to experience mobile augmented reality through multiple channels on their mobile devices.

Metaio Engineer - Metaio Engineer provides solutions for technical assignments from the visualisation of future facilities within a current production environment over illustrating working instructions on a component to deviation measurement between virtuality and reality.

94 questions
0
votes
1 answer

Vuforia vs Metaio vs Layar

I am new to markerless AR. I have done one Marker based AR application. As I want to develop applications based on Markerless AR and considering the fact that I am new to markerless AR, I want to know the advantages and disadvantages for the…
Shashank
  • 199
  • 1
  • 2
  • 12
0
votes
1 answer

metaio SDK6 doesn't work on Android 4.0

I have upgraded metaio SDK to version 6, and experiencing issue in Android device having OS version 4.0. I'm getting the following error. Could not find class 'com.metaio.sdk.ARViewActivity$1', referenced from method…
Manikandan
  • 1,479
  • 6
  • 48
  • 89
0
votes
1 answer

Locate Metaio camera on a fixed position as gui texture + Display one object from the scene through that Metaio camera

1) I am a beginner to using Metaio in Unity, so my question is that is it possible to include two cameras on my scene: one is the main for 3D environment, and another camera (metaio camera) to display objects from Unity on the real world that must…
0
votes
1 answer

how to get my app to recognize images from the cloud?

I can't figure out how to get my Unity app to recognize images from the cloud using the Metaio SDK. Could anyone point me to the method, API or tutorial to allow this on Unity/Metaio? For example, I've got my Unity app working with Metaio to…
Jeremy
  • 3,438
  • 3
  • 34
  • 57
0
votes
1 answer

POI's billboard are not shown

I'm using the ARexampleLocationBased tutorial ,the POIS ar correctly shown but the annottations are not shown ,,the program works correct but the billoboards image down the POI's are not visible package pfg.proyecto.com.proyecto; import…
AFS
  • 1,433
  • 6
  • 28
  • 52
0
votes
0 answers

Loading XML config from URL on iOS - [Metaio SDK]

in must examples of Metaio SDK docs the xml's are loaded from Assets folder (more specifically, from NSBundle in iOS). But in iOS, you can't write into a file in your app's bundle -- the entire bundle is…
Ezequiel Santos
  • 162
  • 2
  • 16
0
votes
1 answer

Linking error when building TutorialHelloWorld in UnityPro4.6.0f3, Xcode5.0.2 (5A3005) and IOS 8.1.1

I did my best to follow the tutorial "Webinar 10:Fundamentals of the Metaio SDK Unity" (https://www.youtube.com/watch?v=AW47EKRKEdw) but they use a different version of Metaio than me(I'm using metaio SDK (Version 22/05/2014)). I manage to produce…
jjf
  • 115
  • 3
  • 11
0
votes
1 answer

Show Image On Metaio Image Tracker For Multiple Images

My idea is to display the names of the image recognized by the Metaio image tracker. I was successfully able to display the image created on the fly for the first COS but it doesn't display the image created on the fly for the second COS. It does…
gursahib.singh.sahni
  • 1,559
  • 3
  • 26
  • 51
0
votes
1 answer

How to install and launch Metaio app on Google Glass?

I used Eclipse to install Metaio SDK on google glass. In the beginning, the console area show like this http://ppt.cc/HVfq I think this means that I successfully complete the installation part, then I try to add voice trigger in order to let the…
0
votes
3 answers

setContentView(R.layout.webview) throwing ResourceNotFoundException

The setContentView(R.layout.webview) method is throwing ResourceNotFoundException when am trying to run the sample metaio sample app. I checked the folder structure, I deleted the R.java resource file and it got recreated. The Project Structure :…
gursahib.singh.sahni
  • 1,559
  • 3
  • 26
  • 51
0
votes
1 answer

Use both GPS and Scan function in same channel with Junaio AR

As the title says, im simply wondering if it is possible to use the GPS tracking and POI part of junaio, and att the same time use the scan functionality to scan and recognize images. Im working with a group at a project which demands that we use…
Cevil
  • 215
  • 2
  • 5
  • 15
0
votes
1 answer

how can i play sound when marker is detected in metaio SDK C#

I'm newbie in Augmented reality, I make desktop application using metaio SDK windows. How to play sound when marker is detected ? i have using C# sourcode. i had try, this is my code: public class playsound : monoBehaviour, metaioTracker{ void…
Ariasa
  • 1,709
  • 3
  • 13
  • 18
0
votes
2 answers

setText is not working after called

I tried everything on stackoverflow, but still can't find a solution. I tried to debug by setting breakpoint, the scoreView variable's mText is being updated, it keep showing the default string startingScore, but the UI is not updated, i tried to…
Timothy Leung
  • 1,407
  • 7
  • 22
  • 39
0
votes
1 answer

Metaio SDK - XCode 6 Mach-O Linker Error

I have a metaio project for iOS that was working just fine with XCode 5. Since switching to XCode 6 for testing with iOS8 I've ran into the problem of 6 new Mach-O linker errors Undefined symbols for architecture…
anders
  • 4,168
  • 2
  • 23
  • 31
0
votes
2 answers

AR Animation issue in Unity

I am trying a animation with AR using unity and Metaio sdk. I have to play that animation step by step when I try the below script it works perfect on ipad and android mobile device. Variable declaration ******************** …
Shree
  • 787
  • 8
  • 23