mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
update example config
This commit is contained in:
parent
3d2f1437e4
commit
16732aa5b3
@ -114,8 +114,9 @@ cameras:
|
|||||||
# This will save a clip for each tracked object by frigate along with a json file that contains
|
# This will save a clip for each tracked object by frigate along with a json file that contains
|
||||||
# data related to the tracked object. This works by telling ffmpeg to write video segments to /cache
|
# data related to the tracked object. This works by telling ffmpeg to write video segments to /cache
|
||||||
# from the video stream without re-encoding. Clips are them created by using ffmpeg to merge segments
|
# from the video stream without re-encoding. Clips are them created by using ffmpeg to merge segments
|
||||||
# without re-encoding. The segements saved are unaltered from what frigate receives to avoid re-encoding.
|
# without re-encoding. The segments saved are unaltered from what frigate receives to avoid re-encoding.
|
||||||
# They do not contain bounding boxes. 30 seconds of video is added to the start of the clip.
|
# They do not contain bounding boxes. 30 seconds of video is added to the start of the clip. These are
|
||||||
|
# optimized to capture "false_positive" examples for improving frigate.
|
||||||
#
|
#
|
||||||
# NOTE: This will only work for camera feeds that can be copied into the mp4 container format without
|
# NOTE: This will only work for camera feeds that can be copied into the mp4 container format without
|
||||||
# encoding such as h264. I do not expect this to work for mjpeg streams.
|
# encoding such as h264. I do not expect this to work for mjpeg streams.
|
||||||
|
Loading…
Reference in New Issue
Block a user