XML message about configuration capability of region exiting detection by channel
<RegionExiting version="2.0" xmlns="http://www.std-cgi.org/ver20/XMLSchema">
<id><!--required, xs: string, channel No.--></id>
<enabled opt="true,false">
<!-- required, xs: boolean, whether to enable region exiting detection-->
</enabled>
<normalizedScreenSize><!--required, read-only, normalized coordinates-->
<normalizedScreenWidth>
<!--required, read-only, xs: integer-->
</normalizedScreenWidth>
<normalizedScreenHeight>
<!--required, reas-only, xs: integer-->
</normalizedScreenHeight>
</normalizedScreenSize>
<RegionExitingRegionList size="4"><!--required, detection region list-->
<RegionExitingRegion>
<id><!--required, xs: string, detection region No.--></id>
<sensitivityLevel min="1" max="100">
<!--required, xs: integer, sensitivity, which is between 1 and 100-->
</sensitivityLevel>
<RegionCoordinatesList size="10"><!--required, coordinates list of detection region. If size is not returned, the default number of nodes is 4-->
<RegionCoordinates><!--required, coordinates of detection region-->
<positionX>
<!--required, xs: integer; x-coordinate-->
</positionX>
<positionY>
<!--required, xs: integer; y-coordinate-->
</positionY>
</RegionCoordinates>
</RegionCoordinatesList>
<detectionTarget opt="all,human,vehicle"><!--optional, xs:string,"all,human,vehicle,others"--></detectionTarget>
<alarmConfidence opt="low,mediumLow,mediumHigh,high" def="low"><!--optional, xs:string, confidence of alarm notification--></alarmConfidence>
<recordConfidence opt="low,mediumLow,mediumHigh,high" def="low"><!--optional, xs:string, confidence of recording video--></recordConfidence>
</RegionExitingRegion>
</RegionExitingRegionList>
<mutexAbility opt="PDC,videoFrameRate50,videoFrameRate60,19-1920*1080@50fps,20-1920*1080@60fps,recordPlan"/>
<!--optional, ro, xs: string, mutex capability, it indicates that which function is mutually exclusive with the region exiting detection: "PDC,videoFrameRate50,videoFrameRate60,19-1920*1080@50fps,20-1920*1080@60fps,scheduled recording"-->
<isSupportMultiScene>
<!--optional, xs: boolen, whether supports multiple scenes. This function is supported by speed domes-->
</isSupportMultiScene>
<isSupportHumanMisinfoFilter opt="true">
<!--optional, xs: boolean, whether supports preventing false human body alarm, if supports, return true, if not supports, this node will not be returned-->
</isSupportHumanMisinfoFilter>
<isSupportVehicleMisinfoFilter opt="true">
<!--optional, xs: boolean, whether supports preventing false vehicle alarm, if supports, return true, if not supports, this node will not be returned-->
</isSupportVehicleMisinfoFilter>
<isSupportTargetMultiSelect>
<!--optional, xs: boolean, whether supports selecting multiple detection targets, true-support, no return-not support-->
</isSupportTargetMultiSelect>
<isSupportAllDayUpload>
<!--optional, xs: boolean, whether supports uploading all-day event, true-support, false-not support-->
</isSupportAllDayUpload>
</RegionExiting>