@blueharford/scrypted-spatial-awareness 0.6.32 → 0.6.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,23 @@
1
+ # Changelog
2
+
3
+ ## 0.6.34 - 2026-01-23
4
+
5
+ ### Added
6
+ - Settings display for LLMs excluded from discovery due to lack of vision support.
7
+
8
+ ## 0.6.33 - 2026-01-23
9
+
10
+ ### Added
11
+ - Optional notifications on alert updates with cooldown control.
12
+ - Minimum detection confidence setting to reduce noise.
13
+ - Alert update coalescing to keep one alert per object.
14
+ - Debounced tracking state persistence and periodic cleanup for efficiency.
15
+
16
+ ### Changed
17
+ - Movement alerts now update in place during cooldown instead of creating new alerts.
18
+ - Reused cached snapshots for notifications when available.
19
+ - LLM rate limiting is skipped when LLM is disabled.
20
+
21
+ ### Fixed
22
+ - Avoided stale loitering alerts after cross-camera transitions.
23
+ - Cancelled pending loitering timers on exits and lost tracking.
package/README.md CHANGED
@@ -134,10 +134,13 @@ With proper landmarks, alerts become rich and contextual:
134
134
  | Setting | Default | Description |
135
135
  |---------|---------|-------------|
136
136
  | Correlation Window | 30s | Max time for cross-camera matching |
137
- | Correlation Threshold | 0.6 | Min confidence for auto-correlation |
137
+ | Correlation Threshold | 0.35 | Min confidence for auto-correlation |
138
138
  | Loitering Threshold | 3s | Time before triggering alerts |
139
+ | Minimum Detection Confidence | 0.5 | Ignore detections below this score |
139
140
  | Per-Object Cooldown | 30s | Min time between alerts for same object |
140
- | LLM Rate Limit | 10s | Min time between LLM API calls |
141
+ | Notify on Alert Updates | Off | Send notifications when an existing alert updates |
142
+ | Alert Update Cooldown | 60s | Min time between update notifications |
143
+ | LLM Rate Limit | 5s | Min time between LLM API calls |
141
144
 
142
145
  ### Alert Types
143
146
 
@@ -185,6 +188,8 @@ Base URL: `/endpoint/@blueharford/scrypted-spatial-awareness`
185
188
 
186
189
  The plugin can automatically analyze camera views using a vision-capable LLM to discover landmarks, zones, and camera connections.
187
190
 
191
+ If a configured LLM provider does not support vision, it will be automatically excluded from discovery and shown in plugin settings under **Excluded LLMs (No Vision)**.
192
+
188
193
  ### How It Works
189
194
 
190
195
  1. **Capture Snapshots** - System takes a picture from each camera