node-red-contrib-hik-media-buffer 1.0.16 → 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 +2 -2
- package/hik-media-buffer.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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.
|
|
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: "
|
|
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",
|
package/hik-media-buffer.html
CHANGED
|
@@ -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.
|
|
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: "
|
|
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"
|