From the course: AR Development Techniques 03: Recognition and Tracking

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Basic image tracking

Basic image tracking

From the course: AR Development Techniques 03: Recognition and Tracking

Start my 1-month free trial

Basic image tracking

- [Man] In this video, we are going to create a simple image tracking app. So create a new Unity project, make sure it's 3D and give it a name. I'll name this AR image tracking. Right now the origin rate lightening is off. Let's turn it on. Click on it and check this box, which says origin rate. Now let's install the AR packages. Window, package manager. This will take some time to load the packages. We need the AR foundation package, ARCore, and ARKit. So let's install these. Now let's install the ARCore package, and the ARKit. Now let's set up the AR scene. So right click, XR. We need AR session origin and AR session. Delete the main camera. Since we already have our AR camera in our scene. To enable image tracking, we need to add a script to the AR session origin object. So click on add component and we need the script, AR track image manager. Reference library, which is the library having set of…

Contents