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
9f21f2de9a
commit
60201faf82
@ -38,11 +38,11 @@ flowchart TD
|
|||||||
RecStore[(Recording\nstore)]
|
RecStore[(Recording\nstore)]
|
||||||
SnapStore[(Snapshot\nstore)]
|
SnapStore[(Snapshot\nstore)]
|
||||||
|
|
||||||
subgraph Aquisition
|
subgraph Acquisition
|
||||||
Cam["Camera"] -->|FFmpeg supported| Stream
|
Cam["Camera"] -->|FFmpeg supported| Stream
|
||||||
Cam -->|"Other streaming\nprotocols"| go2rtc
|
Cam -->|"Other streaming\nprotocols"| go2rtc
|
||||||
go2rtc("go2rtc") --> Stream
|
go2rtc("go2rtc") --> Stream
|
||||||
Stream[Capture main & Sub\nstreams] --> |detect stream|Decode(Decode & Downscale)
|
Stream[Capture main and\nsub streams] --> |detect stream|Decode(Decode and\ndownscale)
|
||||||
end
|
end
|
||||||
subgraph Motion
|
subgraph Motion
|
||||||
Decode --> MotionM(Apply\nmotion masks)
|
Decode --> MotionM(Apply\nmotion masks)
|
||||||
@ -54,9 +54,9 @@ flowchart TD
|
|||||||
ObjectD --> ObjectFilter(Apply object filters & zones)
|
ObjectD --> ObjectFilter(Apply object filters & zones)
|
||||||
ObjectFilter --> ObjectZ(Track objects)
|
ObjectFilter --> ObjectZ(Track objects)
|
||||||
end
|
end
|
||||||
Stream --> |decoded frames|BirdsEye
|
Decode --> |decoded frames|Birdseye
|
||||||
MotionD --> |motion event|BirdsEye
|
MotionD --> |motion event|Birdseye
|
||||||
ObjectZ --> |object event|BirdsEye
|
ObjectZ --> |object event|Birdseye
|
||||||
|
|
||||||
MotionD --> |"video segments\n(retain motion)"|RecStore
|
MotionD --> |"video segments\n(retain motion)"|RecStore
|
||||||
ObjectZ --> |detection clip|RecStore
|
ObjectZ --> |detection clip|RecStore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user