Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unity3D How to Create Augmented Reality Without Marker?

I'm already make an augmented reality app that can read images marker, but I wonder if i can make augmented reality without marker in unity. Can anyone tell me how?

like image 385
Josh Parinussa Avatar asked Apr 19 '16 09:04

Josh Parinussa


2 Answers

Maybe What you need is SLAM, I think. Simultaneous Localization And Mapping, and is markerless, just recognite and track the environment.

These are 2 videos about slam:

  • https://www.youtube.com/watch?v=HbaEw5-YvA0
  • https://www.youtube.com/watch?v=_YLzcWX-gWU

One is from kudan, one is from wikitude. If this feature is what you want. Then I am sure that what you need is SLAM.

You can get more from:

  • wikitude slam
  • kudan

And, vuforia is not adviced. In fact, Smart Terrain does recoginate the environment, it still need a marker.

like image 110
tim Avatar answered Sep 19 '22 21:09

tim


You can use Google ARCore, Vuforia or 8thWall SDKs. All of them have motion tracking or extended tracking. So you do not have to use markers. You can take a look at ARCore HelloAR example:

https://developers.google.com/ar/develop/unity/tutorials/hello-ar-sample

like image 25
Ali Kanat Avatar answered Sep 20 '22 21:09

Ali Kanat