What sort of config options am I looking at to achieve this?
I want to ditch my Reolink NVR. The drive is dead, and Frigate has now been rock solid for me for a year, and Frigate+... I'll never go back to any other detection.
The NVR's role was a 24/7 dumb recorder on the high quality stream. Can I have Frigate assume this role, in addition to monitoring the low quality streams for motion/AI detection and saving the higher quality clips of that? (My Reolink cameras seem capable to allow more then 1 device using the high quality stream at a time).
Note It's possible I'm already achieving the above, I'm just not sure how to review the 24/7 high quality stream in the web browser?
Excerpts of what I think is relevant config, for 1 camera as a sample
front:
ffmpeg:
input_args: preset-http-reolink
inputs:
- path:
https://192.168.1.202/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=
roles:
- detect
- audio
# - path:
# https://192.168.1.202/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=
# roles:
# - record
motion:
mask:
- 1,0,1,0....
- 1,1,0.91...
zones:
door:
coordinates: 0.61,...
inertia: 3
loitering_time: 0
CatDriveway:
coordinates: 0,0.536,...
loitering_time: 0
objects: cat
review:
alerts:
required_zones: door
...
record:
enabled: true
retain:
days: 5
mode: all
detections:
retain:
days: 40
mode: motion
pre_capture: 15
post_capture : 15
alerts:
retain:
days: 40
pre_capture: 15
post_capture : 15
objects:
track:
- person
- cat
- raccoon
filters:
cat:
# July 18 : 0.50 -> 0.45
threshold: 0.45
person:
# July 18 - 0.65 -> 0.60
threshold: 0.60
raccoon:
threshold: 0.2