blob: 94b6b8ffc2576cc7b2bbe2bd709facca9ca59673 [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",
9 "scope": "plugin,Foreground Segmentation"
10 },
11 {
12 "type": "List",
13 "key": "streamslist",
14 "title": "Video stream",
15 "summary": "Select stream",
16 "defaultValue": "out",
17 "entries": ["sent", "received"],
18 "entryValues": ["out", "in"],
19 "scope": "plugin"
20 }
21]