@scrypted/nvr 0.0.22 → 0.0.25

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/README.md CHANGED
@@ -10,6 +10,10 @@ The Scrypted NVR Subscription can be purchased and managed at the [billing porta
10
10
 
11
11
  [Cameras and Recordings](/endpoint/@scrypted/core/public/) can be viewed on your local network by visiting the address of this Scrypted server. Install the Scrypted Cloud Plugin and visit [home.scrypted.app](https://home.scrypted.app) to view Cameras and Recordings from anywhere.
12
12
 
13
+ ### Smart Detections
14
+
15
+ The Object Detection Plugin (`tensorflow-lite`) is automatically installed by Scrypted NVR. Detections can enabled per camera under `Integrations and Extensions`. When motion is triggered, the NVR will process the video for Smart Detections; this will use considerable CPU. System performance will vary based on available resources.
16
+
13
17
  ### Install App
14
18
 
15
19
  The Scrypted NVR app allowing viewing of cameras and recordings remotely.
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.0.22",
3
+ "version": "0.0.25",
4
4
  "scripts": {
5
5
  "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
6
6
  "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",