Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
preferences-tfcc.json 988 B
[
    {
        "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.pb",
        "entries": ["mModel"],
        "entryValues": ["mModel.pb"],
        "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"
    }
]