blob: 81784dbcd0e1a2c7fcea66f7ec467456d7e807e6 [file] [log] [blame]
[
{
"category" : "StreamsListPreference",
"type": "List",
"key": "streamslist",
"title": "Streams to transform",
"summary": "Select video to transform",
"defaultValue": "out",
"entries": ["sent", "received"],
"entryValues": ["out", "in"],
"scope": "plugin"
},
{
"category" : "models",
"type": "List",
"key": "modellist",
"title": "Model to load",
"summary": "Select the model to use",
"defaultValue": "mModel.tflite",
"entries": ["mModel"],
"entryValues": ["mModel.tflite"],
"scope": "plugin"
},
{
"category" : "backgrounds",
"type": "Path",
"mimeType": "image/png",
"key": "background",
"title": "Background image",
"summary": "Select the image background to use",
"defaultValue": "data/backgrounds/background2.png",
"scope": "plugin,Foreground Segmentation"
}
]