0

Can AR.js web framework be used to build a Augmented Reality web application that guides user to navigate from the current location to given destination (lat,long)

I want to make it run on available chrome/safari web browser available on android/apple devices. Can you please point to sample / more info on the same

Dharman
  • 30,962
  • 25
  • 85
  • 135
Rohit
  • 6,941
  • 17
  • 58
  • 102

2 Answers2

0

No, not really. AR.js only offers marker based AR; meaning that you show a specific image to the webcam, AR.js recognizes it and uses it to place objects relative to the marker.

janpio
  • 10,645
  • 16
  • 64
  • 107
0

Update:

AR.js now supports location based AR. AR.js v2.0.0 with location based AR

AR.js can now be used with its default Marker Based feature, with Location Based or both combined.

Sagar Ramachandrappa
  • 1,411
  • 12
  • 18