Initial Commit
This commit is contained in:
commit
da7d6119e0
9 changed files with 105 additions and 0 deletions
1
.exports
Normal file
1
.exports
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1734493406.645972
|
1
.jwt_secret
Normal file
1
.jwt_secret
Normal file
|
@ -0,0 +1 @@
|
||||||
|
5233d7ecc8ba2aad83effd7af6784b44f6dbf7668aa1c8bcf7eb37c43a4bb8995ec5296468a5a75f2911f094ca8d40db62f28d308da277a830173d3b9c888605
|
1
.timeline
Normal file
1
.timeline
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1734493406.588019
|
1
.vacuum
Normal file
1
.vacuum
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1736371254.752217
|
BIN
backup.db
Normal file
BIN
backup.db
Normal file
Binary file not shown.
101
config.yaml
Normal file
101
config.yaml
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
detectors:
|
||||||
|
coral:
|
||||||
|
type: edgetpu
|
||||||
|
device: usb
|
||||||
|
mqtt:
|
||||||
|
host: 10.0.0.100
|
||||||
|
user: frigate
|
||||||
|
password: fCEWuPrDN3h5HbGNthnCpEV8xmVqZ5t8
|
||||||
|
record:
|
||||||
|
enabled: true
|
||||||
|
events:
|
||||||
|
retain:
|
||||||
|
default: 10
|
||||||
|
cameras:
|
||||||
|
Doorbell:
|
||||||
|
ffmpeg:
|
||||||
|
input_args: preset-rtmp-generic
|
||||||
|
inputs:
|
||||||
|
- path:
|
||||||
|
rtmp://10.0.107.24:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=zt2HhwiUzSEzX6zV85Sx9iuHsDdFLB3
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
output_args:
|
||||||
|
record: preset-record-generic-audio-aac
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
width: 2560
|
||||||
|
height: 1920
|
||||||
|
motion:
|
||||||
|
mask:
|
||||||
|
- 2560,0,771,0,809,1202,1117,1281,1546,1344,1854,1365,2220,1375,2560,1346
|
||||||
|
Front_Door:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://admin:vVya384xpAbrlaQhORmDa2dkYiBbpOtx@10.0.100.102:554/mpeg4
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
width: 1280
|
||||||
|
height: 720
|
||||||
|
Driveway:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://admin:jrVDLMopARrzVPRE917tpdwXkkZAT2qo@10.0.100.103:554/mpeg4
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
width: 1280
|
||||||
|
height: 720
|
||||||
|
objects:
|
||||||
|
track:
|
||||||
|
- person
|
||||||
|
# - car
|
||||||
|
Side:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://admin:z7fMgG7p7acxPL7rq9P6kBSoET5rLMXa@10.0.100.105:554/mpeg4
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
output_args:
|
||||||
|
detect: -vf transpose=1 -f rawvideo -pix_fmt yuv420p
|
||||||
|
record: -vf transpose=1 -f segment -segment_time 60 -segment_format mp4 -reset_timestamps
|
||||||
|
1 -strftime 1 -c:v libx264 -an
|
||||||
|
# clips: -vf transpose=1 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
width: 720
|
||||||
|
height: 1280
|
||||||
|
Deck:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://admin:wLkqp4swNFEkZh6bHSi85F6bxuV7ofXz@10.0.100.104:554/mpeg4
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
width: 1280
|
||||||
|
height: 720
|
||||||
|
# Garage:
|
||||||
|
# ffmpeg:
|
||||||
|
# #input_args: preset-rtmp-generic
|
||||||
|
# inputs:
|
||||||
|
# - path: rtsp://admin:hUBxYe4P8oEBfXvnJRyBg3ugvFmDjSoh@10.0.100.106:1935/mpeg4
|
||||||
|
# roles:
|
||||||
|
# - detect
|
||||||
|
# output_args:
|
||||||
|
# detect: -vf transpose=1 -f rawvideo -pix_fmt yuv420p
|
||||||
|
# record: -vf transpose=1 -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v libx264 -an
|
||||||
|
# rtmp: -vf transpose=1 -c:v libx264 -f flv
|
||||||
|
# #record: preset-record-generic-audio-aac
|
||||||
|
# detect:
|
||||||
|
# enabled: True
|
||||||
|
# width: 2560
|
||||||
|
# height: 1920
|
||||||
|
motion:
|
||||||
|
threshold: 38
|
||||||
|
contour_area: 15
|
||||||
|
improve_contrast: 'true'
|
||||||
|
version: 0.14
|
BIN
frigate.db
Normal file
BIN
frigate.db
Normal file
Binary file not shown.
BIN
frigate.db-shm
Normal file
BIN
frigate.db-shm
Normal file
Binary file not shown.
BIN
frigate.db-wal
Normal file
BIN
frigate.db-wal
Normal file
Binary file not shown.
Loading…
Reference in a new issue