From fc3ef23dfa508d101598c9e34ba868ce29628471 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 25 Apr 2024 09:53:39 -0500 Subject: [PATCH] env/prod: frigate: Adjust Back Yard Pool Zone I adjusted the orientation of the Back Yard camera slightly, so the Pool Zone is now different. --- env/prod/frigate.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/prod/frigate.cue b/env/prod/frigate.cue index 84573fd..f47da07 100644 --- a/env/prod/frigate.cue +++ b/env/prod/frigate.cue @@ -271,7 +271,7 @@ _frigate: config: cameras: { retain: default: 365 } zones: { - pool_zone: coordinates: "894,169,1333,136,1403,173,1265,278,1069,290,931,301,814,358,744,435,571,414,538,330" + pool_zone: coordinates: "532,78,1063,21,1117,31,979,208,931,301,515,307,406,375,231,373,204,291" } } }