Questions tagged [junaio]

Junaio is an augmented reality browser for Android and iOS.

Junaio is an augmented reality browser for Android and iOS. It supports LLA markers, image recognition, and 3D object rendering (OBJ/MD2). It provides an API for developers to create rich and creative AR channels. The main language used is PHP, however you can use any language you want (ex:ASP) it just has to output a valid XML file to the browser.

http://www.junaio.com/

10 questions
3
votes
1 answer

How to add our own POI using metaio SDK

I am trying to integrate metaio SDK in my application for augmented reality. I have gone through this: http://dev.metaio.com/sdk/tutorials/location-based-ar/, but I am still not able to add my own POI. Could anyone who has integrated the metaio SDK…
Vamshi
  • 1,495
  • 1
  • 15
  • 31
1
vote
1 answer

Fatal exception: main android eclipse

I have viewed most of the other threads regarding this error but have not found an answer. I started a new project a couple of weeks ago using a plugin and the example project with the plugin. Added various of my own features and designs and no…
user1285471
  • 33
  • 1
  • 5
1
vote
2 answers

Metaio SDK: problems setting up a new project

I'm trying to setting up a new project using Metaio SDK but i have a few problems with this. First of all i've followed the tutorial of this website, but it ended up not working.…
Norolim
  • 926
  • 2
  • 10
  • 25
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

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

Junaio second quickstarts example not working

Maybe this question has been asked before, but I can't seem to get the second GLUE_2_AnimationsAndGLue example from the junaio quickstarts to work. I uploaded the needed folders (ARELLibrary and GLUE_2_AnimationsAndGLue) to my webserver, NEXT to…
Sandra
  • 4,239
  • 10
  • 47
  • 80
0
votes
1 answer

syntax for Junaio / AREL XML schema

I am fairly new to augmented reality implementations, and have been handed down a project which used Junaio sometime back in 2012. I need to re-implement everything from scratch, and I think I've been fairly successful so far; I can get my POI's to…
Joe McG
  • 167
  • 1
  • 2
  • 10
0
votes
1 answer

3 × Warnings: Foreach

I've a bit trouble with "foreach". The test page displays: *Warning: Invalid argument supplied for foreach() in /data/web/virtuals/23481/virtual/www/subdom/vsohbrno/poi/junaio/junaio/test.php on line 60* *Warning: array_multisort()…
chudst
  • 139
  • 3
  • 12
0
votes
3 answers

Android's method or Class to scan QR Code?

i'm working with junaio template (augmented reality) for android and i added a button named 'Scan' that will scan a qr code. I need to know what method/function/class or API do i have to implement on android to make that action work. Is there any of…
Ignacio
  • 61
  • 1
  • 3
-2
votes
1 answer

How to combine an Augmented reality with location based search (junaio) with an augmented reality with marker (vuforia)

i had two apk, which one about augmented reality (junaio) and i want to combine it to apk from vuforia. i want to make an apk that can search a location and when the location was found they can show some AR 3D with mark of the location. examples i…