Marker-Based AR: Image Tracking
Learn to create a marker-based AR application by employing image tracking.
Image tracking in AR Foundation
AR Foundation is a technology that allows the creation of AR experiences by recognizing predefined physical markers (images, textures, etc.) in the real world. To use marker-based AR in AR Foundation, we first need to create a marker image. This image is a reference point for the AR system to recognize and track in the real world. Once we have a marker image, we can use AR Foundation to place an object in the AR scene when the marker is detected. We can add components to the GameObject to control its behavior, such as animation, sound, or user interactions. ...