blob: 54beba791d5aea3e8be324c10ee334814a0a82a5 [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.tflite",
"entries": ["mModel"],
"entryValues": ["mModel.tflite"],
"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"
}
]