-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnode.json
48 lines (48 loc) · 1.09 KB
/
node.json
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
{
"name": "Screen Configuration",
"custom_ui": "config.html",
"optional": [
".*.js$",
".*.html$",
"^example-.*",
"^doc-.*",
"package-header.jpg",
".*.md$"
],
"options": [{
"title": "Screens",
"name": "screens",
"type": "list",
"itemname": "Screen",
"items": [{
"title": "Device",
"ui_width": 6,
"name": "serial",
"type": "device"
}, {
"title": "Homography",
"ui_width": 6,
"name": "homography",
"type": "json",
"default": []
}, {
"title": "Homography",
"ui_width": 6,
"name": "homography_secondary",
"type": "json",
"default": []
}]
}, {
"title": "Snapshot W",
"ui_width": 3,
"name": "snapshot_w",
"type": "float",
"default": 0
}, {
"title": "Snapshot H",
"ui_width": 3,
"name": "snapshot_h",
"type": "float",
"default": 0
}]
}