@scrypted/nvr 0.1.83 → 0.1.86

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,34 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.84
5
+
6
+ include opencv/electron-core as auto installed motion sensor
7
+ generator cleanups, detection improvements
8
+ parallelize second pass motion + detection
9
+ box math
10
+ cleanups
11
+ beta wip
12
+ Merge branch 'main' into beta
13
+
14
+
15
+ ### 0.1.83
16
+
17
+ Merge some beta branch improvements.
18
+ group similar objects in timeline thumbnails
19
+ fix head of line hangs in jpeg saving
20
+ utils
21
+ record tracked object only only when things are moving
22
+ collapse similar objects until theyre distinct
23
+ group similar objects in timeline thumbnails
24
+ add slow op logging
25
+ utils
26
+ fix head of line hangs in jpeg saving
27
+ add motion reference frame frequency option
28
+ Merge branch 'main' into beta
29
+ readd support for custom models
30
+
31
+
4
32
  ### 0.1.82
5
33
 
6
34
  readd allow list
@@ -8,12 +36,17 @@ readd allow list
8
36
 
9
37
  ### 0.1.81
10
38
 
39
+ Merge branch 'main' into beta
11
40
  readd threshld options
12
41
 
13
42
 
14
43
  ### 0.1.80
15
44
 
16
45
  remove deprecated api
46
+ wip new hybrid detection engine
47
+ track motion
48
+ readd threshld options
49
+ wip new hybrid diff detector
17
50
  support non-gl buffers in motion detectir
18
51
  fix clip duration on ongoing event
19
52
 
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.1.83",
3
+ "version": "0.1.86",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -49,7 +49,6 @@
49
49
  "@scrypted/common": "../../scrypted/common",
50
50
  "@scrypted/sdk": "file:../../scrypted/sdk",
51
51
  "@scrypted/types": "file:../../scrypted/sdk/types",
52
- "@types/node": "^18.11.18",
53
52
  "axios": "^0.24.0",
54
53
  "check-disk-space": "^3.3.1",
55
54
  "fast-xml-parser": "^4.1.3",
@@ -61,6 +60,7 @@
61
60
  },
62
61
  "devDependencies": {
63
62
  "@types/mkdirp": "^1.0.2",
63
+ "@types/node": "^18.11.18",
64
64
  "@types/rimraf": "^3.0.2",
65
65
  "@types/uuid": "^9.0.1"
66
66
  }