Add Custom > Object Detector Flags
parent
f5c3467ea7
commit
f4079847c1
|
|
@ -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": ""
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue