blob: af038f7cff7e94486f4ca95385ff494534b1d5f7 [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",
agsantos2c8525e2021-03-19 11:18:01 -040013 "key": "acceleration",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040014 "title": "{{acceleration_title}}",
15 "summary": "{{acceleration_summary}}",
agsantos2c8525e2021-03-19 11:18:01 -040016 "defaultValue": "1",
17 "scope": "plugin"
18 },
19 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -040020 "type": "Switch",
21 "key": "blur",
22 "title": "{{blur_title}}",
23 "defaultValue": "0",
24 "scope": "plugin,Foreground Segmentation"
25 },
26 {
agsantos2c8525e2021-03-19 11:18:01 -040027 "type": "List",
agsantosdd6a62a2021-03-29 17:13:27 -040028 "key": "blurlevel",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040029 "title": "{{blurlevel_title}}",
agsantosdd6a62a2021-03-29 17:13:27 -040030 "defaultValue": "8",
31 "entries": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
32 "entryValues": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
33 "scope": "plugin,Foreground Segmentation",
34 "dependsOn": "blur"
35 },
36 {
37 "type": "List",
agsantos2c8525e2021-03-19 11:18:01 -040038 "key": "streamslist",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040039 "title": "{{streamslist_title}}",
40 "summary": "{{streamslist_summary}}",
agsantos2c8525e2021-03-19 11:18:01 -040041 "defaultValue": "out",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040042 "entries": ["{{streamslist_entries_1}}", "{{streamslist_entries_2}}"],
agsantos2c8525e2021-03-19 11:18:01 -040043 "entryValues": ["out", "in"],
44 "scope": "plugin"
45 }
46]