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