blob: 7890955b9872347e0f16c33e42e769d114825ed5 [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"],
"editable": "true"
},
{
"category" : "ModelPreference",
"type": "List",
"key": "modellist",
"title": "Model to load",
"summary": "Select the model to use",
"defaultValue": "mModel.pb",
"entries": ["mModel"],
"entryValues": ["mModel.pb"],
"editable": "false"
},
{
"category" : "ImageBackground",
"type": "List",
"key": "backgroundlist",
"title": "Background image",
"summary": "Select the image background to use",
"defaultValue": "background2.png",
"entries": ["Painture", "Beach"],
"entryValues": ["background1.png", "background2.png"],
"editable": "true"
}
]