When I start the container I get the error:
record.events: Extra inputs are not permitted
Can anybody see what I've done wrong here? I'm lost :/
`record:
enabled: true
retain:
days: 2 # Keep continuous recordings for 2 days
mode: motion # Only retain motion-triggered recordings
events:
pre_capture: 60 # Record 60 seconds before detection
post_capture: 600 # Record 10 minutes after detection
retain:
default: 60 # Retain motion-detected clips for 60 days
snapshots:
enabled: true
timestamp: true
bounding_box: true
crop: true
retain:
default: 30 # Retain snapshots for 30 days
quality: 95
cameras:
cam1:
ffmpeg:
hwaccel_args: preset-nvidia-h265 # Enable hardware decoding for H.265
inputs:
- path: rtsp://username:password@192.168.0.151:554/h265Preview_01_main
roles:
- record
- path: rtsp://username:password@192.168.0.151:554/h264Preview_01_sub
roles:
- detect
detect:
width: 3840
height: 2160
fps: 25
motion:
threshold: 25 # Motion detection sensitivity
record:
enabled: true
cam2:
ffmpeg:
hwaccel_args: preset-nvidia-h265
inputs:
- path: rtsp://username:password@192.168.0.152:554/h265Preview_01_main
roles:
- record
- path: rtsp://username:password@192.168.0.152:554/h264Preview_01_sub
roles:
- detect
detect:
width: 3840
height: 2160
fps: 25
motion:
threshold: 25
record:
enabled: true
Frigate version and additional settings
version: 0.15-1
semantic_search:
enabled: true
reindex: false
model_size: large`