@scrypted/nvr 0.12.47 → 0.12.48

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 CHANGED
@@ -1,6 +1,20 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.12.47
5
+
6
+ add debounced logging for stationary/clipped object filtering
7
+ cleanup
8
+ fix zones causing truncated and lsot detection boxes
9
+ cleanup
10
+ do best effort analysis on excessive motion boxes
11
+ fix bug where input dimension clipping was preventing motion tagging
12
+ hide/disable label settings
13
+ refactor face embeddings to general purpose embeddings
14
+ wip label anything
15
+ fix potential race condition in object movement tracking
16
+
17
+
4
18
  ### 0.12.45
5
19
 
6
20
  use iso string on both
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.12.47",
3
+ "version": "0.12.48",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",