@scrypted/nvr 0.1.98 → 0.1.100

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,19 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.99
5
+
6
+ reenter motion confirmation mode on motion loss
7
+ update readme
8
+ always prefer newer detections
9
+ fix motion bucketizer cropping redetection areas
10
+
11
+
12
+ ### 0.1.98
13
+
14
+ fix generator close
15
+
16
+
4
17
  ### 0.1.97
5
18
 
6
19
  publish beta
package/README.md CHANGED
@@ -37,6 +37,7 @@ The NVR requires a storage directory for recordings. It is highly recommended to
37
37
  2. Add the camera using the appropriate camera plugin.
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
+ * Object Detection is an optional feature. Disabling the `Scrypted NVR Object Detection` extension will reduce system load.
40
41
 
41
42
  <!--
42
43
  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.98",
3
+ "version": "0.1.100",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",