blob: 8ee350cda7d63f50ebbf10b66eb0d5030eebb2dd [file] [log] [blame]
[
{
"type": "Path",
"mimeType": "image/png,image/jpeg,image/jpg",
"key": "background",
"title": "Background image",
"summary": "Select background image file",
"defaultValue": "data/backgrounds/background2.jpeg",
"scope": "plugin,Foreground Segmentation",
"dependsOn": "!blur"
},
{
"type": "Switch",
"key": "blur",
"title": "Blur",
"summary": "Do you want to blur background?",
"defaultValue": "0",
"scope": "plugin,Foreground Segmentation"
},
{
"type": "List",
"key": "blurlevel",
"title": "Blur level",
"summary": "Select how much blur do you want.",
"defaultValue": "8",
"entries": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
"entryValues": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
"scope": "plugin,Foreground Segmentation",
"dependsOn": "blur"
},
{
"type": "List",
"key": "streamslist",
"title": "Video stream",
"summary": "Select stream",
"defaultValue": "out",
"entries": ["sent", "received"],
"entryValues": ["out", "in"],
"scope": "plugin"
}
]