Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Location-based AR with Beacons

Location-based AR with Beacons

This presentation has the intention of showing how we can add Beacons this old used technique.

slides with speaker notes at https://goo.gl/9zXbTu

Noe Branagan

August 28, 2015
Tweet

More Decks by Noe Branagan

Other Decks in Technology

Transcript

  1. @noeBranagan @DroidconNYC Which one is better? • Emotional tie •

    Price • Content • Technology expectations
  2. What do we need for AR? @noeBranagan @DroidconNYC • Accelerometer

    and gyroscope • Compass • GPS • Camera (as a viewfinder)
  3. Marker marker = new IconMarker(object, title, latitude, longitude, Color.WHITE, icon);

    
 ARView.add(marker);
 @noeBranagan @DroidconNYC Setup