aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/pipeline_input_context/introduction.md
blob: 8c1ded625c497d949c6b9967fc895b4f322fe063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Overview
========

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.

![Pipeline input context](../../img/pipeline_input_context.png)

To build your own input context, you need to know:

* [How to define a context class](context_definition.md),
* [How to load a context to connect with a pipeline](configuration_and_connection.md),

!!! warning "Documentation in progress"

	This section is not yet fully done. Please look at the [demo](../../utils/demonstrations_scripts) to know more about this notion.

<!--
* [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 handle pipeline exceptions](exceptions.md)
!-->