@scrypted/nvr 0.8.49 → 0.8.51

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,24 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.8.50
5
+
6
+ fixup detection test tool
7
+ fix bug in non max suppression where detections are lost
8
+ inline jpeg encode bitops
9
+ fix non-recording detections causing push erorrs
10
+ fix pipeline leaks
11
+ enable hw accelerated decode by default
12
+ move recognition into separate pipeline stage
13
+ deprecate tf, fix frame queing
14
+ onnx support
15
+
16
+
17
+ ### 0.8.49
18
+
19
+ restart interrupted recordings faster
20
+
21
+
4
22
  ### 0.8.48
5
23
 
6
24
  fix bug where device deletion uhas zombie license
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.8.49",
3
+ "version": "0.8.51",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",