From 1487defacef6ba3e63d92f46d0e54a8339a37897 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 23 Apr 2024 07:58:41 +0200 Subject: Updating ArContext documentation. --- docs/user_guide/pipeline_input_context/introduction.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/user_guide/pipeline_input_context/introduction.md') 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) -- cgit v1.1