Image tracking
Understand and implement AR Foundation image tracking.
Image tracking allows your app to detect and track 2D images in the environment. The AR Tracked Image Manager component controls image tracking functionality in your app, and creates ARTrackedImage trackables for each detected image.
Refer to the following topics to learn more about image tracking in AR Foundation:
Topic | Description |
---|---|
Introduction to image tracking | Learn about image tracking use cases and the types of image tracking that AR Foundation supports. |
Image tracking platform support | Understand which platforms support image tracking. |
Configure a reference image library | Follow this workflow to configure your reference image libraries for AR Foundation image tracking. |
AR Tracked Image Manager component | Understand how to enable and use image tracking in your project with AR Tracked Image Manager. |
AR Tracked Image component | Understand the AR Tracked Image component and how to interpret lifecycle events. |
Add images to a reference image library at runtime | On supported platforms, use this workflow to create a mutable reference image library and add images at runtime. |
Use reference image libraries with AssetBundles | Understand how to package a reference image library into an AssetBundle. |