JSON_RadarFieldDetectionCap

JSON message about capability of radar intrusion detection

{
  "RadarFieldDetectionCap": {
/*required, radar intrusion detection capability*/
    "enabled": [true, false],
/*required, boolean, whether to enable detection*/
    "intelliBackSearch": ,
/*optional, boolean, whether it supports dual-VCA search; if it does not support, this node will not be returned*/
    "startTriggerTime": {
/*required, int, triggering start time, unit: millisecond*/
      "@min": 1,
      "@max": 100
    },
    "endTriggerTime": {
/*required, int, triggering end time, unit: millisecond*/
      "@min": 0,
      "@max": 0
    },
    "minObjectSize": {
/*optional, int, minimum number of pixels*/
      "@min": 0,
      "@max": 0
    },
    "maxObjectSize": {
/*optional, int, maximum number of pixels*/
      "@min": 0,
      "@max": 0
    },
    "RegionListCap": {
/*required, detection region parameters, the region can contains 3 to 10 edges*/
      "maxSize": 4,
/*required, int, maximum number of detection regions*/
      "enabled": [true, false],
/*required, boolean, whether to enable the detection of this region*/
      "sensitivityLevel": {
/*required, int, detection sensitivity*/
	"@min": 1,
	"@max": 100
      }, 
      "objectOccupation": {
/*required, int*/
	"@min": 1,
	"@max": 1
      },
      "RegionCap": {
	"minSize": 3,
/*required, int, minimum number of detection region edges*/
	"maxSize": 10,
/*required, int, maximum number of detection region edges*/
	"x": {
/*required, float, x-coordinate, its value is between 0.001 and 1*/
	  "@min": 0.000,
	  "@max": 1.000
	},
	"y": {
/*required, float, y-coordinate, its value is between 0.001 and 1*/
	  "@min": 0.000,
	  "@max": 1.000
	}
      }
    },
    "isSupportMultiScene": ,
/*optional, boolean, whether it supports multi-scene mode; if it does not support, this node will not be returned*/
    "humanMisinfoFilter": ,
/*optional, boolean, whether it supports preventing false human body detection alarm; if it does not support, this node will not be returned*/
    "vehicleMisinfoFilter": ,
/*optional, boolean, whether it supports preventing false vehicle detection alarm; if it does not support, this node will not be returned*/
    "isSupportTargetMultiSelect": ,
/*optional, boolean, whether it supports multi-target detection; if it does not support, this node will not be returned*/
    "isSupportAllDayUpload": 
/*optional, boolean, whether it supports uploading all-day events; if it does not support, this node will not be returned*/
  }
}