Update docs/docs/guides/video_pipeline.md

Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
This commit is contained in:
Francisco Matias Cuenca-Acuna 2023-11-15 11:31:33 -03:00 committed by GitHub
parent a7ad6c6cb3
commit 9f21f2de9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,10 @@ At a high level, there are five processing steps that could be applied to a came
%%{init: {"themeVariables": {"edgeLabelBackground": "transparent"}}}%% %%{init: {"themeVariables": {"edgeLabelBackground": "transparent"}}}%%
flowchart LR flowchart LR
Feed(Feed\nAcquisition) --> Decode(Video\ndecoding) Feed(Feed\nacquisition) --> Decode(Video\ndecoding)
Decode --> Motion(Motion\nDetection) Decode --> Motion(Motion\ndetection)
Motion --> Object(Object\nDetection) Motion --> Object(Object\ndetection)
Feed --> Recording(Recording\n&\nVisualization) Feed --> Recording(Recording\nand\nvisualization)
Motion --> Recording Motion --> Recording
Object --> Recording Object --> Recording
``` ```