node-red-contrib-hik-media-buffer 1.0.1 → 1.0.2
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## HIK MEDIA BUFFER NODE
|
|
4
4
|
|
|
5
|
-
<img src='
|
|
5
|
+
<img src='C:\Users\APerucca\Pictures\Screenshots\hik-media-buffer-node.png'>
|
|
6
6
|
|
|
7
7
|
The Hik Media Buffer node connects to **_NVR_** and outputs the image and the video of the event in case of alarm.</br>
|
|
8
8
|
This node only detects **_"FieldDetection_** and **_"LineDetection"_** alarms but can also receive notification of a **_failed connection_** of the cameras or NVR.</br>
|
|
9
9
|
|
|
10
|
-
<img src='
|
|
10
|
+
<img src='C:\Users\APerucca\Pictures\Screenshots\hik-media-buffer-configuration.png'>
|
|
11
11
|
|
|
12
12
|
To configure the node you need to enter the **_IP, user and password of the NVR_**, you can also choose the **_protocol_** and **_port_** to use.</br>
|
|
13
13
|
You must also enter, by pressing the **_"add"_** button, the **_channel and the correspective IP of the camera_**, finally you must enter the **_password of the cameras_**.</br>
|
|
@@ -28,12 +28,12 @@ msg = {
|
|
|
28
28
|
```
|
|
29
29
|
## HIK SNAPSHOT NODE
|
|
30
30
|
|
|
31
|
-
<img src='
|
|
31
|
+
<img src='C:\Users\APerucca\Pictures\Screenshots\hik-snapshot-node.png'>
|
|
32
32
|
|
|
33
33
|
The Hik Snapshot node connects to **_NVR_** and generates a live image for each camera when it receives **_payload = true_** as input.
|
|
34
34
|
This node can also report if there are recordings of the day this node is triggered for each camera.
|
|
35
35
|
|
|
36
|
-
<img src='
|
|
36
|
+
<img src='C:\Users\APerucca\Pictures\Screenshots\hik-snapshot-configuration.png'>
|
|
37
37
|
|
|
38
38
|
To configure the node you need to enter the **_IP, user and password of the NVR_**, you can also choose the **_protocol_** and **_port_** to use.</br>
|
|
39
39
|
You must also enter the number of the channels you want to get the snapshot of.</br>
|