[Config Support]: Record section Error #18830
-
Describe the problem you are havingI don't understand why on my frigate installation, if I simply use the example configuration, the latter does not work. After searching a little I realized that what was causing the problem was due to the part:
If I just leave this part, on the other hand, no problem
and this is taken directly from the documentation Version0.14.1 Frigate config filemqtt:
host: core-mosquitto
user: mqtt-user
password: xxxxxxxxxx
ffmpeg:
hwaccel_args: preset-rpi-64-h264
detectors:
coral:
type: edgetpu
device: usb
record:
enabled: True
retain:
days: 7
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
snapshots:
enabled: True
retain:
default: 30
cameras:
name_of_your_camera:
detect:
width: 1280
height: 720
fps: 5
ffmpeg:
inputs:
- path: rtsp://10.0.10.10:554/rtsp
roles:
- detect
motion:
mask:
- 0.000,0.427,0.002,0.000,0.999,0.000,0.999,0.781,0.885,0.456,0.700,0.424,0.701,0.311,0.507,0.294,0.453,0.347,0.451,0.400 Relevant Frigate log output2025-06-22 18:25:32.918379 [INFO] Preparing Frigate...
2025-06-22 18:25:32.918490 [INFO] Starting Frigate...
2025-06-22 18:25:34.249674 [2025-06-22 18:25:34] frigate.app INFO : Starting Frigate (0.14.1-)
2025-06-22 18:25:34.249766 [2025-06-22 18:25:34] frigate.util.config INFO : Checking if frigate config needs migration...
2025-06-22 18:25:34.269685 [2025-06-22 18:25:34] frigate.util.config INFO : frigate config does not need migration...
2025-06-22 18:25:34.479290 [2025-06-22 18:25:34] frigate.util.services INFO : Automatically detected vaapi hwaccel for video decoding
2025-06-22 18:25:39.820493 [2025-06-22 18:25:39] peewee_migrate.logs INFO : Starting migrations
2025-06-22 18:25:39.821112 [2025-06-22 18:25:39] peewee_migrate.logs INFO : There is nothing to migrate
2025-06-22 18:25:40.318104 [2025-06-22 18:25:40] frigate.app INFO : Recording process started: 3493
2025-06-22 18:25:40.328896 [2025-06-22 18:25:40] frigate.app INFO : Recording process started: 3502
2025-06-22 18:25:40.331849 [2025-06-22 18:25:40] frigate.app INFO : go2rtc process pid: 143
2025-06-22 18:25:40.380341 [2025-06-22 18:25:40] frigate.app INFO : Output process started: 3524
2025-06-22 18:25:40.431063 [2025-06-22 18:25:40] frigate.app INFO : Camera processor started for AnnkeI51DX_detect: 3541
2025-06-22 18:25:40.445168 [2025-06-22 18:25:40] frigate.app INFO : Camera processor started for Tapo_Sam: 3542
2025-06-22 18:25:40.446441 [2025-06-22 18:25:40] frigate.app INFO : Camera processor started for Tapo_ETA: 3548
2025-06-22 18:25:40.458385 [2025-06-22 18:25:40] frigate.app INFO : Capture process started for AnnkeI51DX_detect: 3553
2025-06-22 18:25:40.493221 [2025-06-22 18:25:40] frigate.app INFO : Capture process started for Tapo_Sam: 3561
2025-06-22 18:25:40.493303 [2025-06-22 18:25:40] frigate.app INFO : Capture process started for Tapo_ETA: 3574
2025-06-22 18:25:42.941422 [2025-06-22 18:25:40] detector.coral INFO : Starting detection process: 3522
2025-06-22 18:25:42.947791 [2025-06-22 18:25:40] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-06-22 18:25:42.949199 [2025-06-22 18:25:42] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found Relevant go2rtc log output2025-06-22 18:13:54.253139 [INFO] Preparing new go2rtc config...
2025-06-22 18:13:54.651244 [INFO] Starting go2rtc...
2025-06-22 18:13:54.783272 18:13:54.783 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-06-22 18:13:54.783421 18:13:54.783 INF config path=/dev/shm/go2rtc.yaml
2025-06-22 18:13:54.785547 18:13:54.784 INF [rtsp] listen addr=:8554
2025-06-22 18:13:54.785596 18:13:54.784 INF [webrtc] listen addr=:8555
2025-06-22 18:13:54.785889 18:13:54.785 INF [api] listen addr=:1984 Frigate statsNo response Operating systemProxmox Install methodProxmox via TTeck Script docker-compose file or Docker CLI commandproxmox LXC install with tteck Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The documentation is for the current stable version of Frigate, which is 0.15. If you are still running 0.14, your record config will be invalid. |
Beta Was this translation helpful? Give feedback.
The documentation is for the current stable version of Frigate, which is 0.15. If you are still running 0.14, your record config will be invalid.