diff options
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) |