mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-27 13:47:50 +02:00
parent
2b185a1105
commit
664a6fd0cb
@ -15,10 +15,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 acquisition) --> Decode(Video decoding)
|
||||||
Decode --> Motion(Motion\ndetection)
|
Decode --> Motion(Motion detection)
|
||||||
Motion --> Object(Object\ndetection)
|
Motion --> Object(Object detection)
|
||||||
Feed --> Recording(Recording\nand\nvisualization)
|
Feed --> Recording(Recording and visualization)
|
||||||
Motion --> Recording
|
Motion --> Recording
|
||||||
Object --> Recording
|
Object --> Recording
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user