#/bin/sh

cat <<EOF
{
"plugin": "VAE", "version": 2, "kind": "discovery",
"identity": {
    "name": "vaxocr",
    "title": "VAX ALPR",
    "description": "VAX ALPR optionally triggered by the own motion detection engine",
    "version": 1.0
},
"licensing": {
    "source": { "trusted": "yes", "signed": "N/A", "sourceName": "DevOps"},
    "key": "VAE_DevOps"
},
"runtime": {
    "attachMethod": "file-socket",
    "processFramesAsynchronously": 0,
    "videoStreamFormat": "RGB24",
    "resultStream": "JSON",
    "stableTargetIDs": "true",
    "maxWidth": 1024,
    "maxHeight": 768,
    "minFPS": 1,
    "targetFPS": 30
}
}
EOF
