Created
September 23, 2022 07:11
-
-
Save jffz/09b5ab5c9a351f460be80300d4da25be to your computer and use it in GitHub Desktop.
5 cams (fhd - 4k) - 6 core lxc no cora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
database: | |
path: /frigate.db | |
mqtt: | |
host: [redacted] | |
topic_prefix: frigate | |
client_id: frigate | |
user: [redacted] | |
password: [redacted] | |
detectors: | |
cpu1: | |
type: cpu | |
num_threads: 6 | |
birdseye: | |
mode: motion | |
record: | |
enabled: true | |
events: | |
retain: | |
default: 10 | |
snapshots: | |
enabled: True | |
cameras: | |
jardin: | |
ffmpeg: | |
# hwaccel_args: -c:v h264_v4l2m2m | |
inputs: | |
- path: rtsp://192.168.1.122:554/ch0_0.h264 | |
roles: | |
- detect | |
- rtmp | |
- record | |
detect: | |
width: 1920 | |
height: 1080 | |
rtmp: | |
enabled: True | |
snapshots: | |
enabled: True | |
objects: | |
track: | |
- person | |
- dog | |
- cat | |
- bird | |
rue_4k: | |
ffmpeg: | |
#hwaccel_args: -c:v h264_v4l2m2m | |
inputs: | |
- path: rtsp://192.168.1.123:554/H264/ch1/main/av_stream | |
roles: | |
- detect | |
- rtmp | |
- record | |
detect: | |
width: 3840 | |
height: 2160 | |
rtmp: | |
enabled: False | |
snapshots: | |
enabled: True | |
parking: | |
ffmpeg: | |
#hwaccel_args: -c:v h264_v4l2m2m | |
inputs: | |
- path: rtsp://192.168.1.119:554/H264/ch1/main/av_stream | |
roles: | |
- detect | |
- rtmp | |
- record | |
detect: | |
width: 2560 | |
height: 1440 | |
fps: 20 | |
rtmp: | |
enabled: True | |
snapshots: | |
enabled: True | |
objects: | |
track: | |
- person | |
- dog | |
- cat | |
- bird | |
- car | |
rue: | |
ffmpeg: | |
#hwaccel_args: -c:v h264_v4l2m2m | |
inputs: | |
- path: rtsp://192.168.1.121:554/ch0_0.h264 | |
roles: | |
- detect | |
- rtmp | |
- record | |
detect: | |
width: 1920 | |
height: 1080 | |
rtmp: | |
enabled: True | |
snapshots: | |
enabled: True | |
objects: | |
track: | |
- person | |
- dog | |
- cat | |
- bird | |
- car | |
- truck | |
lola: | |
ffmpeg: | |
#hwaccel_args: -c:v h264_v4l2m2m | |
inputs: | |
- path: rtsp://192.168.1.120:554/ch0_0.h264 | |
roles: | |
- rtmp | |
rtmp: | |
enabled: True | |
record: | |
enabled: false | |
motion: | |
mask: | |
- 88,222,55,127,28,0,140,0,235,281,136,321 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment