From aaaaa7766ef10b952f76f352b35d245ff936c9ac Mon Sep 17 00:00:00 2001 From: Chris King Date: Thu, 13 Feb 2025 16:10:18 -0800 Subject: [PATCH] Added additional motion masks for timestamps Added zone definitions for all cameras Adjusted motion threshhold and contour_area for all cameras --- frigate/config/config.yaml | 81 +++++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 6 deletions(-) diff --git a/frigate/config/config.yaml b/frigate/config/config.yaml index 744ca9e..748281a 100644 --- a/frigate/config/config.yaml +++ b/frigate/config/config.yaml @@ -75,6 +75,31 @@ cameras: - 0.865,0.955,0.865,0.99,0.895,0.99,0.895,0.955 - 0.827,0.955,0.827,0.99,0.858,0.99,0.858,0.955 - 0.79,0.955,0.79,0.99,0.821,0.99,0.821,0.955 + - 0.905,0.992,0.932,0.99,0.932,0.965,0.905,0.964 + - 0.942,0.987,0.983,0.987,0.982,0.957,0.942,0.958 + - 0.69,0.988,0.719,0.988,0.719,0.957,0.69,0.958 + threshold: 35 + contour_area: 15 + improve_contrast: 'true' + zones: + Front_Yard: + coordinates: 0,0.552,0.13,0.709,0.246,0.822,0.451,1,0,1 + loitering_time: 0 + objects: + - cat + - dog + - package + - person + - usps + - waste bin + Driveway: + coordinates: + 0,0.494,0,0.549,0.131,0.706,0.251,0.824,0.454,1,1,1,1,0.37,0.856,0.33,0.743,0.296,0.569,0.253,0.451,0.225,0.264,0.324,0.177,0.372,0.043,0.461 + loitering_time: 0 + Street: + coordinates: + 0,0.491,0.05,0.454,0.176,0.371,0.257,0.325,0.45,0.224,0.49,0.217,0.561,0.185,0.671,0.139,0.738,0.114,0.813,0.084,0.756,0.049,0.736,0.027,0.737,0,0.474,0,0.46,0.009,0.389,0.012,0.318,0.022,0,0.128 + loitering_time: 0 ne_garage: enabled: true ffmpeg: @@ -97,6 +122,33 @@ cameras: - 0.865,0.955,0.865,0.99,0.895,0.99,0.895,0.955 - 0.827,0.955,0.827,0.99,0.858,0.99,0.858,0.955 - 0.79,0.955,0.79,0.99,0.821,0.99,0.821,0.955 + - 0.905,0.992,0.932,0.99,0.932,0.965,0.905,0.964 + - 0.942,0.987,0.983,0.987,0.982,0.957,0.942,0.958 + - 0.69,0.988,0.719,0.988,0.719,0.957,0.69,0.958 + - 0.86,0,0.849,0.11,1,0.187,1,0 + threshold: 45 + contour_area: 16 + improve_contrast: 'true' + zones: + Front_Yard: + coordinates: + 0,0.247,0,0.417,0.07,0.391,0.16,0.363,0.287,0.332,0.406,0.306,0.518,0.286,0.314,0.18,0.21,0.195,0.119,0.212 + loitering_time: 0 + objects: + - cat + - dog + - package + - person + - usps + - waste bin + Driveway: + coordinates: + 0,0.42,0,1,1,1,1,0.601,0.876,0.512,0.709,0.402,0.584,0.328,0.514,0.289,0.413,0.307,0.297,0.332,0.177,0.361,0.085,0.388 + loitering_time: 0 + Street: + coordinates: + 0.043,0.059,0.132,0.102,0.205,0.131,0.311,0.176,0.414,0.229,0.523,0.287,0.527,0.293,0.622,0.348,0.697,0.392,0.79,0.452,0.901,0.526,1,0.598,1,0.203,0.612,0.024,0.473,0,0.043,0 + loitering_time: 0 doorbell: enabled: true ffmpeg: @@ -119,9 +171,26 @@ cameras: - 0.79,0.003,0.79,0.035,0.82,0.035,0.82,0.003 - 0.828,0.003,0.828,0.035,0.858,0.035,0.858,0.003 - 0.866,0.003,0.866,0.035,0.896,0.035,0.896,0.003 - threshold: 30 - contour_area: 18 - improve_contrast: true + - 0.904,0.039,0.933,0.038,0.933,0.011,0.904,0.011 + - 0.943,0.033,0.983,0.033,0.983,0.004,0.942,0.005 + - 0.691,0.034,0.72,0.033,0.72,0.005,0.69,0.005 + threshold: 40 + contour_area: 13 + improve_contrast: 'true' + zones: + Front_Yard: + coordinates: 0,0.876,0,1,1,1,1,0.596,0.491,0.59 + loitering_time: 0 + objects: + - cat + - dog + - package + - person + - usps + - waste bin + Street: + coordinates: 0.363,0.583,0.643,0.591,0.644,0.524,0.363,0.522 + loitering_time: 0 version: 0.14 camera_groups: Birdseye: @@ -142,12 +211,12 @@ detect: threshold: 50 snapshots: - enabled: True + enabled: true retain: default: 30 record: - enabled: True + enabled: true retain: days: 3 mode: all @@ -158,4 +227,4 @@ record: telemetry: stats: - network_bandwidth: True \ No newline at end of file + network_bandwidth: true