Add Frigate config files
This commit is contained in:
113
frigate/frigate.yaml
Executable file
113
frigate/frigate.yaml
Executable file
@@ -0,0 +1,113 @@
|
|||||||
|
mqtt:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
ffmpeg:
|
||||||
|
hwaccel_args: preset-intel-qsv-h264
|
||||||
|
|
||||||
|
detectors:
|
||||||
|
internal:
|
||||||
|
type: cpu
|
||||||
|
|
||||||
|
go2rtc:
|
||||||
|
streams:
|
||||||
|
driveway: rtsp://admin:Sparky$100@192.168.99.135/h264Preview_01_main
|
||||||
|
front_porch: rtsp://admin:Sparky$100@192.168.99.174/h264Preview_01_main
|
||||||
|
garage_house: rtsp://admin:Sparky$100@192.168.99.172/h264Preview_01_main
|
||||||
|
shop: rtsp://admin:Sparky$100@192.168.99.201/h264Preview_01_main
|
||||||
|
side: rtsp://admin:Sparky$100@192.168.99.30/h264Preview_01_main
|
||||||
|
trackmix: rtsp://admin:Sparky$100@192.168.99.98/h264Preview_02_main
|
||||||
|
reolink_duo: rtsp://admin:Sparky$100@192.168.99.117/h264Preview_01_main
|
||||||
|
garage_shop: rtsp://admin:Sparky$100@192.168.99.195/h264Preview_01_main
|
||||||
|
trackmix_wide: rtsp://admin:Sparky$100@192.168.99.98/h264Preview_01_main
|
||||||
|
|
||||||
|
camera_defaults:
|
||||||
|
ffmpeg:
|
||||||
|
output_args:
|
||||||
|
record: preset-record-generic-audio-aac
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
width: 640
|
||||||
|
height: 480
|
||||||
|
fps: 5
|
||||||
|
record:
|
||||||
|
enabled: true
|
||||||
|
retain:
|
||||||
|
days: 7
|
||||||
|
mode: motion
|
||||||
|
snapshots:
|
||||||
|
enabled: true
|
||||||
|
objects:
|
||||||
|
track:
|
||||||
|
- person
|
||||||
|
- dog
|
||||||
|
- cat
|
||||||
|
- car
|
||||||
|
|
||||||
|
cameras:
|
||||||
|
shop_back_yard:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://admin:Sparky$100@192.168.99.210/h264Preview_01_main
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
shop_backyard_2:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://admin:Sparky$100@192.168.99.101/h264Preview_01_main
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
driveway:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/driveway
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
front_porch:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/front_porch
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
garage_house:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/garage_house
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
shop:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/shop
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
side:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/side
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
trackmix:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/trackmix
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
trackmix_wide:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/trackmix_wide
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
reolink_duo:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/reolink_duo
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
garage_shop:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/garage_shop
|
||||||
|
roles: [record, detect]
|
||||||
|
|
||||||
|
version: 0.16-0
|
||||||
2140
frigate/frigate_notifications.yaml
Executable file
2140
frigate/frigate_notifications.yaml
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user