node-red-contrib-hik-media-buffer 1.0.15 → 1.0.17

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
@@ -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>
@@ -17,10 +17,10 @@ This below is an example of msg output:</br>
17
17
  ```javascript
18
18
  msg = {
19
19
  payload: object,
20
- ip: "192.168.62.9", // IP of the camera
20
+ ip: "192.168.1.100", // IP of the camera
21
21
  channel: "2", // Channel of the camera
22
22
  event: "LineDetection", // Type of event deteced
23
- videoPath: "C:\Users\APerucca\AppData\Local\Temp\hik_v_2_1774874791241.mp4", // Path of the video
23
+ videoPath: "", // Path of the video
24
24
  imageBuffer: buffer[12360], // Buffer of the image
25
25
  status: "online", // Status of the camera
26
26
  _msgid: "45fd74589048966d",
@@ -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>
@@ -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>
@@ -113,10 +113,10 @@ This below is an example of msg output:</br>
113
113
  ```javascript
114
114
  msg = {
115
115
  payload: object,
116
- ip: "192.168.62.9", // IP of the camera
116
+ ip: "192.168.1.100", // IP of the camera
117
117
  channel: "2", // Channel of the camera
118
118
  event: "LineDetection", // Type of event deteced
119
- videoPath: "C:\Users\APerucca\AppData\Local\Temp\hik_v_2_1774874791241.mp4", // Path of the video
119
+ videoPath: "", // Path of the video
120
120
  imageBuffer: buffer[12360], // Buffer of the image
121
121
  status: "online", // Status of the camera
122
122
  _msgid: "45fd74589048966d"
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",