I have frigate Hacs installed - I can see the camera’s
I can see the history, movement being detected
But no events get created, and nothing is recorded
I’ve put my config file below
Any help is most appreciated
Martyn
cameras:
Frontdoor: # <------ Name the camera
ffmpeg:
inputs:
- path: rtsp://10.16.0.36/:8091/user=Myusername&password=MyPassword&channel=1&stream=0.sdp? # <----- Update for your camera
roles:
- detect
- rtmp
- clips
- record
rtmp:
enabled: True # ← RTMP should be disabled if your stream is not H264
detect:
enabled: True
width: 2582 # <---- update for your camera’s resolution
height: 1944 # <---- update for your camera’s resolution
record:
enabled: True
retain:
days: 5
mode: motion
events:
retain:
default: 5
mode: active_objects