Skip to content

Commit a6e0ba6

Browse files
web-flowclaude
andcommitted
fix: raise Trendnet motion threshold to reduce dark-frame CPU waste
threshold 30→40, contour_area 10→25. Prevents noisy dark frames from triggering object detection (49% detect CPU on black image). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent af7a043 commit a6e0ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gitops/clusters/homelab/apps/frigate/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ data:
7878
track:
7979
- person
8080
motion:
81-
threshold: 30
82-
contour_area: 10
81+
threshold: 40
82+
contour_area: 25
8383
improve_contrast: true
8484
record:
8585
enabled: true

0 commit comments

Comments
 (0)