Frigate No recordings

Hedin

Cadet
Joined
Oct 11, 2023
Messages
3
After weeks of reading and trying, I still can't get any recordings and events stored. So my first noob post...

Installed the official app with config and media dir.
Is there any privilige that has to be set to the media dir?
Can't find any error logs.
Frigate config:
mqtt:
enabled: True
host: 192.168.100.5
user: ****
password: ****
detectors:
detector_cpu:
type: cpu
rtmp:
enabled: True
record:
enabled: True
events:
retain:
default: 10
cameras:
front:
ffmpeg:
inputs:
- path: rtsp://frigate:****@192.168.100.41:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://frigate:****@192.168.100.41:554/cam/realmonitor?channel=1&subtype=1
roles:
- rtmp
- detect
detect:
enabled: True
width: 704
height: 480
fps: 5
record:
enabled: true
events:
retain:
default: 10
mode: all
snapshots:
enabled: true
objects:
track:
- person
- cat
filters:
person:
threshold: 0.8
min_area: 5000
max_area: 100000

back:
ffmpeg:
inputs:
- path: rtsp://frigate:****@192.168.100.42:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://frigate:****@192.168.100.42:554/cam/realmonitor?channel=1&subtype=1
roles:
- rtmp
- detect
detect:
enabled: True
width: 704
height: 480
fps: 5
record:
enabled: true
snapshots:
enabled: true
objects:
track:
- person
- cat
filters:
person:
threshold: 0.8
min_area: 5000
max_area: 100000
Any advice is greatly appreciated
 

Hedin

Cadet
Joined
Oct 11, 2023
Messages
3
Think this solved my problem. Strange that the stream worked without it enabled.
1697829603254.png
 
Top