Questions tagged [layar]

24 questions
6
votes
2 answers

Is it possible to use augmented reality indoors without GPS

Im thinking of developing augmented reality app for my school library. Basically we alreayd have a machine which will give us the duis decimal code for where the book is but the librarian still has to tell us where this is. An augmented reality…
OVERTONE
  • 11,797
  • 20
  • 71
  • 87
6
votes
4 answers

Image recognition without using internet

I want to scan image from camera and compare it with preloaded images. I want to recognize the scanned image. Example: I will save this image within my app and when I scan such image, I want to recognize it. (source: iconarchive.com) Is there…
Mehul Joisar
  • 15,348
  • 6
  • 48
  • 57
4
votes
1 answer

About Layar Integration

I am new to Layar Technology. Recently I created a Layar account and downloaded the Layar SDK and integrated it in my Android app. Uptil this things were fine. But in order to test this app I need some test pages. while creating them I found in…
suja
  • 1,198
  • 2
  • 12
  • 32
3
votes
1 answer

How do Augmented reality browsers track you accurate location to overlay relevant information?

AR browsers include those like wikitude, Layar etc that are available for Iphone and Android smartphones . When you point your camera to a landmark they automatically overlay previously available information for a location over it (e.g. name of a…
user2760
  • 2,273
  • 7
  • 25
  • 34
3
votes
1 answer

iPhone: duplicate symbol _SBJSONErrorDomain

I want to use the Brightcove library and the Layar library in one application, which both have the SBJson files. Obviously these try to murder each other dead. Do i have to extract the files and rebuild the archives? I'm on a tight deadline.
MaikelS
  • 1,309
  • 4
  • 16
  • 33
1
vote
2 answers

How to get test Layar for Testing iphone layar app?

i have integrated layar framework in iphone project, but now i want to test app with some layars. But app requires layar name, consumer key and secret key. Is there any source from which i get layars for free to test. And how can i get their layar…
Matrix
  • 7,477
  • 14
  • 66
  • 97
1
vote
0 answers

Android device orientation in Layar

I'm developing an application that creates a mock GPS provider and sends a fixed location to Layar. When my layer launches I can see in the map that I'm on the correct location I've provided and it doesn't jump around, but the objects sometimes…
1
vote
0 answers

Customize camera in Android

I have used Layar Sdk in my android app. I have successfully integrated Library to it. Now i want to customise camera and add a info button to it. I have used below code:- String oauthKey = "xxx"; String oauthSecret =…
Priyank Gandhi
  • 1,257
  • 1
  • 16
  • 29
1
vote
0 answers

Customize camera in Layar SDK

I am integrating Layar SDK in android. I have used below code :- String oauthKey = "xxxxx"; String oauthSecret = "xxxxx"; LayarSDK.initialize(this, oauthKey, oauthSecret); LayarSDK.startLayarActivity(this); It works well. Now i want to…
Priyank Gandhi
  • 1,257
  • 1
  • 16
  • 29
1
vote
0 answers

Tracking simple geometric shapes with AR frameworks?

I would like to detect and track simple 2D geometric objects (e.g. red rectangle, blue circle) in an augmented-reality iOS app. Is this something that AR frameworks can do? E.g. markerless 2D tracking in metaio seems to rely on reference images,…
Drux
  • 11,992
  • 13
  • 66
  • 116
0
votes
2 answers

Layar Development : First Tutorial Issues

Good Evening Stackoverflow Lords & Ladies, I am attempting to develop a Layar layer to use at my work but I'm having some difficulties right out of the gate. Here's the scenario I have downloaded the Sample Code that Layar provides for the…
Murphy1976
  • 1,415
  • 8
  • 40
  • 88
0
votes
1 answer

Layar: Redirecting user to website of POI in clients NATIVE browser

I want users to be able to click a POI and then be able to click a button 'goto website' which redirects to the website of that POI in the clients native browser. I think this page describes what I need:…
Adam
  • 6,041
  • 36
  • 120
  • 208
0
votes
1 answer

How can Layar Vision be enabled?

I am new to Layar development. I would like to sign up for the Layar Vision challenge but I could not enable Layar vision for my layers. On this help page the process for enabling layer vision is defined as; On "create a new layer" page, an option…
0
votes
3 answers

Conflict between class and static library

I'm using Layar Player in my app. It provides a static library to include in your project. After installing and trying to compile, I got this error: ld: duplicate symbol _OBJC_CLASS_$_Reachability in …
pasine
  • 11,311
  • 10
  • 49
  • 81
0
votes
1 answer

Layar Unable to reach POI provider

I've a service located at http://XXXX:8080/LayarServer/getPOIs/ When I try to load the data in layar I got the error message POI fwd url = …
mohamede1945
  • 7,092
  • 6
  • 47
  • 61
1
2