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 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.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",
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.0.16",
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",