blob: af90f2163b18c14c1c0de1105434e2bbe405fe7e [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",
6 "title": "Background image",
7 "summary": "Select background image file",
8 "defaultValue": "data/backgrounds/background2.jpeg",
agsantosdd6a62a2021-03-29 17:13:27 -04009 "scope": "plugin,Foreground Segmentation",
10 "dependsOn": "!blur"
11 },
12 {
13 "type": "Switch",
14 "key": "blur",
15 "title": "Blur",
16 "summary": "Do you want to blur background?",
17 "defaultValue": "0",
agsantos2c8525e2021-03-19 11:18:01 -040018 "scope": "plugin,Foreground Segmentation"
19 },
20 {
21 "type": "Switch",
22 "key": "acceleration",
23 "title": "Use HW Acceleration",
24 "summary": "Use CUDA/NNAPI",
25 "defaultValue": "1",
26 "scope": "plugin"
27 },
28 {
29 "type": "List",
agsantosdd6a62a2021-03-29 17:13:27 -040030 "key": "blurlevel",
31 "title": "Blur level",
32 "summary": "Select how much blur do you want.",
33 "defaultValue": "8",
34 "entries": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
35 "entryValues": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
36 "scope": "plugin,Foreground Segmentation",
37 "dependsOn": "blur"
38 },
39 {
40 "type": "List",
agsantos2c8525e2021-03-19 11:18:01 -040041 "key": "streamslist",
42 "title": "Video stream",
43 "summary": "Select stream",
44 "defaultValue": "out",
45 "entries": ["sent", "received"],
46 "entryValues": ["out", "in"],
47 "scope": "plugin"
48 }
49]