@scrypted/nvr 0.1.220 → 0.1.222

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,18 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.221
5
+
6
+ expose motion sensor for general usage
7
+
8
+
9
+ ### 0.1.220
10
+
11
+ strip out longering motion sensor settings
12
+ dead code
13
+ fix webpack junk
14
+
15
+
4
16
  ### 0.1.219
5
17
 
6
18
  publish beta
package/README.md CHANGED
@@ -38,7 +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
+ * Scrypted NVR will automatically install the appropriate software Object Detection plugins (ie, CoreML, OpenVINO, etc). If the server has a Coral accelerator, the `Tensorflow Lite` plugin must be manually installed.
42
42
 
43
43
  <!--
44
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.220",
3
+ "version": "0.1.222",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",