blob: 81784dbcd0e1a2c7fcea66f7ec467456d7e807e6 [file] [log] [blame]
agsantos66e1e4e2020-07-28 14:48:46 -04001[
2 {
3 "category" : "StreamsListPreference",
4 "type": "List",
5 "key": "streamslist",
6 "title": "Streams to transform",
7 "summary": "Select video to transform",
8 "defaultValue": "out",
9 "entries": ["sent", "received"],
10 "entryValues": ["out", "in"],
agsantos364bbae2020-08-17 11:29:56 -040011 "scope": "plugin"
agsantos66e1e4e2020-07-28 14:48:46 -040012 },
13 {
agsantos364bbae2020-08-17 11:29:56 -040014 "category" : "models",
agsantos66e1e4e2020-07-28 14:48:46 -040015 "type": "List",
16 "key": "modellist",
17 "title": "Model to load",
18 "summary": "Select the model to use",
19 "defaultValue": "mModel.tflite",
20 "entries": ["mModel"],
21 "entryValues": ["mModel.tflite"],
agsantos364bbae2020-08-17 11:29:56 -040022 "scope": "plugin"
agsantos66e1e4e2020-07-28 14:48:46 -040023 },
24 {
agsantos364bbae2020-08-17 11:29:56 -040025 "category" : "backgrounds",
agsantos9dcf4302020-09-01 18:21:48 -040026 "type": "Path",
27 "mimeType": "image/png",
28 "key": "background",
agsantos66e1e4e2020-07-28 14:48:46 -040029 "title": "Background image",
30 "summary": "Select the image background to use",
agsantos9dcf4302020-09-01 18:21:48 -040031 "defaultValue": "data/backgrounds/background2.png",
agsantos364bbae2020-08-17 11:29:56 -040032 "scope": "plugin,Foreground Segmentation"
agsantos66e1e4e2020-07-28 14:48:46 -040033 }
34]