@scrypted/nvr 0.1.70 → 0.1.72
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 +11 -0
- package/README.md +9 -3
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.1.71
|
|
5
|
+
|
|
6
|
+
better disk space warnings
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 0.1.70
|
|
10
|
+
|
|
11
|
+
install/enable object detection automatically
|
|
12
|
+
|
|
13
|
+
|
|
4
14
|
### 0.1.69
|
|
5
15
|
|
|
16
|
+
deliver push faster for high quality detections
|
|
6
17
|
relax the detection padding requirement
|
|
7
18
|
fix various recent event bugs
|
|
8
19
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
NVR plugin for Scrypted.
|
|
4
4
|
|
|
5
|
-
**This plugin is currently only intended for local RTSP cameras.**
|
|
5
|
+
**This plugin is currently only intended for local RTSP cameras. Cloud cameras, such as Ring, Google, and Arlo may work but are not supported.**
|
|
6
6
|
|
|
7
7
|
This readme will guide you through the NVR setup, smart detection setup, and app installation. **New Scrypted users are encouraged to integrate and verify their cameras with Scrypted before using the NVR plugin**. Additional help and support can also be found on the [Scrypted Discord #nvr Channel](https://discord.gg/YNNSczz2fE).
|
|
8
8
|
|
|
@@ -33,13 +33,19 @@ The NVR requires a storage directory for recordings. It is highly recommended to
|
|
|
33
33
|
|
|
34
34
|
### Camera Setup
|
|
35
35
|
|
|
36
|
-
1.
|
|
36
|
+
1. Before adding the camera, Scrypted NVR highly recommends following the [Scrypted Codec Settings guide](https://github.com/koush/scrypted/wiki/Codec-Settings) for optimal recording and playback performance (these are the same settings for HomeKit). You can use the admin page provided by your camera manufacturer to configure these settings.
|
|
37
|
+
2. Add the camera using the appropriate camera plugin.
|
|
38
|
+
3. Enable recording in the Camera Settings by selecting `Scrypted NVR` in the `Integrations and Extensions` list.
|
|
39
|
+
4. [Verify Motion Detection and Object Detection is working](https://github.com/koush/nvr.scrypted.app/wiki/Scrypted-NVR-Camera-Verification).
|
|
40
|
+
|
|
41
|
+
<!--
|
|
37
42
|
2. Install an Object Detection Plugin:
|
|
38
43
|
* MacOS: [CoreML Object Detection](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/coreml)
|
|
39
44
|
* Linux/Windows: [Tensorflow Lite Object Detection](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/tensorflow-lite)
|
|
40
45
|
* Windows: [Tensorflow Object Detection](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/tensorflow)
|
|
41
46
|
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
47
|
* **Do not enable the installed Object Detection Plugin from the previous step. It will be used automatically by Scrypted NVR Object Detection**.
|
|
48
|
+
-->
|
|
43
49
|
|
|
44
50
|
### View Cameras and Recordings
|
|
45
51
|
|
|
@@ -105,4 +111,4 @@ Scrypted can optionally be self hosted with a personal custom domain. This setup
|
|
|
105
111
|
|
|
106
112
|
In the iOS app:
|
|
107
113
|
* Enter Hostname at: iOS Settings -> Scrypted -> Self Hosted -> Hostname
|
|
108
|
-
* `nvr.example.com` with port `443` forwarded to Scrypted server `12345`: `nvr.example.com`
|
|
114
|
+
* `nvr.example.com` with port `443` forwarded to Scrypted server `12345`: `nvr.example.com`
|
package/dist/plugin.zip
CHANGED
|
Binary file
|