Add Custom > Object Detector Flags

build-default-monitor-config-from-definitions
Moe 2020-05-13 17:36:56 -07:00
parent f5c3467ea7
commit f4079847c1
2 changed files with 11 additions and 2 deletions

View File

@ -2008,6 +2008,16 @@ module.exports = function(s,config,lang){
"form-group-class": "shinobi-detector",
"possible": ""
},
{
hidden: true,
"name": "detail=cust_detect_object",
"field": lang["Object Detector Flags"],
"description": "Custom Flags that bind to the stream Detector uses for analyzation.",
"default": "",
"example": "",
"form-group-class": "shinobi-detector",
"possible": ""
},
{
hidden: true,
"name": "detail=cust_sip_record",
@ -3052,8 +3062,6 @@ module.exports = function(s,config,lang){
"default": "2",
"example": "",
"form-group-class": "h_casc_input h_casc_1",
"fieldType": "number",
"numberMin": "1",
"possible": ""
},
{

View File

@ -524,6 +524,7 @@
"Record Video Filter": "Record Video Filter",
"Input Flags": "Input Flags",
"Snapshot Flags": "Snapshot Flags",
"Object Detector Flags": "Object Detector Flags",
"Detector Flags": "Detector Flags",
"Stream Flags": "Stream Flags",
"Stream to YouTube": "Stream to YouTube",