@scrypted/nvr 0.10.51 → 0.10.53

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.52
5
+
6
+ rename to Accelerated Motion Detection
7
+ respect motion detection options
8
+ limit thread spam
9
+ cuda transfer to opencl support
10
+
11
+
12
+ ### 0.10.51
13
+
14
+ cleanup
15
+ fix software scalar fallback
16
+
17
+
4
18
  ### 0.10.50
5
19
 
6
20
  beta
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.10.51",
3
+ "version": "0.10.53",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@scrypted/client": "^1.3.5",
78
- "@scrypted/libav": "^1.0.96",
78
+ "@scrypted/libav": "^1.0.98",
79
79
  "@types/node": "^20.12.7",
80
80
  "@types/semver": "^7.5.8",
81
81
  "@types/uuid": "^9.0.8",