JSON_RadarFieldDetection

JSON message about radar intrusion detection parameters

{
  "RadarFieldDetection": {
/*required, radar intrusion detection parameters*/	
    "enabled": ,
/*required, boolean, whether to enable detection*/
    "intelliBackSearch": ,
/*optional, boolean, whether it supports dual-VCA search*/
    "startTriggerTime": ,
/*required, int, triggering start time, unit: millisecond*/
    "endTriggerTime": ,
/*required, int, triggering end time, unit: millisecond*/
    "minObjectSize": ,
/*optional, int, minimum number of pixels*/
    "maxObjectSize": ,
/*optional, int, maximum number of pixels*/
    "RegionList": [{
/*required, detection region list, the region can contains 3 to 10 edges*/
      "RegionInfo": {
	"regionID": ,
	"enabled": ,
	"sensitivityLevel": ,
/*required, int, detection sensitivity*/
	"objectOccupation": ,
/*required, int*/
	"Region": [{
	  "x": ,
/*required, float, x-coordinate, its value is between 0.001 and 1*/
	  "y": 
/*required, float, y-coordinate, its value is between 0.001 and 1*/
	}]
      }
    }],
    "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*/
  }
}