@scrypted/nvr 0.1.84 → 0.1.87

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,12 +1,31 @@
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
+
4
15
  ### 0.1.83
5
16
 
6
17
  Merge some beta branch improvements.
7
18
  group similar objects in timeline thumbnails
8
19
  fix head of line hangs in jpeg saving
9
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
10
29
  readd support for custom models
11
30
 
12
31
 
@@ -17,12 +36,17 @@ readd allow list
17
36
 
18
37
  ### 0.1.81
19
38
 
39
+ Merge branch 'main' into beta
20
40
  readd threshld options
21
41
 
22
42
 
23
43
  ### 0.1.80
24
44
 
25
45
  remove deprecated api
46
+ wip new hybrid detection engine
47
+ track motion
48
+ readd threshld options
49
+ wip new hybrid diff detector
26
50
  support non-gl buffers in motion detectir
27
51
  fix clip duration on ongoing event
28
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.84",
3
+ "version": "0.1.87",
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
  }