blob: a06b1e2776411f711896db54f9af59d5bca47c97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Overview
========
This section explains how to build augmented reality pipelines based on ArUco Markers technology for various use cases.
First, let's look at the schema below: it gives an overview of the main notions involved in the following chapters.
![Augmented reality pipeline](../../img/augmented_reality_pipeline.png)
To build your own augmented reality pipeline, you need to know:
* [How to setup an ArUco markers scene](aruco_scene_creation.md),
* [How to deal with an ArCamera instance](ar_camera_configuration_and_execution.md),
* [How to add ArScene instance](ar_scene.md),
* [How to visualize ArCamera and ArScenes](visualisation.md)
More advanced features are also explained like:
* [How to script augmented reality pipeline](advanced_topics/scripting.md)
|