diff options
author | Théo de la Hogue | 2024-04-23 07:58:41 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-23 07:58:41 +0200 |
commit | 1487defacef6ba3e63d92f46d0e54a8339a37897 (patch) | |
tree | c990719cbdf1c923fe28465f1f9dc70f1e4029fc /docs/user_guide/pipeline_input_context/introduction.md | |
parent | 95857cf4f31bf529bfdd3921150262b12b444888 (diff) | |
download | argaze-1487defacef6ba3e63d92f46d0e54a8339a37897.zip argaze-1487defacef6ba3e63d92f46d0e54a8339a37897.tar.gz argaze-1487defacef6ba3e63d92f46d0e54a8339a37897.tar.bz2 argaze-1487defacef6ba3e63d92f46d0e54a8339a37897.tar.xz |
Updating ArContext documentation.
Diffstat (limited to 'docs/user_guide/pipeline_input_context/introduction.md')
-rw-r--r-- | docs/user_guide/pipeline_input_context/introduction.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/user_guide/pipeline_input_context/introduction.md b/docs/user_guide/pipeline_input_context/introduction.md index 002f1e2..59c723b 100644 --- a/docs/user_guide/pipeline_input_context/introduction.md +++ b/docs/user_guide/pipeline_input_context/introduction.md @@ -1,7 +1,7 @@ Overview ======== -This section explains how to wrap any pipeline detailled in previous sections into various context. +This section explains how to connect [gaze analysis](../gaze_analysis_pipeline/introduction.md) or [augmented reality](../aruco_marker_pipeline/introduction.md) pipelines with various input contexts. First, let's look at the schema below: it gives an overview of the main notions involved in the following chapters. @@ -10,6 +10,8 @@ First, let's look at the schema below: it gives an overview of the main notions To build your own input context, you need to know: * [How to define a context class](context_definition.md), -* [How to load and connect a context](configuration_and_connection.md), +* [How to load a context to connect with a pipeline](configuration_and_connection.md), +* [How to stop a context](stop.md), +* [How to pause and resume a context](pause_and_resume.md), * [How to visualize a context](visualization.md), -* [How to pause and resume a context](pause_and_resume.md) +* [How to handle pipeline exceptions](exceptions.md) |