From 9f21f2de9a35265253f6f38b7d4934f157c4a0f1 Mon Sep 17 00:00:00 2001 From: Francisco Matias Cuenca-Acuna Date: Wed, 15 Nov 2023 11:31:33 -0300 Subject: [PATCH] Update docs/docs/guides/video_pipeline.md Co-authored-by: Blake Blackshear --- docs/docs/guides/video_pipeline.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/guides/video_pipeline.md b/docs/docs/guides/video_pipeline.md index dc0e27e69..2c01cc2df 100644 --- a/docs/docs/guides/video_pipeline.md +++ b/docs/docs/guides/video_pipeline.md @@ -14,10 +14,10 @@ At a high level, there are five processing steps that could be applied to a came %%{init: {"themeVariables": {"edgeLabelBackground": "transparent"}}}%% flowchart LR - Feed(Feed\nAcquisition) --> Decode(Video\ndecoding) - Decode --> Motion(Motion\nDetection) - Motion --> Object(Object\nDetection) - Feed --> Recording(Recording\n&\nVisualization) + Feed(Feed\nacquisition) --> Decode(Video\ndecoding) + Decode --> Motion(Motion\ndetection) + Motion --> Object(Object\ndetection) + Feed --> Recording(Recording\nand\nvisualization) Motion --> Recording Object --> Recording ```