mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Update docs/docs/guides/video_pipeline.md
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
This commit is contained in:
parent
a7ad6c6cb3
commit
9f21f2de9a
@ -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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user