@scrypted/nvr 0.1.178 → 0.1.180

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,13 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.178
5
+
6
+ device deletion no longer immediately frees storage
7
+ use classical nonmax suppression
8
+ not sure how this ever worked
9
+
10
+
4
11
  ### 0.1.177
5
12
 
6
13
  fix bucket filter
package/README.md CHANGED
@@ -38,6 +38,7 @@ The NVR requires a storage directory for recordings. It is highly recommended to
38
38
  3. Enable recording in the Camera Settings by selecting `Scrypted NVR` in the `Integrations and Extensions` list.
39
39
  4. [Verify Motion Detection and Object Detection is working](https://github.com/koush/nvr.scrypted.app/wiki/Scrypted-NVR-Camera-Verification).
40
40
  * Object Detection is an optional feature. Disabling the `Scrypted NVR Object Detection` extension will reduce system load.
41
+ * Scrypted NVR will automatically install the appropriate software Object and Motion Detection plugins (ie, CoreML, OpenCV, etc). If the server has a Coral accelerator, the `Tensorflow Lite` plugin must be manually installed.
41
42
 
42
43
  <!--
43
44
  2. Install an Object Detection Plugin:
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.178",
3
+ "version": "0.1.180",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",