node-red-contrib-hik-media-buffer 1.0.17 → 1.0.19
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 +3 -3
- package/hik-snapshot.html +3 -3
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -30,8 +30,8 @@ msg = {
|
|
|
30
30
|
|
|
31
31
|
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-snapshot-node.png'>
|
|
32
32
|
|
|
33
|
-
The Hik Snapshot node connects to **_NVR_** and generates a live image for each camera when it receives **_payload = true_** as input
|
|
34
|
-
This node can also report if there are recordings
|
|
33
|
+
The Hik Snapshot node connects to **_NVR_** and generates a live image for each camera when it receives **_payload = true_** as input.</br>
|
|
34
|
+
This node can also report if there are recordings on the day this node is triggered for each camera.
|
|
35
35
|
|
|
36
36
|
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-snapshot-configuration.png'>
|
|
37
37
|
|
|
@@ -48,7 +48,7 @@ msg = {
|
|
|
48
48
|
channel: 1, // Channel 1 of the NVR
|
|
49
49
|
photo: buffer[18080], // Snapshot buffer
|
|
50
50
|
snapOk: true, // True if it gets the snapshot, False if not
|
|
51
|
-
isRecording: true, // True if
|
|
51
|
+
isRecording: true, // True if the camera recorded something that day, False if not
|
|
52
52
|
1: object,
|
|
53
53
|
channel: 2,
|
|
54
54
|
photo: buffer[35056],
|
package/hik-snapshot.html
CHANGED
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
|
|
74
74
|
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-snapshot-node.png'>
|
|
75
75
|
|
|
76
|
-
The Hik Snapshot node connects to NVR and generates a live image for each camera when it receives payload = true as input
|
|
77
|
-
This node can also report if there are recordings
|
|
76
|
+
The Hik Snapshot node connects to NVR and generates a live image for each camera when it receives "payload = true" as input.</br>
|
|
77
|
+
This node can also report if there are recordings on the day this node is triggered for each camera.
|
|
78
78
|
|
|
79
79
|
<img src='https://raw.githubusercontent.com/ALLSYSTEM-SPA/node-red-contrib-hik-media-buffer/main/img/hik-snapshot-configuration.png'>
|
|
80
80
|
|
|
@@ -91,7 +91,7 @@ payload: array[5], // 5 channels
|
|
|
91
91
|
channel: 1, // Channel 1 of the NVR
|
|
92
92
|
photo: buffer[18080], // Snapshot buffer
|
|
93
93
|
snapOk: true, // True if it gets the snapshot, False if not
|
|
94
|
-
isRecording: true, // True if
|
|
94
|
+
isRecording: true, // True if the camera recorded something that day, False if not
|
|
95
95
|
1: object,
|
|
96
96
|
channel: 2,
|
|
97
97
|
photo: buffer[35056],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-hik-media-buffer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@mhoc/axios-digest-auth": "^0.8.0",
|
|
24
24
|
"axios": "^1.6.0",
|
|
25
|
-
"node-red-contrib-hik-media-buffer": "^1.0.10",
|
|
26
25
|
"xml2js": "^0.6.2"
|
|
27
26
|
}
|
|
28
27
|
}
|