frigate: change recording rules

This commit is contained in:
2025-05-24 23:34:38 +03:00
parent 429608bdc7
commit 928c0f6fd3

View File

@@ -123,7 +123,7 @@ in
enabled = true; enabled = true;
sync_recordings = true; sync_recordings = true;
retain = { retain = {
days = 14; days = 7;
mode = "all"; mode = "all";
}; };
events = { events = {
@@ -152,7 +152,6 @@ in
track = [ track = [
"bicycle" "bicycle"
"car" "car"
"dog"
"person" "person"
]; ];
}; };
@@ -191,7 +190,7 @@ in
audio = { audio = {
enabled = true; enabled = true;
listen = [ "speech" ]; #listen = [ "speech" ];
}; };
ffmpeg = { ffmpeg = {