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

metaio in iPhone 4

I've developed an iOS app that recognizes some logos. The metaio SDK runs fine in iPad Mini, iPhone 5 and iPhone 4S. In iPhone 4 the SDK runs really slow and sloppy. How can I fix this? Btw, I'm using the latest SDK and iOS 7 in every…
diogo.appDev
  • 1,595
  • 5
  • 16
  • 30
1
vote
2 answers

Dynamic markers for Metaio

I would like to have several logos in my application that are recognized as markers and trigger some sort of event, unique per logo. From time to time I want to update these logos/markers. I don't want to use metaio cloud, I want to somehow make the…
Quotient
  • 3,925
  • 6
  • 31
  • 35
1
vote
2 answers

'file owner' in xcode 4.6 issue / metaio configuration

I am new in iPhone programming, I am configuring metaio SDK and within the installation instruction I have to do something with 'file owner' which I've never heard about that as I just studied iOS 5. could you please how can I do this part in xcode…
John
  • 45
  • 1
  • 6
1
vote
1 answer

Augmented reality position ball on line (metaio sdk)

I have a paper with a tracker and a rectangle where the user can draw with a pencil in real life a black line. In my program I've got a bitmap from the plane where true is black and false is white so I can use that bitmap to set a ball on the line.…
user1480139
  • 283
  • 4
  • 16
0
votes
1 answer

Running old Metaio SDK iOS offline for demo purpose? MetaioLicenseString

I developed a Metaio Demo app last year, now i want to run the application again for some demo purposes. Since Metaio was sold to apple last year, the SDK tells me that my license key has expired. I learned from stack overflow, that the…
0
votes
1 answer

Is it possible to recognise light patterns on iOS?

Is it possible to recognise light patterns on iOS? Is there a native iOS SDK to do so? Use case: Detect light patterns (e.g. on / off) using smartphone camera Background information: Apple has acquired last year Metaio so I presume at some point we…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
1 answer

Is there any SDK like Metaio and Vuforia for iOS platform, I want to create app like IKEA Catalog or Snapshop?

I want to create an iOS app just like IKEA Catalog or Snapshop, for POC i have used these AR SDK Metaio and Vuforia but now these AR SDK are not available, please help me if any such kind of AR SDK is available
0
votes
2 answers

Metaio Android SDK: crash on Samsung Galaxy S6

I have an application that uses the Metaio SDK to show some Augmented Reality stuff. I have an issue where the app crashes when running it on Samsung Galaxy S6. Unfortunately I don't have any logcat logs for the issue. I found this link…
Mina Wissa
  • 10,923
  • 13
  • 90
  • 158
0
votes
1 answer

Metaio LocationBasedAR position 0,0

I download Metaio SDK and i start LocationBasedAR tutorial but if I tap on Paris (for example) i get my position 0,0. GPS works fine. Someone had the same problem? Is it a bug of Metaio?
Neoxxx
  • 33
  • 6
0
votes
1 answer

How to extend Activity in a Java class already extended

I'm developing an AR Android App using Metaio. I need to show some data when a real object has been tracked. To do this I register a callback, this is the best way that I have found. Unfortunately to use correctly getFragmentManager(), I need to…
RedFlea
  • 11
  • 3
0
votes
1 answer

Metaio Change Geometry Texture

I have tried to load a 3D model with its texture in metaio sdk. But now i have a new challenge: Suppose that i have a 3D car model, i want to load it in Metaio sdk and change color of the car when user taps the screen. How can do that? In general,…
Fartab
  • 4,725
  • 2
  • 26
  • 39
0
votes
0 answers

Failed to start the gyroscope sensor

I am trying to develop a Location-Based AR application in Android using metaioSDK 5.5.2 and when I start the application it tells me that it couldn't start the gyroscope sensor, and I have a NullPointerException. Here is the Log file: 06-05…
0
votes
0 answers

how to make double camera/window desktop meatio AR program

I am developing AR things with Metaio. I have dual camera and trying to make dual opengl rendering window based on the MFC template project of metaio…
flankechen
  • 1,225
  • 16
  • 31
0
votes
1 answer

Show 3dmodel after tracking lost metaio sdk

I am using metaio sdk 6.0.2. i am working on metaio INSTANT_2D_GRAVITY tracking and was able to display 3d model. I want to display same 3d model when tracking is lost.but I am failing to do so. I tried by adding trackingValuesVector in…
Kiran K
  • 145
  • 7
0
votes
1 answer

How to set scanning interval in metaio(unity package)?

I put in 100 targets in my APP that is developed by metaio(unity package). But the frame rate is very low. So I want to change the scanning interval from every frame to every 5 frames. Can any one tell me how to do it? Thx
Yu Zhang
  • 21
  • 4