#/bin/sh

cat <<EOF
{
"plugin": "VAE", "version": 2, "kind": "discovery",
"identity": {
    "name": "md",
    "title": "Motion Detector",
    "description": "MD2 integration into VAE2 architecture",
    "version": "1.6.12.27"
},
"licensing": {
    "source": { "trusted": "yes", "signed": "N/A", "sourceName": "DevOps" },
    "key": "VAE_DevOps"
},
"runtime": {
    "attachMethod": "shared-library",
    "videoStreamFormat": "YUV420P",
    "resultStream": "JSON",
    "stableTargetIDs": "false",
    "maxWidth": 1280,
    "maxHeight": 720,
    "minFPS": 1,
    "targetFPS": 15
}
}
EOF
