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.

Multiple object detection

Multiple object detection

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

Start my 1-month free trial

Multiple object detection

- [Tutor] In this video we are going to continue with our AR object detection app. We'll see how we can detect multiple objects and display information accordingly. Right now if you scan multiple objects and add the AR object files here and run the app, you will see that it doesn't matter which object you scan you will see the same info prefab which is this one, which says statue. That's because for each object in the reference object library, we have only one tracked object prefab. Obviously, not all the objects will be statues and so we want to overlay different info for each object. If you remember the previous chapter we did something similar with image detection. We wrote some code to identify which image is currently being tracked. And based on that we changed the info on that image. We are going to do something similar here as well. So we already have one object scan. I'll quickly do another one and add it to…

Contents