Questions tagged [layar]
24 questions
0
votes
2 answers
Unity C# and Layar SDK Java - AndroidJavaException
I'm Trying to Integrate Layar SDK to Unity.
But I've got some issue.
Here is the AndroidManifest.xml

Kyan
- 103
- 12
0
votes
0 answers
iOS: Realm + Layar SDK = Assertion failed: typeid(Col) == typeid(col)
I have been trying to integrate a new SDK (from Layar) in my app that already contains the Realm SDK.
The app was working fine up until now (with Realm). As soon as I add the Layar SDK following the steps in the link above (I don't actually call any…

Dimitris
- 13,480
- 17
- 74
- 94
0
votes
2 answers
Making Virtual Object Interactive with Mobile's Touch Input - Augmented Reality
I want to develop an augmented reality application for android that is capable of using markers to generate 3D objects and these 3D objects are interactive upon touch using the mobile's touch input.
I have browsed through the available SDKs like…

HawkPriest
- 272
- 2
- 8
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
Missing symbols from LayarSDK in the simulator
I'm including the Layar SDK framework into my app (version 8.0) and everything works fine on a device.
However, I can't run the app on a simulator anymore - I don't mind Layar not working (there's no camera after all!) but I do need it to compile…

deanWombourne
- 38,189
- 13
- 98
- 110
0
votes
1 answer
Layar: Opening App Store from Layar HTML Widget in JavaScript or JQuery
I'm unsing a HTML widget in Layar which has to control all the interaction. So no Layar buttons. I trying to use a simple JavaScript / JQuery function to open a target app in the App Store:
$('.btn-download').click(function(){
…

Jan Robert Leegte
- 47
- 1
- 5
0
votes
1 answer
Layar - Opening a url in Layar using the native browser
Unfortunately the only answer to this I've found references out of date references to the old deprecated Layar documentation so here goes...
I've got a Layar AR set up with a simple link out to some Branch.com conversation areas. Problem is, the…

PSDoff
- 158
- 1
- 6
0
votes
2 answers
How to connect Layar actions to my customViewController?
This is my situation:
I created a layer that find Vision-POIs and I integrated the iPhone Layar Player SDK into my iPhone app.
When I find a POI I get an icon "info" on the POI framed.
Clicking on the icon I want to connect it to a view controller…

andreapavan
- 697
- 1
- 7
- 24
0
votes
1 answer
What application layer protocol does Google Goggles and Layar use?
These applications stream video from client app to their own server. I am interested in knowing what type of protocol they use? I am planning on building a similar application but I dont know how to go about the video streaming. Once I get the…

thinkquester
- 308
- 3
- 18