blob: ef1a50b25ad3aecbf6e8c8178e82d9700621d956 [file] [log] [blame]
agsantos2c8525e2021-03-19 11:18:01 -04001[
2 {
3 "type": "Path",
4 "mimeType": "image/png,image/jpeg,image/jpg",
5 "key": "background",
Aline Gondim Santos32818a72022-06-06 17:28:59 -04006 "title": "{{background_title}}",
agsantos2c8525e2021-03-19 11:18:01 -04007 "defaultValue": "data/backgrounds/background2.jpeg",
agsantosdd6a62a2021-03-29 17:13:27 -04008 "scope": "plugin,Foreground Segmentation",
9 "dependsOn": "!blur"
10 },
11 {
12 "type": "Switch",
13 "key": "blur",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040014 "title": "{{blur_title}}",
agsantosdd6a62a2021-03-29 17:13:27 -040015 "defaultValue": "0",
agsantos2c8525e2021-03-19 11:18:01 -040016 "scope": "plugin,Foreground Segmentation"
17 },
18 {
19 "type": "List",
agsantosdd6a62a2021-03-29 17:13:27 -040020 "key": "blurlevel",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040021 "title": "{{blurlevel_title}}",
agsantosdd6a62a2021-03-29 17:13:27 -040022 "defaultValue": "8",
23 "entries": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
24 "entryValues": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
25 "scope": "plugin,Foreground Segmentation",
26 "dependsOn": "blur"
27 },
28 {
29 "type": "List",
agsantos2c8525e2021-03-19 11:18:01 -040030 "key": "streamslist",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040031 "title": "{{streamslist_title}}",
32 "summary": "{{streamslist_summary}}",
agsantos2c8525e2021-03-19 11:18:01 -040033 "defaultValue": "out",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040034 "entries": ["{{streamslist_entries_1}}", "{{streamslist_entries_2}}"],
agsantos2c8525e2021-03-19 11:18:01 -040035 "entryValues": ["out", "in"],
36 "scope": "plugin"
37 }
38]