node-red-contrib-hik-media-buffer 1.0.15 → 1.0.16
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/hik-media-buffer.html +2 -2
- package/hik-snapshot.html +2 -2
- 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='img/hik-media-buffer-node.png'>
|
|
5
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/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='img/hik-media-buffer-configuration.png'>
|
|
10
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/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='img/hik-snapshot-node.png'>
|
|
31
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/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='img/hik-snapshot-configuration.png'>
|
|
36
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/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>
|
package/hik-media-buffer.html
CHANGED
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
<script type="text/markdown" data-help-name="hik-media-buffer">
|
|
99
99
|
## HIK MEDIA BUFFER NODE
|
|
100
100
|
|
|
101
|
-
<img src='img/hik-media-buffer-node.png'>
|
|
101
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-media-buffer-node.png'>
|
|
102
102
|
|
|
103
103
|
The Hik Media Buffer node connects to NVR and outputs the image and the video of the event in case of alarm.</br>
|
|
104
104
|
This node only detects "FieldDetection" and "LineDetection" alarms but can also receive notification of a failed connection of the cameras or NVR.</br>
|
|
105
105
|
|
|
106
|
-
<img src='img/hik-media-buffer-configuration.png'>
|
|
106
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-media-buffer-configuration.png'>
|
|
107
107
|
|
|
108
108
|
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>
|
|
109
109
|
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>
|
package/hik-snapshot.html
CHANGED
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
<script type="text/markdown" data-help-name="hik-snapshot">
|
|
72
72
|
## HIK SNAPSHOT NODE
|
|
73
73
|
|
|
74
|
-
<img src='img/hik-snapshot-node.png'>
|
|
74
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-snapshot-node.png'>
|
|
75
75
|
|
|
76
76
|
The Hik Snapshot node connects to NVR and generates a live image for each camera when it receives payload = true as input.
|
|
77
77
|
This node can also report if there are recordings of the day this node is triggered for each camera.
|
|
78
78
|
|
|
79
|
-
<img src='img/hik-snapshot-configuration.png'>
|
|
79
|
+
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-snapshot-configuration.png'>
|
|
80
80
|
|
|
81
81
|
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>
|
|
82
82
|
You must also enter the number of the channels you want to get the snapshot of.</br>
|