Skip to content

Commit

Permalink
fixed broken image in image-processing-pipeline.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikso-itu committed Mar 18, 2024
1 parent 8563b36 commit 042b335
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/disco-2/software/image-processing-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ The pipeline and the modules are configured through CSP where configurations are

An overview of how the module execution and configuration takes place, and how the pipeline interacts with the camera, can be seen in the following diagram:

<p align="center">
<img src="img/pipeline_diagram.png" alt="Pipeline Software Architecture" width="800">
</p>
![Pipeline Software Architecture](img/pipeline_diagram.png)
*Software architecture diagram of the DISCO-2 image processing pipeline. This diagram illustrates a scenario with example image processing modules and configurations. The diagram showcases how the pipeline interacts with the camera through shared memory and a System V Message Queue.*

## Configuring the Pipeline
Setting up DIPP involves defining the sequence and parameters of processing modules. Configuration can be performed remotely to tailor the pipeline to specific project requirements without direct access to the deployment environment. Two primary functions (`ippc pipeline [options] <pipeline-idx> <config-file>` and `ippc module [options] <module-idx> <config-file>`) are introduced as CSH extensions that enables the reconfiguration of the pipeline and individual modules. The source code and setup for the pipeline CSH extension are available on [github.com/Lindharden/csp_ippc](https://github.com/Lindharden/csp_ippc). The two commands are described in more detail in [Command 1](#command-1-ippc-pipeline) and [Command 2](#command-2-ippc-module)
Expand Down

0 comments on commit 042b335

Please sign in to comment.