XML message about configuration capability of region entrance detection by channel
<RegionEntrance 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 entrance detection--> </enabled> <normalizedScreenSize><!--required, read-only, normalized coordinates--> <normalizedScreenWidth> <!--required, read-only, xs: integer--> </normalizedScreenWidth> <normalizedScreenHeight> <!--required, reas-only, xs: integer--> </normalizedScreenHeight> </normalizedScreenSize> <RegionEntranceRegionList size="10"><!--required, detection region list. If size is not returned, the default number of nodes is 4--> <RegionEntranceRegion> <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="4"><!--required, coordinates list of detection region--> <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> </RegionEntranceRegion> </RegionEntranceRegionList> <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 entrance detection function: "PDC,videoFrameRate50,videoFrameRate60,19-1920*1080@50fps,20-1920*1080@60fps,scheduled recording"--> <isSupportMultiScene> <!--optional, xs: boolen, whether supports multiple scenes detection. 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. If this node is "true", it indicates that <detectionTarget> can be set to multiple values; otherwise, it indicates that <detectionTarget> can only be set to one value--> </isSupportTargetMultiSelect> <isSupportAllDayUpload opt="true,false"> <!--optional, xs: boolean, whether supports uploading all-day event, true-support, false-not support--> </isSupportAllDayUpload> </RegionEntrance>