Skip to content

Commit 36b92a9

Browse files
authored
Create Node-red_flow.txt
1 parent b00919b commit 36b92a9

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

Node-red_flow.txt

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
[
2+
{
3+
"id": "28cc2528.992c5a",
4+
"type": "bigexec",
5+
"z": "3ebfe993.c2a2ce",
6+
"name": "",
7+
"command": "python fire_detection.py",
8+
"commandArgs": "",
9+
"minError": 1,
10+
"minWarning": 1,
11+
"cwd": "C:/Users/Niladri/Code-setup/Deep Learning/real-time-object-detection",
12+
"shell": "",
13+
"extraArgumentProperty": "",
14+
"envProperty": "",
15+
"format": "utf8",
16+
"limiter": true,
17+
"payloadIs": "triggerNoStdin",
18+
"x": 368,
19+
"y": 1396.5,
20+
"wires": [
21+
[
22+
"4327a072.cd7a98"
23+
],
24+
[],
25+
[]
26+
]
27+
},
28+
{
29+
"id": "4327a072.cd7a98",
30+
"type": "ui_audio",
31+
"z": "3ebfe993.c2a2ce",
32+
"name": "",
33+
"group": "9edc3884.c8a378",
34+
"voice": "en-GB",
35+
"always": "",
36+
"x": 551,
37+
"y": 1392,
38+
"wires": []
39+
},
40+
{
41+
"id": "6686278e.e10e",
42+
"type": "ui_button",
43+
"z": "3ebfe993.c2a2ce",
44+
"name": "Start",
45+
"group": "9edc3884.c8a378",
46+
"order": 0,
47+
"width": "4",
48+
"height": "2",
49+
"passthru": false,
50+
"label": "Camera",
51+
"color": "",
52+
"bgcolor": "",
53+
"icon": "",
54+
"payload": "",
55+
"payloadType": "date",
56+
"topic": "",
57+
"x": 198,
58+
"y": 1407,
59+
"wires": [
60+
[
61+
"28cc2528.992c5a"
62+
]
63+
]
64+
},
65+
{
66+
"id": "9edc3884.c8a378",
67+
"type": "ui_group",
68+
"z": "",
69+
"name": "Detection",
70+
"tab": "d0c88fd3.4eef38",
71+
"order": 1,
72+
"disp": true,
73+
"width": "11"
74+
},
75+
{
76+
"id": "d0c88fd3.4eef38",
77+
"type": "ui_tab",
78+
"z": "",
79+
"name": "Parking",
80+
"icon": "dashboard",
81+
"order": 1
82+
}
83+
]

0 commit comments

Comments
 (0)