node-red-contrib-hik-media-buffer 1.0.7 → 1.0.8
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 +2 -2
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<img src='https://github.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/raw/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
|
-
This node only detects **_"
|
|
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
10
|
<img src='https://github.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/raw/main/img/hik-media-buffer-configuration.png'>
|
|
11
11
|
|
|
@@ -37,7 +37,7 @@ This node can also report if there are recordings of the day this node is trigge
|
|
|
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>
|
|
40
|
-
If you enter "5", you will get the output of the first 5
|
|
40
|
+
If you enter "5", you will get the output of the first 5 channels on the NVR, so if you have 5 cameras on the NVR but one of them is not on the first five channels you won't get the snapshot of that camera.</br>
|
|
41
41
|
|
|
42
42
|
This below is an example of msg output:</br>
|
|
43
43
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-hik-media-buffer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"node-red",
|
|
7
|
+
"hikvision",
|
|
8
|
+
"isapi",
|
|
9
|
+
"nvr",
|
|
10
|
+
"video"
|
|
11
|
+
],
|
|
5
12
|
"node-red": {
|
|
6
13
|
"nodes": {
|
|
7
14
|
"hik-media-buffer": "hik-media-buffer.js",
|