@scrypted/nvr 0.1.65 → 0.1.66

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,11 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.65
5
+
6
+ cache acls to prevent query spam from pegging cpu
7
+
8
+
4
9
  ### 0.1.64
5
10
 
6
11
  fix notification prefs not loading
package/README.md CHANGED
@@ -38,7 +38,8 @@ The NVR requires a storage directory for recordings. It is highly recommended to
38
38
  * MacOS: [CoreML Object Detection](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/coreml)
39
39
  * Linux/Windows: [Tensorflow Lite Object Detection](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/tensorflow-lite)
40
40
  * Windows: [Tensorflow Object Detection](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/tensorflow)
41
- 3. Object Detection can then be enabled in `Integrations and Extensions`. The extension provides event thumbnails and rich notifications to the app. The detection process will use considerable CPU. System performance will vary based on available resources.
41
+ 3. `Scrypted NVR Object Detection` can then be enabled `Integrations and Extensions`. The extension provides event thumbnails and rich notifications to the app. The detection process will use considerable CPU. System performance will vary based on available resources.
42
+ * **Do not enable the installed Object Detection Plugin from the previous step. It will be used automatically by Scrypted NVR Object Detection**.
42
43
 
43
44
  ### View Cameras and Recordings
44
45
 
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.65",
3
+ "version": "0.1.66",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",