Search code examples
androidlocationandroid-cameraaugmented-realityandroid-augmented-reality

How to show location markers on Camera view of device


I am looking for logic to show various location markers based on area visible through camera view of a device on android. Something similar to attached image. I know following things

  1. Get location
  2. I have all locations to be marked
  3. I know how to create an overlay on camera view

enter image description here


Solution

  • After searching a lot found following things An SDK which is open https://artoolkit.org/documentation/doku.php?id=1_Getting_Started:about_installing

    and these examples https://github.com/tvbarthel/ChaseWhisplyProject https://code.tutsplus.com/tutorials/android-sdk-augmented-reality-location-distance--mobile-8004

    Hope this helps someone else as well.