URL
GET /ISAPI/System/capabilities?type=<all>
查询参数
| 参数名称 | 参数类型 | 描述 |
|---|---|---|
| all | string | all-表示获取设备全量系统能力;使用场景:CVR对接HCP2.6.2版本平台时,平台接收ISAPI系统能力报文缓存太小导致添加CVR设备失败。可以在CVR配套WEB界面通过PUT /ISAPI/System/ClippedSystemCapCtrl接口配置设备返回精简版系统能力,保证HCP2.6.2版本接入正常。同时WEB需使用/ISAPI/System/capabilities?type=all查询设备全量系统能力。 |
请求报文
无
响应报文
xxxxxxxxxx <DeviceCap xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--ro, req, object, 设备系统能力, attr:version{opt, string, 版本信息}--> <isSupportPreview> <!--ro, opt, bool, 是否支持预览-->true </isSupportPreview> <isSupportSystemMaintain> <!--ro, opt, bool, 是否支持系统维护, desc:交通产线必填且为true-->true </isSupportSystemMaintain> <isSupportReboot> <!--ro, opt, bool, 是否支持重启, desc:交通产线必填且为true-->true </isSupportReboot> <isSupportFactoryReset> <!--ro, opt, bool, 是否支持恢复出厂设置, desc:交通产线必填且为true-->true </isSupportFactoryReset> <isSupportConfigurationData> <!--ro, opt, bool, 是否支持配置文件安全导入导出, desc:交通产线必填且为true-->true </isSupportConfigurationData> <isSupportUpdatefirmware> <!--ro, opt, bool, 是否支持设备升级, desc:交通产线必填且为true-->true </isSupportUpdatefirmware> <isSupportDeviceInfo> <!--ro, opt, bool, 是否支持获取设备信息, desc:交通产线必填且为true-->true </isSupportDeviceInfo> <isSupportTime> <!--ro, opt, bool, 表示是否支持时间配置, desc:交通产线必填且为true,其他产线使用的是isSupportTimeCap-->true </isSupportTime> <SysCap> <!--ro, opt, object, 系统能力--> <isSupportDst> <!--ro, opt, bool, 是否支持夏令时-->true </isSupportDst> <NetworkCap> <!--ro, opt, object, 网络能力, desc:接口:/ISAPI/System/Network/capabilities--> <isSupportWireless> <!--ro, req, bool, 是否支持无线网-->true </isSupportWireless> <isSupportWired> <!--ro, opt, bool, 是否支持有线网-->true </isSupportWired> <isSupportWAN> <!--ro, opt, bool, 是否支持广域网-->true </isSupportWAN> <isSupportPPPoE> <!--ro, req, bool, 是否支持以太网点对点协议-->true </isSupportPPPoE> <isSupportBond> <!--ro, req, bool, 是否支持网卡绑定-->true </isSupportBond> <isSupport802_1x> <!--ro, req, bool, 是否支持802.1x协议-->true </isSupport802_1x> <isSupportNtp> <!--ro, opt, bool, 是否支持网络时间协议-->true </isSupportNtp> <isSupportFtp> <!--ro, opt, bool, 是否支持文件传输协议-->true </isSupportFtp> <isSupportUpnp> <!--ro, opt, bool, 是否支持通用即用即插协议-->true </isSupportUpnp> <isSupportPNP> <!--ro, opt, bool, 是否支持即用即插协议-->true </isSupportPNP> <isSupportDdns> <!--ro, opt, bool, 是否支持动态域名服务-->true </isSupportDdns> <isSupportHttps> <!--ro, opt, bool, 是否支持超文本传输安全协议-->true </isSupportHttps> <isSupport28181> <!--ro, opt, bool, 是否支持GB28181协议-->true </isSupport28181> <SnmpCap> <!--ro, opt, object, 简单网络管理协议能力--> <isSupport> <!--ro, req, bool, 是否支持简单网络管理协议-->true </isSupport> </SnmpCap> <isSupportExtNetCfg> <!--ro, opt, bool, whether supports configuring extended network parameter-->true </isSupportExtNetCfg> <isSupportIPFilter> <!--ro, opt, bool, 是否支持IP过滤-->true </isSupportIPFilter> <isSupportSSH> <!--ro, opt, bool, 是否支持SSH-->true </isSupportSSH> <isSupportNetPreviewStrategy> <!--ro, opt, bool, 网络预览策略-->true </isSupportNetPreviewStrategy> <isSupportEZVIZ> <!--ro, opt, bool, 是否支持萤石协议-->true </isSupportEZVIZ> <isSupportEhome> <!--ro, opt, bool, ehome(ISUP)服务器配置-->true </isSupportEhome> <isSupportWirelessDial> <!--ro, opt, bool, 是否支持无线拨号协议-->true </isSupportWirelessDial> <isSupportWirelessServer> <!--ro, opt, bool, 是否支持无线服务器-->true </isSupportWirelessServer> <isSupportWPS> <!--ro, opt, bool, 是否支持Wi-Fi安全防护设定(Wi-Fi Protected Setup)-->true </isSupportWPS> <isWirelessMutexWithWirelessServer> <!--ro, opt, bool, 是否支持无线接入和无线服务互斥-->true </isWirelessMutexWithWirelessServer> <isSupportMACFilter> <!--ro, opt, bool, 是否支持物理地址过滤-->true </isSupportMACFilter> <GB28181Cap> <!--ro, opt, object, GB28181服务器配置能力--> <isSupportGB28181Service> <!--ro, opt, bool, GB28181服务器配置-->true </isSupportGB28181Service> </GB28181Cap> <WPS> <!--ro, opt, object, Wi-Fi Protected Setup;WiFi保护设置--> <NetworkInterfaceList size="2"> <!--ro, opt, array, 网络节点列表, subType:object, attr:size{opt, string, 数组元素总数}--> <NetworkInterface> <!--ro, opt, object, 网络节点--> <id> <!--ro, req, string, 网卡索引-->1 </id> <enabled> <!--ro, req, bool, 使能开关-->true </enabled> <isSupportAutoConnect> <!--ro, opt, bool, 是否支持自动连接-->true </isSupportAutoConnect> <isSupportDevicePinCode> <!--ro, opt, bool, 是否支持设备PIN码-->true </isSupportDevicePinCode> <isSupportDevicePinCodeUpdate> <!--ro, opt, bool, 是否支持设备PIN码更新-->true </isSupportDevicePinCodeUpdate> <ApPinCode> <!--ro, opt, object, 接入点PIN码--> <ssid min="1" max="1"> <!--ro, opt, string, 服务集标识, attr:min{opt, string, 最小值},max{opt, string, 最大值}-->test </ssid> <pinCode min="1" max="1"> <!--ro, opt, string, PIN码, attr:min{opt, string, 最小值},max{opt, string, 最大值}-->test </pinCode> </ApPinCode> </NetworkInterface> </NetworkInterfaceList> </WPS> <isSupportRFIDData> <!--ro, opt, bool, 是否支持RFID采集配置-->true </isSupportRFIDData> <isSupportwifiProbeSSID> <!--ro, opt, bool, 是否支持WIFI信号检测SSID配置-->true </isSupportwifiProbeSSID> <isSupportWifiProbe> <!--ro, opt, bool, 是否支持WIFI信号检测-->true </isSupportWifiProbe> <verificationCode min="1" max="1"> <!--ro, opt, string, 验证码, attr:min{opt, string, 最小值},max{opt, string, 最大值}-->test </verificationCode> <WPSCap> <!--ro, opt, object, WiFi保护设置能力配置--> <isSupport> <!--ro, req, bool, 是否支持Wi-Fi安全防护设定(Wi-Fi Protected Setup)-->true </isSupport> <isSupportAutoConnect> <!--ro, req, bool, 是否支持自动连接-->true </isSupportAutoConnect> </WPSCap> <NetWorkMode> <!--ro, opt, object, 网络模式配置--> <workMode> <!--ro, opt, string, 网络模式-->true </workMode> </NetWorkMode> <VerificationCodeModification> <!--ro, opt, object, 设备验证码配置--> <verificationCodeType opt="normal,empty"> <!--ro, opt, string, 验证码类型, attr:opt{opt, string, 取值范围}-->empty </verificationCodeType> <isSupportDeclarationURL> <!--ro, opt, bool, 是否支持服务申明的超链接-->true </isSupportDeclarationURL> <isSupportPrivacyPolicyURL> <!--ro, opt, bool, 是否支持隐私条款的超链接-->true </isSupportPrivacyPolicyURL> <verificationCodeModify opt="true,false"> <!--ro, opt, bool, 设备验证码是否修改过, attr:opt{opt, string, 取值范围}-->true </verificationCodeModify> <Hyperlinks> <!--ro, opt, object, 超链接配置--> <declarationURL> <!--ro, opt, string, 服务申明的超链接-->test </declarationURL> <privacyPolicyURL> <!--ro, opt, string, 支持隐私条款的超链接-->test </privacyPolicyURL> </Hyperlinks> <isSupportVerificationCodeCheck> <!--ro, opt, bool, 是否支持验证码校验-->true </isSupportVerificationCodeCheck> <isSupportOldVerificationCode> <!--ro, opt, bool, 是否支持老版本萤石密码配置(老版本密码为六位-->true </isSupportOldVerificationCode> <maintenanceVerificationCodeType opt="normal,empty"> <!--ro, opt, string, 运维验证码类型, attr:opt{opt, string, 取值范围}, desc:用来标识/ISAPI/System/Network/EZVIZ?moduleType=<moduleType>协议中verificationCode的类型;且仅当URL中的moduleType=maintenanceModule时有效-->empty </maintenanceVerificationCodeType> <maintenanceVerificationCodeModify opt="true,false"> <!--ro, opt, bool, 设备运维验证码是否修改过, attr:opt{opt, string, 取值范围}, desc:用来标识/ISAPI/System/Network/EZVIZ?moduleType=<moduleType>协议中verificationCode的类型;且仅当URL中的moduleType=maintenanceModule时有效-->true </maintenanceVerificationCodeModify> </VerificationCodeModification> <isSupportIntegrate> <!--ro, opt, bool, 是否支持接入协议配置-->true </isSupportIntegrate> <isSupportPlatformAccess> <!--ro, opt, bool, 是否支持平台接入, desc:GET /ISAPI/System/Network/platformAccessFilter/capabilities (平台接入IP地址过滤配置(Ehome、GB28181白名单配置)-->true </isSupportPlatformAccess> <isSupportIntelligentBoost> <!--ro, opt, bool, 是否支持智能加速功能-->true </isSupportIntelligentBoost> <isSupportResourceStatistics> <!--ro, opt, bool, 是否支持网络资源信息-->true </isSupportResourceStatistics> <isSupportBandwidthLimit> <!--ro, opt, bool, 是否支持带宽限制-->true </isSupportBandwidthLimit> <isSupportPOEPortsDisableAdaptiveServer> <!--ro, opt, bool, 是否支持POE协议-->true </isSupportPOEPortsDisableAdaptiveServer> <isSupportPOEConfiguration> <!--ro, opt, bool, 是否支持POE网卡参数配置-->true </isSupportPOEConfiguration> <isSupportGetLinkSocketIP> <!--ro, opt, bool, 是否支持获取当前链接的SocketIP-->true </isSupportGetLinkSocketIP> <isSupportWebSocket> <!--ro, opt, bool, 是否支持WebSocket-->true </isSupportWebSocket> <isSupportWebSocketS> <!--ro, opt, bool, 是否支持WebSocketS-->true </isSupportWebSocketS> <Adaption> <!--ro, opt, object, 网络自适应配置--> <streamType opt="0,1,2,3,4,5,7,8,9,10"> <!--ro, opt, string, 支持预览网络自适应的码流类型, attr:opt{opt, string, 取值范围}, desc:0-主码流,1-子码流,2-码流3,3-码流4/虚拟码流,4-码流5,5-码流6,7-码流7,8-码流8,9-码流9,10-码流10以此类推,此处索引值与SDK预览结构体中NET_DVR_PREVIEWINFO保持一致,要注意的是索引值中无6索引值,码流从7开始于RTSP预览索引值保持一致-->test </streamType> <isSupportPlayback> <!--ro, opt, bool, 回放是否支持-->true </isSupportPlayback> </Adaption> <isSupportVideoImgDB> <!--ro, opt, bool, 是否支持视图库配置-->true </isSupportVideoImgDB> <isSupportVideoImgLibService> <!--ro, opt, bool, 是否支持视图库服务-->true </isSupportVideoImgLibService> <isSupportWirelessWifi> <!--ro, opt, bool, 是否支持WiFi状态-->true </isSupportWirelessWifi> <isSupportPrivatePlatom> <!--ro, opt, bool, 是否支持接入第三方平台-->true </isSupportPrivatePlatom> <isSupportGantryETCServer> <!--ro, opt, bool, 是否支持去省界门架部标协议-->true </isSupportGantryETCServer> <isSupportEventDataOverWebSocket opt="true,false"> <!--ro, opt, bool, 是否支持通过WebSocket上报事件数据, attr:opt{opt, string, 取值范围}-->true </isSupportEventDataOverWebSocket> <isSupportDynamicHostName> <!--ro, opt, bool, 是否支持动态域名配置-->true </isSupportDynamicHostName> <isSupportTCPAcceleration> <!--ro, opt, bool, 是否支持TCP加速-->true </isSupportTCPAcceleration> <isSupportFlowControl> <!--ro, opt, bool, 是否支持流量控制-->true </isSupportFlowControl> <isSupportEZVIZTiming> <!--ro, opt, bool, 是否支持萤石平台校时, desc:接口:/ISAPI/System/Network/EZVIZ中的EZVIZ.enabledTiming-->true </isSupportEZVIZTiming> <isSupportTrafficMonitor> <!--ro, opt, bool, 是否支持流量监控, desc:接口:/ISAPI/System/Network/WirelessDial/Interfaces/<ID>/trafficMonitor?format=json-->true </isSupportTrafficMonitor> <isSupportDMSAuthInfo> <!--ro, opt, bool, 是否支持DMS认证信息管理-->true </isSupportDMSAuthInfo> <isSupportWiredandWirelessTrafficMonitor> <!--ro, opt, bool, 是否支持流量监控(无线网卡和有线网卡), desc:接口:/ISAPI/System/Network/Interfaces/<ID>/trafficMonitor?format=json-->true </isSupportWiredandWirelessTrafficMonitor> <isSupport4G> <!--ro, opt, bool, 是否支持4G模块-->true </isSupport4G> <isSupport4GConfig> <!--ro, opt, bool, 是否支持4G配置-->true </isSupport4GConfig> <isSupportGRIDServer> <!--ro, opt, bool, 是否支持国网B服务器参数配置-->true </isSupportGRIDServer> <isSupportGRIDInfo> <!--ro, opt, bool, 是否支持设备的国网B通道参数配置-->true </isSupportGRIDInfo> <isSupportSipTransmit> <!--ro, opt, bool, 是否支持Sip传输参数配置-->true </isSupportSipTransmit> <isSupportSip> <!--ro, opt, bool, 是否支持私有SIP(VOIP)-->true </isSupportSip> <isSupportWifiCascade> <!--ro, opt, bool, 设备wifi自动级联使能能力, desc:接口:/ISAPI/System/Network/wifiCascade?format=json-->true </isSupportWifiCascade> <isSupportRelativeInfo> <!--ro, opt, bool, 已连接设备相关信息, desc:接口:/ISAPI/System/Network/wifiCascade/relativeInfo?format=json-->true </isSupportRelativeInfo> <isSupportEmailEncrypt> <!--ro, opt, bool, 是否支持邮箱配置加密-->true </isSupportEmailEncrypt> <isSupportPortFilter> <!--ro, opt, bool, 是否支持端口过滤-->true </isSupportPortFilter> <isSupportPingDeny> <!--ro, opt, bool, 是否支持禁止ping设备配置功能-->true </isSupportPingDeny> <isSupportDOSDeny> <!--ro, opt, bool, 是否支持防止DOS攻击配置功能-->true </isSupportDOSDeny> <isSupportNetworkStatus> <!--ro, opt, bool, 是否支持网络状态查询, desc:接口:/ISAPI/System/Network/status?format=json-->true </isSupportNetworkStatus> <isSupportEZVIZQRCode> <!--ro, opt, bool, 是否支持萤石二维码获取, desc:对应控制接口:/ISAPI/System/Network/EZVIZ/QRCode?format=json-->true </isSupportEZVIZQRCode> <isSupportEZVIZUnbind> <!--ro, opt, bool, 是否支持萤石解绑功能, desc:/ISAPI/System/Network/EZVIZ/unbind?format=json-->true </isSupportEZVIZUnbind> <isSupportPingTest> <!--ro, opt, bool, 是否支持ping测试, desc:对应/ISAPI/System/Network/pingtest/capabilities-->true </isSupportPingTest> <isSupportMOTCloudPlateform> <!--ro, opt, bool, 是否支持接入云平台服务参数, desc:对应/ISAPI/System/Network/Traffic/MOTCloudPlateform/capabilities?format=json-->true </isSupportMOTCloudPlateform> <isSupportSpectrumScan> <!--ro, opt, bool, 是否支持频谱扫描, desc:对应/ISAPI/System/Network/interface/<netCardID>/spectrumScan/capabilities?format=json-->true </isSupportSpectrumScan> <isSupportFRP> <!--ro, opt, bool, 是否支持FRP内网透传, desc:对应/ISAPI/Syetem/Network/FRP?format=json-->true </isSupportFRP> <isSupport5GModule> <!--ro, opt, bool, 是否支持5G模块相关配置, desc:对应/ISAPI/System/Network/5GModule/capabilities?format=json-->true </isSupport5GModule> <isSupportWirelessDialRoute> <!--ro, opt, bool, 是否支持无线拨号路由转发规则参数配置, desc:对应/ISAPI/System/Network/WirelessDia/route/capabilities?format=json-->true </isSupportWirelessDialRoute> <isSupportNPlusOne> <!--ro, opt, bool, 是否支持N+1协议-->true </isSupportNPlusOne> <supportEnvironmentalStandards opt="HJ212"> <!--ro, opt, string, 环境检测标准, attr:opt{req, string, 取值范围}, desc:HJ212-支持HJ212协议,对应/ISAPI/System/Network/HJ212?format=json;-->true </supportEnvironmentalStandards> <isSupportIntranetSegment> <!--ro, opt, bool, 是否支持内部网段配置, desc:支持返回true,不支持返回false或不返回该节点。对应/ISAPI/System/Network/intranetSegment/capabilities?format=json-->true </isSupportIntranetSegment> <isSupportDHCPServer> <!--ro, opt, bool, 是否DHCP服务配置, desc:支持返回true,不支持返回false或不返回该节点。对应/ISAPI/System/Network/DHCPServer/capabilities?format=json-->true </isSupportDHCPServer> <isSupportClusterIntercom> <!--ro, opt, bool, 是否7200对讲协议接入, desc:支持返回true,不支持返回false或不返回该节点。对应/ISAPI/System/Network/clusterIntercom/capabilities?format=json-->true </isSupportClusterIntercom> <isSupportHydrologicMonitoring> <!--ro, opt, bool, 是否支持水文监测数据通信, desc:支持《SL 651-2014 水文监测数据通信规约》返回true,不支持返回false或不返回该节点。对应/ISAPI/System/Network/HydrologicMonitoring/capabilities?format=json-->true </isSupportHydrologicMonitoring> <isWirelessDialMutexWithWlanAndWifi> <!--ro, opt, bool, 是否无线拨号和Wlan热点、Wifi互斥, desc:开启一个功能前,另一个功能必须是关闭状态-->true </isWirelessDialMutexWithWlanAndWifi> <isSupportSpeechTranscription> <!--ro, opt, bool, 是否支持语音转写平台接入, desc:支持返回true,不支持返回false或不返回该节点。对应/ISAPI/System/Network/speechTranscriptionPlatform/capabilities?format=json-->true </isSupportSpeechTranscription> <isSupportAsynPingTest> <!--ro, opt, bool, 是否支持网络异步检测, desc:执行ping操作,掌握网络稳定性和丢包率,了解实际网络情况,对应uri:/ISAPI/System/Network/asynPingTest/capabilities?format=json-->true </isSupportAsynPingTest> <isSupportBasebandCapture> <!--ro, opt, bool, 是否支持基带抓包, desc:执行ping操作,抓包4G模块和基站之间的通信包,对应uri:/ISAPI/System/Network/cellularNetwork/basebandCapture/capabilities?format=json-->true </isSupportBasebandCapture> <isSupportCellularNetworkSpeedTest> <!--ro, opt, bool, 是否支持蜂窝网络测速, desc:测试当前设备所在区域的网络速度,对应uri:/ISAPI/System/Network/cellularNetwork/speedTest/capabilities?format=json-->true </isSupportCellularNetworkSpeedTest> <isSupportCellularNetworkCellInfo> <!--ro, opt, bool, 是否支持获取蜂窝网络小区信息, desc:获取设备当前环境的蜂窝网络信息,对应uri:/ISAPI/System/Network/cellularNetwork/cellInfo?format=json&ecurity=<security>&iv=<iv>-->true </isSupportCellularNetworkCellInfo> <isSupportMultiBandFrequencyScanning> <!--ro, opt, bool, 是否支持蜂窝网络全频段扫描, desc:对应uri:/ISAPI/System/Network/cellularNetwork/multiBandFrequencyScanning/capabilities?format=json-->true </isSupportMultiBandFrequencyScanning> <isSupportCellularNetworkLockBand> <!--ro, opt, bool, 是否支持接入蜂窝网络锁定频带, desc:对应uri:/ISAPI/System/Network/cellularNetwork/lockBand/capabilities?format=json-->true </isSupportCellularNetworkLockBand> <isSupportRadioFrequencyFluctuation> <!--ro, opt, bool, 是否支持蜂窝网络射频参数功能, desc:对应uri:/ISAPI/System/Network/cellularNetwork/radioFrequencyFluctuation/capabilities?format=json-->true </isSupportRadioFrequencyFluctuation> <isSupportBasebandBlock> <!--ro, opt, bool, 是否支持基站非授权名单功能, desc:对应uri:/ISAPI/System/Network/cellularNetwork/basebandBlock/capabilities?format=json-->true </isSupportBasebandBlock> <isSupportRFIDTagCheckTest> <!--ro, opt, bool, 是否支持RFID标签盘存测试, desc:对应url:GET /ISAPI/System/Network/RFIDData/GetTagCheckTestInfo?format=json-->true </isSupportRFIDTagCheckTest> <isSupportQoSDSCPtoLoaclPriorityMapping> <!--ro, opt, bool, 是否支持DSCP到本地优先级的映射配置, desc:对应uri:/ISAPI/System/Network/qos/DSCPtoLoaclPriorityMapping/capabilities?format=json-->true </isSupportQoSDSCPtoLoaclPriorityMapping> <isSupportQoS802.1pto802.1pPriorityMapping> <!--ro, opt, bool, 是否支持802.1p到802.1p优先级的映射配置, desc:对应uri:/ISAPI/System/Network/qos/802.1pto802.1pPriorityMapping/capabilities?format=json-->true </isSupportQoS802.1pto802.1pPriorityMapping> <isSupportLinkTestStart> <!--ro, opt, bool, 是否支持开启网络链路测试, desc:对应uri:/ISAPI/System/Network/WirelessDial/Interfaces/<interfaceID>/LinkTest/Start?format=json-->true </isSupportLinkTestStart> <isSupportLinkTestResult> <!--ro, opt, bool, 是否支持获取网络链路测试结果, desc:对应uri:/ISAPI/System/Network/WirelessDial/Interfaces/<interfaceID>/LinkTest/Result?format=json-->true </isSupportLinkTestResult> <isSupportNetworkModuleUpgrade> <!--ro, opt, bool, 是否支持网络模块升级, desc:包括导入升级包(/ISAPI/System/Network/WirelessDial/ImportUpgradePackage?format=json)、获取导入进度(/ISAPI/System/Network/WirelessDial/GetUpgradePackageImportStatus?format=json)、开始升级( /ISAPI/System/Network/WirelessDial/StartUpgradeNetworkModule?format=json)-->true </isSupportNetworkModuleUpgrade> <isSupportNetworkModuleVersionInfo> <!--ro, opt, bool, 是否支持获取网络模块版本信息, desc:GET /ISAPI/System/Network/WirelessDial/NetworkModuleVersionInfo?format=json-->true </isSupportNetworkModuleVersionInfo> <isSupportGreenShieldPlatform> <!--ro, opt, bool, 是否支持绿盾平台接入参数, desc:GET/PUT /ISAPI/System/Network/GreenShieldPlatform/GreenShieldPlatform?format=json-->true </isSupportGreenShieldPlatform> <isSupportFusionUniversalApplicationPlatCfg> <!--ro, opt, bool, 是否支持融合通用应用平台接入配置, desc:GET/PUT /ISAPI/System/Network/FusionUniversalApplicationPlatform/FusionUniversalApplicationPlatCfg?format=json-->true </isSupportFusionUniversalApplicationPlatCfg> <isSupportModbusAccess> <!--ro, opt, bool, 是否支持Modbus接入参数, desc:GET/PUT /ISAPI/System/Network/ModbusAccess?format=json-->true </isSupportModbusAccess> <isSupportModbusTestSubordinateStatus> <!--ro, opt, bool, 是否支持Modbus测试指定客户端状态, desc:POST /ISAPI/System/Network/ModbusTestSubordinateStatus?format=json-->true </isSupportModbusTestSubordinateStatus> <isSupportGetModbusAndRegisterMap> <!--ro, opt, bool, 是否支持获取Modbus上传内容与及寄存器数量映射关系, desc:GET /ISAPI/System/Network/GetModbusAndRegisterMap?format=json-->true </isSupportGetModbusAndRegisterMap> <isSupportTSOverWebSocket> <!--ro, opt, bool, 是否支持通过WebSocket串口数据透传, desc:TS:TransportSerial-->true </isSupportTSOverWebSocket> <isSupportRequestOutlookAuth> <!--ro, opt, bool, 是否支持下发Outlook邮箱认证请求, desc:POST /ISAPI/System/Network/Email/RequestOutlookAuth?format=json-->true </isSupportRequestOutlookAuth> <isSupportOutlookEmailList> <!--ro, opt, bool, 是否支持Outlook邮箱信息, desc:GET/PUT /ISAPI/System/Network/Email/OutlookEmailList?format=json-->true </isSupportOutlookEmailList> <isSupportDSTPServerCfg> <!--ro, opt, bool, 是否支持设备安全隧道协议服务地址配置, desc:GET/PUT /ISAPI/System/Network/DSTPAccess/DSTPServerCfg?format=json-->true </isSupportDSTPServerCfg> <isSupportDSTPProtocolsCap> <!--ro, opt, bool, 是否支持设备安全隧道协议能力, desc:GET /ISAPI/System/Network/DSTPAccess/DSTPProtocolsCap?format=json-->true </isSupportDSTPProtocolsCap> <isSupportSearchOutlookAuthResult> <!--ro, opt, bool, 是否支持查询Outlook邮箱认证结果, desc:POST /ISAPI/System/Network/Email/SearchOutlookAuthResult?format=json-->true </isSupportSearchOutlookAuthResult> <RTDROverWebSocket> <!--ro, opt, object, websocket实时数据上报, desc:RTDR指的是RealTimeDataReport,如果返回该节点,表示设备支持websocket实时数据上报,如果设备不支持,则不需要返回该节点--> <isSupportGasSpectrumRealTimeData> <!--ro, opt, bool, 是否支持websocket危险气体光谱实时数据上报协议, desc:对应ISAPI Websocket接入规范中章节6.8.3协议URL为:methaneDetection/GasSpectrumRealTimeData-->true </isSupportGasSpectrumRealTimeData> <isSupportDangerousGasSensorRealTimeData> <!--ro, opt, bool, 是否支持websocket危险气体传感实时数据上报协议, desc:对应ISAPI Websocket接入规范中章节6.8.3协议URL为:methaneDetection/DangerousGasSensorRealTimeData-->true </isSupportDangerousGasSensorRealTimeData> <isSupportComposeWindConditionRealTimeData> <!--ro, opt, bool, 是否支持websocket合成风况实时数据上报协议, desc:对应ISAPI Websocket接入规范中章节6.8.3协议URL为:WindSpeedSense/ComposeWindConditionRealTimeData-->true </isSupportComposeWindConditionRealTimeData> <isSupportMeteorologySensorRealTimeData> <!--ro, opt, bool, 是否支持websocket气象传感实时数据上报协议, desc:对应ISAPI Websocket接入规范中章节6.8.3协议URL为:GeneralMeteorology/MeteorologySensorRealTimeData-->true </isSupportMeteorologySensorRealTimeData> <isSupportSPLData> <!--ro, opt, bool, 是否支持websocket声压级实时数据上报协议, desc:对应ISAPI Websocket接入规范中章节6.8.3协议URL为:SoundPressureDetection/SPLData-->true </isSupportSPLData> </RTDROverWebSocket> <isSupportServerCfg> <!--ro, opt, bool, 是否支持TCP/IP无协议通信接入服务配置, desc:GET/PUT /ISAPI/System/NonProceduralCommAccess/ServerCfg?format=json-->true </isSupportServerCfg> <isSupportDelimiterCfg> <!--ro, opt, bool, 是否支持TCP/IP无协议通信接入分隔符配置, desc:GET/PUT /ISAPI/System/NonProceduralCommAccess/DelimiterCfg?format=json-->true </isSupportDelimiterCfg> <isSupportStartCellNetSelfDiagnosis> <!--ro, opt, bool, 是否支持开启蜂窝网络自诊断, desc:PUT /ISAPI/System/Network/WirelessDial/StartCellNetSelfDiagnosis?format=json-->true </isSupportStartCellNetSelfDiagnosis> <isSupportCellNetSelfDiagnosisStatus> <!--ro, opt, bool, 是否支持蜂窝网络自诊断状态, desc:GET /ISAPI/System/Network/WirelessDial/CellNetSelfDiagnosisStatus?format=json-->true </isSupportCellNetSelfDiagnosisStatus> <isSupportVoiceTalkOverWebSocket> <!--ro, opt, bool, 是否支持通过WebSocke语音对讲-->true </isSupportVoiceTalkOverWebSocket> <isSupportPlaybackOverWebSocket> <!--ro, opt, bool, 是否支持通过WebSocket回放, desc:不支持该能力时,无法区分设备是否支持websocket回放。可通过设备类型判断如交通相机:ITCCAM,后端:NVR时, 支持websocket无该能力时也支持回放-->true </isSupportPlaybackOverWebSocket> <isSupportHTTPAndWSPortMultiplex> <!--ro, opt, bool, 支持HTTP与WebSocket的使能及端口配置复用, dep:and,{$.DeviceCap.SysCap.NetworkCap.isSupportWebSocket,eq,true}, desc:代表设备可通过配置HTTP使能及端口同步修改WebSocket的相同参数,并设备/ISAPI/Security/adminAccesses/capabilities协议中的protocol字段将不再返回websocket相关配置能力-->true </isSupportHTTPAndWSPortMultiplex> <isSupportHTTPSAndWSSPortMultiplex> <!--ro, opt, bool, 支持HTTPS与WebSocketS的使能及端口配置复用, dep:and,{$.DeviceCap.SysCap.NetworkCap.isSupportWebSocketS,eq,true}, desc:代表设备可通过配置HTTPS使能及端口同步修改WebSockets的相同参数,并设备/ISAPI/Security/adminAccesses/capabilities协议中的protocol字段将不再返回websockets相关配置能力-->true </isSupportHTTPSAndWSSPortMultiplex> </NetworkCap> <IOCap> <!--ro, opt, object, IO能力, desc:接口:/ISAPI/System/IO/capabilities--> <IOInputPortNums> <!--ro, opt, int, 设备本地IO输入口个数-->true </IOInputPortNums> <IOOutputPortNums> <!--ro, opt, int, 设备本地IO输出口个数-->true </IOOutputPortNums> <isSupportStrobeLamp> <!--ro, opt, bool, 是否IO输出闸门灯配置, desc:接口:/ISAPI/System/IO/outputs/strobelampConf 是否支持-->true </isSupportStrobeLamp> <SoftIOInputPortNums> <!--ro, opt, int, 设备软IO输入口个数, desc:接口:/ISAPI/System/IO/softInputs/capabilities?format=json是否支持-->true </SoftIOInputPortNums> <isSupportIOOutputAdvanceParameter> <!--ro, opt, bool, 是否支持IO输出口高级参数配置, desc:接口:/ISAPI/System/IO/outputs/advanceParameter/capabilities?format=json是否支持-->true </isSupportIOOutputAdvanceParameter> <isSupportSetAllIOOutput> <!--ro, opt, bool, 是否支持设置所有IO, desc:接口:/ISAPI/System/IO/outputs是否支持PUT-->true </isSupportSetAllIOOutput> <isSupportCombinationAlarm> <!--ro, opt, bool, 是否支持组合报警, desc:接口:/ISAPI/System/IO/inputs/capabilities中CombinationAlarmCap节点-->true </isSupportCombinationAlarm> <enabledIOOutputPortNums> <!--ro, opt, int, 已启用的报警输出口数目-->0 </enabledIOOutputPortNums> <isSupportAlarmKeyParam> <!--ro, opt, bool, 是否支持一键报警物理按键参数配置, desc:接口:/ISAPI/System/IO/inputs/<IOInputID>/AlarmKeyParam/capabilities?format=json-->true </isSupportAlarmKeyParam> <isSupportWebDisplayAlarmStatus> <!--ro, opt, bool, web是否支持展示报警输出状态, desc:web界面展示用,为true表示web支持展示报警输出状态,否则不支持-->true </isSupportWebDisplayAlarmStatus> </IOCap> <SerialCap> <!--ro, opt, object, 设备支持的485串口号范围--> <rs485PortNums> <!--ro, opt, int, 设备支持的rs485的串口最大数量-->true </rs485PortNums> <supportRS232Config> <!--ro, opt, bool, 设备是否支持的rs232串口相关参数配置-->true </supportRS232Config> <rs422PortNums> <!--ro, opt, int, 设备支持的rs422的串口最大数量-->true </rs422PortNums> <rs232PortNums> <!--ro, opt, int, 设备支持的rs232的串口最大数量-->true </rs232PortNums> <rs485WorkMode opt="Led,CaptureTrigger"> <!--ro, opt, string, 设备支持的rs485的工作模式, attr:opt{opt, string, 取值范围}, desc:Led-外接LED屏,作用于LED显示,CaptureTrigger-外接触发设备进行触发抓拍数据传输-->test </rs485WorkMode> <rs232SerialNumber opt="1,2,3"> <!--ro, opt, string, 设备支持的232串口号范围, attr:opt{opt, string, 取值范围}-->test </rs232SerialNumber> <rs485SerialNumber opt="4,5,6"> <!--ro, opt, string, 设备支持的485串口号范围, attr:opt{opt, string, 取值范围}-->test </rs485SerialNumber> <isSupportAuthenticationService> <!--ro, opt, bool, 设备是否支持串口认证服务-->true </isSupportAuthenticationService> <isSupportDeviceInfo> <!--ro, opt, bool, 设备是否支持串口设备信息配置-->true </isSupportDeviceInfo> <isSupportSearchDeviceInfoRelations> <!--ro, opt, bool, 设备是否支持查询串口设备信息关联-->true </isSupportSearchDeviceInfoRelations> </SerialCap> <VideoCap> <!--ro, opt, object, 视频编码能力, desc:接口:/ISAPI/System/Video/capabilities--> <videoInputPortNums> <!--ro, opt, int, 视频输入端口个数-->true </videoInputPortNums> <videoOutputPortNums> <!--ro, opt, int, 视频输出端口个数-->true </videoOutputPortNums> <menuNums> <!--ro, opt, int, 支持显示本地菜单数目-->true </menuNums> <externalChannelNum> <!--ro, opt, bool, 外扩模拟通道个数-->true </externalChannelNum> <isSupportHeatmap> <!--ro, opt, bool, 是否支持热度图-->true </isSupportHeatmap> <isSupportCounting> <!--ro, opt, bool, 是否支持人数统计-->true </isSupportCounting> <countingType> <!--ro, opt, string, 统计类型, desc:human:表示的是客流统计;object:表示的是过线计数-->test </countingType> <isSupportPicture> <!--ro, opt, bool, 是否支持OSD图片叠加-->true </isSupportPicture> <isSupportCapturePicOverlays> <!--ro, opt, bool, 是否支持单张图片字符叠加-->true </isSupportCapturePicOverlays> <isSupportMergePicOverlays> <!--ro, opt, bool, 是否支持合成图片字符叠加-->true </isSupportMergePicOverlays> <isSupportPreviewSwitch> <!--ro, opt, bool, 是否支持预览切换-->true </isSupportPreviewSwitch> <isSupportMultiChannelCounting> <!--ro, opt, bool, 是否支持多通道统计-->true </isSupportMultiChannelCounting> <isSupportCountingCollection> <!--ro, opt, bool, 是否支持客流量补录-->true </isSupportCountingCollection> <isSupportHeatmapCollection> <!--ro, opt, bool, 是否支持热度图数据补录-->true </isSupportHeatmapCollection> <channelFlexible opt="name,online,linknum"> <!--ro, opt, string, 位置在isSupportHeatmapCollection之后, attr:opt{opt, string, 取值范围}-->true </channelFlexible> <isSupportOutputsResource> <!--ro, opt, bool, 是否支持设备输出口使能配置, desc:对应/ISAPI/System/Video/outputs/resource?format=json-->true </isSupportOutputsResource> <isSupportMixedChannel> <!--ro, opt, bool, 位置在channelFlexible之后-->true </isSupportMixedChannel> <isSupportMixedChannelStatus> <!--ro, opt, bool, 位置在isSupportMixedChannel之后-->true </isSupportMixedChannelStatus> <isSupportRecodStatus> <!--ro, opt, bool, 是否支持录像状态查询-->true </isSupportRecodStatus> <isSupportPrivacyMask> <!--ro, opt, bool, 是否支持隐私遮蔽功能-->true </isSupportPrivacyMask> <isSupportBinocularPreviewSwitch> <!--ro, opt, bool, 是否支持双目预览切换-->true </isSupportBinocularPreviewSwitch> <isSupportCalibCheck> <!--ro, opt, bool, 是否支持标定检验-->true </isSupportCalibCheck> <isSupportPIP> <!--ro, opt, bool, 是否支持PIP-->true </isSupportPIP> <isSupportFocusVideoMode> <!--ro, opt, bool, 聚焦视频模式-->true </isSupportFocusVideoMode> <isSupportExternalChannel> <!--ro, opt, bool, 是否支持外扩模拟通道-->true </isSupportExternalChannel> <isSupportCompressedTranscode> <!--ro, opt, bool, 是否支持转码码流压缩编码参数配置, desc:接口:/ISAPI/Streaming/channels/<channelID>/TranscodeCfg/capabilities?format=json-->true </isSupportCompressedTranscode> <isSupportCompressedStream> <!--ro, opt, bool, 是否支持取转码压缩码流, desc:依赖于isSupportCompressedTranscode为true,表示设备支持获取实时码流和实时压缩码流。取流通道码流类型通过/ISAPI/ContentMgmt/StreamingProxy/channels中serviceType为transcode时对应的id-->true </isSupportCompressedStream> <isSupportLocalStreamCfg> <!--ro, opt, bool, 是否支持设备本地取流参数配置, desc:接口:/ISAPI/System/Video/inputs/channels/<channelID>/LocalStreamCfg/capabilities?format=json-->true </isSupportLocalStreamCfg> <isSupportMenuStatus> <!--ro, opt, bool, 是否支持菜单状态获取, desc:对应接口:/ISAPI/System/Video/Menu/<indexID>/status?format=json,indexID的范围来自于VideoCap.menuNums-->true </isSupportMenuStatus> <isSupportVideoOutputMode> <!--ro, opt, bool, 是否支持视频输出模式参数-->true </isSupportVideoOutputMode> <pictureChannelList> <!--ro, opt, array, 支持OSD图片叠加的视频通道号, subType:object, desc:对应url:/ISAPI/System/Video/inputs/channels/<channelID>/image/picture,设备全部视频通道号支持osd图片叠加可不返回,只部分通道支持叠加必须返回支持的通道号范围--> <channelID> <!--ro, opt, int, 通道号-->0 </channelID> </pictureChannelList> <transcodeStreamType opt="previewTranscode,recordTranscode"> <!--ro, opt, string, 支持转码压缩后的取流类型, attr:opt{req, string, 取值范围}, desc:对应:rtsp://<host>[:port]/ISAPI/Streaming/channels/<ID>?transcodeStreamType=<transcodeStreamType>-->true </transcodeStreamType> <isSupportImportPanoramaIOverlayPicture> <!--ro, opt, bool, 是否支持导入全景图像叠加图片, desc:POST /ISAPI/System/Video/channels/<channelID>/ImportPanoramaIOverlayPicture?format=json-->true </isSupportImportPanoramaIOverlayPicture> <isSupportPanoramaIOverlayPictureParams> <!--ro, opt, bool, 是否支持全景图像叠加图片参数, desc:GET/PUT /ISAPI/System/Video/channels/<channelID>/PanoramaIOverlayPictureParams?format=json-->true </isSupportPanoramaIOverlayPictureParams> </VideoCap> <AudioCap> <!--ro, opt, object, 音频编码能力, desc:接口:/ISAPI/System/Audio/capabilities--> <audioInputNums> <!--ro, req, int, 音频输入个数-->1 </audioInputNums> <audioOutputNums> <!--ro, req, int, 音频输出个数-->1 </audioOutputNums> <mixAudioInSet> <!--ro, opt, bool, 待确认-->true </mixAudioInSet> <mixAudioOutSet> <!--ro, opt, bool, 待确认-->true </mixAudioOutSet> <isSupportAudioMixing> <!--ro, opt, bool, 是否支持音频混音-->true </isSupportAudioMixing> <isSupportRemoveFrequencyPoint> <!--ro, opt, bool, 是否支持啸叫频点清除-->true </isSupportRemoveFrequencyPoint> <isSupportAudioInConfig> <!--ro, opt, bool, 是否支持全部音量输入配置, desc:接口:/ISAPI/System/Audio/AudioIn/capabilities-->true </isSupportAudioInConfig> <muteDuringPanTilt opt="MicIn"> <!--ro, opt, string, 是否支持运动时消音, attr:opt{opt, string, 取值范围}, desc:接口:/ISAPI/System/TwoWayAudio/channels/ID的muteDuringPanTilt节点配置-->true </muteDuringPanTilt> <isSupportAudioOutConfig> <!--ro, opt, bool, 是否支持全部音量输出配置, desc:对应/ISAPI/System/Audio/AudioOut/capabilities?format=json-->true </isSupportAudioOutConfig> <isSupportSAIP> <!--ro, opt, bool, 是否支持独立音轨通道接入设备-->true </isSupportSAIP> <SAIPChannelsNum> <!--ro, opt, int, 支持独立音轨通道接入的设备数量, dep:and,{$.AudioCap.isSupportSAIP,eq,true}-->1 </SAIPChannelsNum> <isSupportDataStorage> <!--ro, opt, bool, 是否支持音频文件上传, desc:对应url:/ISAPI/System/Audio/dataStorage?format=json-->true </isSupportDataStorage> <isSupportDataRelease> <!--ro, opt, bool, 是否支持音频文件发布, desc:对应url:/ISAPI/System/Audio/dataRelease?format=json-->true </isSupportDataRelease> <isSupportAudioPlan> <!--ro, opt, bool, 是否支持音频计划方案, desc:对应url:/ISAPI/System/Audio/plan?format=json-->true </isSupportAudioPlan> <isSupportAudioTask> <!--ro, opt, bool, 是否支持音频计划任务, desc:对应url /ISAPI/System/Audio/plan/<PlanID>/task?format=json-->true </isSupportAudioTask> <isSupportaudioCollection> <!--ro, opt, bool, 是否支持音频收集, desc:对应url:/ISAPI/System/Audio/audioCollection/capabilities?format=json,维护功能,用于采集音频,便于音频问题分析-->true </isSupportaudioCollection> <isSupportWirelessPickUp> <!--ro, opt, bool, 是否支持无线拾音器设备接入, desc:对应url:/ISAPI/System/Audio/wirelessPickUp/capabilities?format=json-->true </isSupportWirelessPickUp> <audioOutputBroadcastNums opt="1,2,3,4"> <!--ro, opt, int, 音频广播输出个数, attr:opt{opt, string, 取值范围}, desc:当前仅广播音响设备支持本节点。返回opt="1,2,3,4"时输出口以此为准,不返回opt="1,2,3,4"时,输出口默认从1开始。音响设备内部会按业务类型在硬件上划分输出口,有广播输出口和对讲输出口(音频输出口)。由于输出口的起始编号均为1开始,所以需要返回具体的广播输出口支持个数。返回该节点表示支持音频广播输出音量配置,不返回表示不支持,对应URI:/ISAPI/System/Audio/AudioOut/broadcast/capabilities?format=json-->0 </audioOutputBroadcastNums> <isSupportAudioOutMixing> <!--ro, opt, bool, 是否支持输出音频混音, desc:对应url:/ISAPI/System/Audio/AudioOut/mixing/capabilities?format=json-->true </isSupportAudioOutMixing> <isSupportRTSPAudio> <!--ro, opt, bool, 是否支持实时监听RTSP音频, desc:rtsp uri:/ISAPI/System/Audio/AudioIn/channels/<audioID>-->true </isSupportRTSPAudio> <isSupportRTSPAudioPlaybackByFile> <!--ro, opt, bool, 是否支持按照文件回放RTSP音频, desc:RTSP取流URL,来自于/ISAPI/ContentMgmt/recordAudio/search?format=json返回的playbackURI-->true </isSupportRTSPAudioPlaybackByFile> <isSupportDeviceAudioCapture> <!--ro, opt, bool, 是否支持设备音频采集开关, desc:GET/PUT /ISAPI/System/Audio/DeviceAudioCapture?format=json-->true </isSupportDeviceAudioCapture> </AudioCap> <isSupportHolidy> <!--ro, opt, bool, 位置只能确定在AudioCap-->true </isSupportHolidy> <RebootConfigurationCap> <!--ro, opt, object, 参数配置重启能力, desc:接口:/ISAPI/System/reboot/capabilities 位置只能确定在isSupportHolidy之后,isSupportSubscribeEvent之前--> <Genetec> <!--ro, opt, bool, Genetec协议开关-->true </Genetec> <ONVIF> <!--ro, opt, bool, ONVIF协议开关-->true </ONVIF> <RTSP> <!--ro, opt, bool, RTSP协议开关-->true </RTSP> <HTTP> <!--ro, opt, bool, HTTP协议开关-->true </HTTP> <SADP> <!--ro, opt, object, 表示SADP发现协议(包括链路层和多播发现)--> <ISDiscoveryMode> <!--ro, opt, bool, SADP的多播发现协议模式-->true </ISDiscoveryMode> <PcapMode> <!--ro, opt, bool, 表示SADP的链路层发现协议-->true </PcapMode> </SADP> <IPCAddStatus> <!--ro, opt, bool, IP地址状态-->true </IPCAddStatus> </RebootConfigurationCap> <isSupportExternalDevice> <!--ro, opt, bool, 是否支持设备接入外设功能(true-支持, desc:接口:/ISAPI/System/externalDevice/capabilities)-->true </isSupportExternalDevice> <isSupportSoundCfg> <!--ro, opt, bool, 是否支持声音配置, desc:接口:/ISAPI/System/SoundCfg/capabilities-->true </isSupportSoundCfg> <isSupportSubscribeEvent> <!--ro, opt, bool, 是否支持事件订阅, desc:接口:/ISAPI/Event/notification/subscribeEventCap-->true </isSupportSubscribeEvent> <isSupportSubscribeIOTInfo> <!--ro, opt, bool, 是否支持物联网信息订阅-->true </isSupportSubscribeIOTInfo> <isSupportDiagnosedData> <!--ro, opt, bool, 是否支持设备诊断数据导出功能, desc:true-支持,不支持不返回该节点,接口:/ISAPI/System/diagnosedData-->true </isSupportDiagnosedData> <isSupportChangedUpload> <!--ro, opt, bool, 变化上报能力-->true </isSupportChangedUpload> <isSupportGettingWorkingStatus> <!--ro, opt, bool, 设备状态获取能力-->true </isSupportGettingWorkingStatus> <isSupportGettingChannelInfoByCondition> <!--ro, opt, bool, 未找到文档-->true </isSupportGettingChannelInfoByCondition> <isSupportDiagnosedDataParameter> <!--ro, opt, bool, 是否支持诊断信息导出开关配置-->true </isSupportDiagnosedDataParameter> <isSupportSimpleDevStatus> <!--ro, opt, bool, 对应是否支持获取, desc:接口:/ISAPI/System/workingstatus?format=json-->true </isSupportSimpleDevStatus> <isSupportFlexible> <!--ro, opt, bool, 对应是否支持灵活搭配配置ISAPI/System/Video/inputs/channels?format=json-->true </isSupportFlexible> <isSupportPTZChannels> <!--ro, opt, bool, 表示支持设备返回PTZ 通道(区分视频通道)-->true </isSupportPTZChannels> <isSupportMetadata> <!--ro, opt, bool, 支持Metadata的能力 , desc:接口:/ISAPI/Streaming/channels/<ID>/metadata/capabilities-->true </isSupportMetadata> <isSupportTimeCap> <!--ro, opt, bool, 是否支持时间配置, desc:接口:/ISAPI/System/time/capabilities-->true </isSupportTimeCap> <isSupportThermalStreamData> <!--ro, opt, bool, 是否支持热成像码流数据实时上传-->true </isSupportThermalStreamData> <isSupportShutdown> <!--ro, opt, bool, 是否支持关机配置, desc:接口:/ISAPI/System/shutdown?format=json-->true </isSupportShutdown> <isSupportConsumptionMode> <!--ro, opt, bool, 设备是否支持功耗模式切换, desc:接口:/ISAPI/System/consumptionMode/capabilities?format=json-->true </isSupportConsumptionMode> <isSupportManualPowerConsumption> <!--ro, opt, bool, 是否支持设备功耗手动控制-->true </isSupportManualPowerConsumption> <isSupportPostUpdateFirmware> <!--ro, opt, bool, 是否支持POST方法升级固件-->true </isSupportPostUpdateFirmware> <isSupportPostConfigData> <!--ro, opt, bool, 是否支持POST方法导入导出配置文件-->true </isSupportPostConfigData> <isSupportUserLock> <!--ro, opt, bool, 是否支持用户锁定, desc:接口:/ISAPI/System/userLock/config/capabilities?format=json-->true </isSupportUserLock> <isSupportModuleLock> <!--ro, opt, bool, 是否支持模块锁定, desc:接口:/ISAPI/System/moduleLock-->true </isSupportModuleLock> <supportSmartOverlapChannles opt="1"> <!--ro, opt, bool, 设备是否支smart事件码流配置, attr:opt{opt, string, 支持的通道号}, desc:支持返回该节点及对应的通道id,不支持不返回该节点-->true </supportSmartOverlapChannles> <isSupportNetworkCapture> <!--ro, opt, bool, 是否支持设备网络抓包, desc:用于抓取设备与外部的通信包,对应uri:/ISAPI/System/networkCapture/capabilities?format=json-->true </isSupportNetworkCapture> <isSupportOperationRecord> <!--ro, opt, bool, 是否支持设备运行记录功能, desc:低功耗实时和全功耗下支持充电电压、月流量等在设备端形成记录,对应uri:/ISAPI/System/operationRecord/capabilities?format=json-->true </isSupportOperationRecord> <isSupportSearchModuleLock> <!--ro, opt, bool, 是否支持查询模块锁定参数, desc:接口:/ISAPI/System/moduleLock/searchconfig?format=json-->true </isSupportSearchModuleLock> <devSupportUpdateVersion> <!--ro, opt, string, 设备本地升级支持版本, desc:设备返回给工具支持的目录升级版本;指导工具使用者(如技服人员)快速选择升级包,做本地升级使用。-->1 </devSupportUpdateVersion> <notSupportCatalogUpgrade> <!--ro, opt, bool, 设备不支持web目录升级, desc:不返回或返回false表示支持目录升级,返回true表示不支持目录升级。目录升级:在web本地PC上选一个目录,目录中有多个升级包,由设备给出的升级flag,web去探测符合相机的升级包,再将该包下发给设备升级-->true </notSupportCatalogUpgrade> </SysCap> <voicetalkNums> <!--ro, opt, int, 语音对讲通道数目-->2 </voicetalkNums> <isSupportSnapshot> <!--ro, opt, bool, 是否支持抓图-->true </isSupportSnapshot> <SecurityCap> <!--ro, opt, object, 表示加密能力集--> <supportUserNums> <!--ro, opt, int, 支持用户最大数-->1 </supportUserNums> <userBondIpNums> <!--ro, opt, int, 支持绑定IP最大数-->1 </userBondIpNums> <userBondMacNums> <!--ro, opt, int, 支持绑定MAC地址最大数-->1 </userBondMacNums> <isSupCertificate> <!--ro, opt, bool, 是否支持认证-->true </isSupCertificate> <issupIllegalLoginLock> <!--ro, opt, bool, 是否支持登陆锁定-->true </issupIllegalLoginLock> <isSupportOnlineUser> <!--ro, opt, bool, 是否支持在线用户配置-->true </isSupportOnlineUser> <isSupportAnonymous> <!--ro, opt, bool, 是否支持匿名登陆-->true </isSupportAnonymous> <isSupportStreamEncryption> <!--ro, opt, bool, 是否支持码流加密-->true </isSupportStreamEncryption> <securityVersion opt="1,2,3,4,7"> <!--ro, opt, string, 加密能力, attr:opt{opt, string, 取值范围}, desc:每一个版本包括两个方面:加密算法及加密的节点范围。目前1表示AES128加密,2表示AES256加密,加密范围在各个协议中描述-->test </securityVersion> <keyIterateNum> <!--ro, opt, int, 迭代次数, desc:取值一般是100~1000-->100 </keyIterateNum> <isSupportUserCheck> <!--ro, opt, bool, 是否支持用户参数修改(修改/增加/删除)时进行登录密码的校验, desc:表示是否支持用户参数修改(修改/增加/删除)时进行登录密码的校验,此功能只在支持敏感信息加密的版本上有效,即depend on securityVersion-->true </isSupportUserCheck> <isSupportGUIDFileDataExport> <!--ro, opt, bool, 表示是否支持设备GUID文件导出-->true </isSupportGUIDFileDataExport> <isSupportSecurityQuestionConfig> <!--ro, opt, bool, 表示是否支持回答安全问题-->true </isSupportSecurityQuestionConfig> <supportSecurityNode opt="wirelessServer,wirelessDial"> <!--ro, opt, string, 为支持敏感加密的补充节点, attr:opt{opt, string, 取值范围}, desc:由于原先制定的isapi敏感信息加密方案(即ISAPI明文传输处理方案)中,有部分接口包含了敏感信息却被遗漏了。现需对这些接口进行加密,为了兼容老设备,因此新增该能力节点。-->test </supportSecurityNode> <isSupportGetOnlineUserListSC> <!--ro, opt, bool, 是否支持在线用户列表查询-->true </isSupportGetOnlineUserListSC> <SecurityLimits> <!--ro, opt, object, 参数安全限制能力--> <LoginPasswordLenLimit min="1" max="16"> <!--ro, opt, string, 用户登陆密码长度限制, attr:min{opt, string, 最小值},max{opt, string, 最大值}-->test </LoginPasswordLenLimit> <SecurityAnswerLenLimit min="1" max="128"> <!--ro, opt, string, 安全问题答案长度限制, attr:min{opt, string, 最小值},max{opt, string, 最大值}-->test </SecurityAnswerLenLimit> </SecurityLimits> <RSAKeyLength opt="512,1024,2048,3072" def="3072"> <!--ro, opt, enum, HTTPS证书长度, subType:string, [512#512,1024#1024,2048#2048,3072#3072], attr:opt{opt, string, 取值范围},def{opt, string, 默认值}-->3072 </RSAKeyLength> <isSupportONVIFUserManagement> <!--ro, opt, bool, ONVIF协议用户管理-->true </isSupportONVIFUserManagement> <WebCertificateCap> <!--ro, opt, object, HTTP认证能力--> <CertificateType opt="basic,digest,digest/basic"> <!--ro, req, string, 证书类型:basic认证, attr:opt{opt, string, 取值范围}-->test </CertificateType> <SecurityAlgorithm> <!--ro, opt, object, 加密算法, dep:or,{$.DeviceCap.SecurityCap.WebCertificateCap.CertificateType,eq,degist},{$.DeviceCap.SecurityCap.WebCertificateCap.CertificateType,eq,digest/basic}--> <algorithmType opt="MD5,SHA256,MD5/SHA256"> <!--ro, opt, string, 算法类型, attr:opt{req, string, 取值范围}-->test </algorithmType> </SecurityAlgorithm> </WebCertificateCap> <isSupportConfigFileImport> <!--ro, opt, bool, 是否支持配置文件安全导入-->true </isSupportConfigFileImport> <isSupportConfigFileExport> <!--ro, opt, bool, 是否支持配置文件安全导出-->true </isSupportConfigFileExport> <cfgFileSecretKeyLenLimit min="0" max="16"> <!--ro, opt, string, 配置文件校验密钥长度限制, attr:min{opt, string, 最小值},max{opt, string, 最大值}-->0 </cfgFileSecretKeyLenLimit> <supportIPCActivatePassword> <!--ro, opt, bool, 是否支持IPC激活密码配置-->true </supportIPCActivatePassword> <isIrreversible> <!--ro, opt, bool, 设备是否支持密码不可逆存储, desc:不支持则代表设备端会存用户信息的明文密码,支持则代表设备端密码散列存储-->true </isIrreversible> <salt> <!--ro, opt, string, 用于用户登录时所使用的具体盐值-->test </salt> <isSupportOnvifInfo> <!--ro, opt, bool, 是否支持获取Onvif协议信息接口-->true </isSupportOnvifInfo> <isSupportUserNamePasswordCheckUpgrade> <!--ro, opt, bool, 是否支持用户名密码校验升级-->true </isSupportUserNamePasswordCheckUpgrade> <isSupportDeviceCertificatesManagement> <!--ro, opt, bool, 是否支持设备证书管理-->true </isSupportDeviceCertificatesManagement> <isSupportSIPCertificatesManagement> <!--ro, opt, bool, 是否支持SIP证书管理-->true </isSupportSIPCertificatesManagement> <isSupportDeviceSelfSignCertExport> <!--ro, opt, bool, 是否支持设备签证导出-->true </isSupportDeviceSelfSignCertExport> <isSupportSecurityEmail> <!--ro, opt, bool, 是否支持安全邮箱配置-->true </isSupportSecurityEmail> <isSupportRTSPCertificate opt="true,false"> <!--ro, opt, bool, 是否支持RTSP认证, attr:opt{opt, string, 取值范围}-->true </isSupportRTSPCertificate> <isSupportPictureURlCertificate opt="true,false"> <!--ro, opt, bool, 图片url认证配置能力, attr:opt{opt, string, 取值范围}-->true </isSupportPictureURlCertificate> <isSupportGB35114Certificate> <!--ro, opt, bool, 是否支持支持GB35114协议CA/SIP认证证书-->true </isSupportGB35114Certificate> <isSupportAuthenticationMode opt="uKey,private"> <!--ro, opt, enum, 验证模式, subType:string, [uKey#uKey,private#private], attr:opt{req, string, 取值范围}-->private </isSupportAuthenticationMode> <isSupportUnloggedUserPermissionConfig opt="true,false"> <!--ro, opt, bool, 是否支持未登录用户权限配置, attr:opt{opt, string, 取值范围}-->true </isSupportUnloggedUserPermissionConfig> <maxIllegalLoginTimes min="3" max="20" def="5"> <!--ro, opt, string, 最大非法登陆尝试次数, attr:min{opt, string, 最小值},max{opt, string, 最大值},def{opt, string, 默认值}, desc:issupportIllegalLoginLock为true时有效,当设备最大非法登陆尝试次数时返回-->1 </maxIllegalLoginTimes> <SecurityAdvanced> <!--ro, opt, object, 安全高级配置--> <securityEnhanced> <!--ro, opt, bool, 是否支持安全加固-->true </securityEnhanced> <noOperationEnabled> <!--ro, req, bool, 无操作控件超时时间使能-->true </noOperationEnabled> <noOperationTime min="1" max="60" def="15"> <!--ro, req, int, 控件无操作超时时间, unit:分钟, attr:min{opt, string, 最小值},max{opt, string, 最大值},def{opt, string, 默认值}-->1 </noOperationTime> <isSupportDigestStatus> <!--ro, opt, bool, 摘要状态-->true </isSupportDigestStatus> </SecurityAdvanced> <LoginLinkNum> <!--ro, opt, object, 同时登陆数量--> <maxLinkNum min="1" max="128" def="50"> <!--ro, req, int, 控件同时登陆数量, attr:min{opt, string, 最小值},max{opt, string, 最大值},def{opt, string, 默认值}-->64 </maxLinkNum> </LoginLinkNum> <isSupportCCClientCertificate> <!--ro, opt, bool, 是否支持CC客户端证书功能-->true </isSupportCCClientCertificate> <passwordValidity min="0" max="365"> <!--ro, opt, string, 密码有效期范围, attr:min{opt, string, 最小值},max{opt, string, 最大值}, desc:单位:天,返回该节点表示支持密码有效期配置,仅管理员用户可以修改-->1 </passwordValidity> <isSupportResetChannelPassword> <!--ro, opt, bool, 是否支持重置通道密码-->true </isSupportResetChannelPassword> <DoubleVerificationCap> <!--ro, opt, object, 二次认证能力--> <isSupportUsersConfig> <!--ro, opt, bool, 是否支持二次认证用户配置-->true </isSupportUsersConfig> <isSupportUsersPermissionConfig> <!--ro, opt, bool, 是否支持二次认证用户权限配置-->true </isSupportUsersPermissionConfig> <isSupportFactoryReset> <!--ro, opt, bool, 是否支持二次认证恢复默认参数-->true </isSupportFactoryReset> <isSupportQuestionConfiguration> <!--ro, opt, bool, 是否支持二次认证 配置单个安全问题, desc:PUT /ISAPI/Security/questionConfiguration/<indexID>-->true </isSupportQuestionConfiguration> </DoubleVerificationCap> <isSupportUserSearch> <!--ro, opt, bool, 是否支持用户查找-->true </isSupportUserSearch> <keypadPassword min="1" max="10"> <!--ro, opt, int, 键盘密码长度, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:当不同类型用户的键盘密码长度不一致时,此节点仅表示管理员用户的键盘密码长度,否则表示所有类型用户的键盘密码的统一长度-->1 </keypadPassword> <installerKeypadPassword min="1" max="10"> <!--ro, opt, int, 安装员的键盘密码长度, attr:min{req, int, 最小值},max{req, int, 最大值}-->1 </installerKeypadPassword> <operatorKeypadPassword min="1" max="10"> <!--ro, opt, int, 操作员的键盘密码长度, attr:min{req, int, 最小值},max{req, int, 最大值}-->1 </operatorKeypadPassword> <userOperateType opt="1,2,3"> <!--ro, opt, enum, 用户操作类型:1-网络用户, subType:int, [1#网络用户,2#键盘用户,3#网络用户+键盘用户], attr:opt{req, string, 取值范围}-->1 </userOperateType> <isSptUserEnabled> <!--ro, opt, bool, 是否支持用户使能配置-->true </isSptUserEnabled> <isSptAdminCap> <!--ro, opt, bool, 是否支持Admin权限能力获取-->true </isSptAdminCap> <isSupportBackLogCfg> <!--ro, opt, bool, 是否支持后台日志基本参数配置-->true </isSupportBackLogCfg> <isSupportBackLogExport> <!--ro, opt, bool, 是否支持后台日志导出-->true </isSupportBackLogExport> <isSupportModifyInnerPassword opt="true,false"> <!--ro, opt, bool, 是否支持设备内置密码修改, attr:opt{req, string, 取值范围}, desc:如:数据库密码、系统账户密码-->true </isSupportModifyInnerPassword> <isSupportEncryptCertificate> <!--ro, opt, bool, 是否支持证书加密, desc:/ISAPI/Security/deviceCertificate-->true </isSupportEncryptCertificate> <maxIllegalLoginLockTime min="1" max="120" def="30"> <!--ro, opt, int, 锁定时间范围, range:[1,120], unit:min, unitType:时间, attr:min{req, int, 最小值},max{req, int, 最大值},def{req, int, 默认值}-->1 </maxIllegalLoginLockTime> <cloudSensitiveInfoEncryptType> <!--ro, opt, string, 云敏感信息加密类型, desc:当前设备返回"2.1",该字段返回2.1之表示敏感信息加密密钥生成方式为SHA256(calc_sha256(user, salt, SHA256(user+salt2+SHA256(user+salt+password)))+ AaBbCcDd1234!@#$)-->2.1 </cloudSensitiveInfoEncryptType> <isSupportCertificateCustomID> <!--ro, opt, bool, 是否支持证书配置使用用户自定义ID-->true </isSupportCertificateCustomID> <isSupportResetLANPassword> <!--ro, opt, bool, 是否支持重置局域网设备密码, desc:对应/ISAPI/Security/resetPassword/certification?format=json-->true </isSupportResetLANPassword> <isSupportPicHttpsCertificatesManagement> <!--ro, opt, bool, 是否支持图片https证书管理, desc:支持返回,不支持不返回-->true </isSupportPicHttpsCertificatesManagement> <isSupportAKSKImport> <!--ro, opt, bool, 是否支持AKSK导入, desc:true支持返回,不支持不返回-->true </isSupportAKSKImport> <isSupportAKSKExport> <!--ro, opt, bool, 是否支持AKSK导出, desc:true支持返回,不支持不返回-->true </isSupportAKSKExport> <isSupportAKSKReset> <!--ro, opt, bool, 是否支持AKSK重置, desc:true支持返回,不支持不返回-->true </isSupportAKSKReset> <ExportCertificateFile> <!--ro, opt, object, 是否支持导出证书, desc:对应URL:POST /ISAPI/Security/serverCertificate/exportCertificateFile--> <type opt="GB35114"> <!--ro, req, enum, 支持的导出证书类型, subType:string, [GB35114#表示支持导出GB35114证书], attr:opt{req, string, 取值范围}, desc:GB35114-表示支持导出GB35114证书-->GB35114 </type> </ExportCertificateFile> <isSupportGB351114FDWSFCertificate> <!--ro, opt, bool, 是否支持FDWSF证书管理, desc:支持返回,不支持不返回, 对应URL:/ISAPI/Security/GB351114/FDWSFCertificate/capabilities?format=json POST /ISAPI/Security/GB351114/FDWSFCertificate?format=json GET /ISAPI/Security/GB351114/FDWSFCertificate?format=json DELETE /ISAPI/Security/GB351114/FDWSFCertificate?format=json-->true </isSupportGB351114FDWSFCertificate> <isSupportMediaObjectEncryption> <!--ro, opt, bool, 是否支持媒体数据中隐私目标加密, desc:支持返回true,不支持不返回或者返回false,对应URL:/ISAPI/Security/MediaObjectEncryption/capabilities?format=json-->true </isSupportMediaObjectEncryption> <isSupportDisclaimer> <!--ro, opt, bool, 是否支持产品免责声明相关配置, desc:支持返回true,不支持不返回或者返回false,对应URL:/ISAPI/Security/disclaimer/capabilities?format=json-->true </isSupportDisclaimer> <isSupportSoftwareLicense> <!--ro, opt, bool, 是否支持产品开源声明配置, desc:支持返回true,不支持不返回或者返回false,对应URL:/ISAPI/Security/softwareLicense?format=json-->true </isSupportSoftwareLicense> <isSupportInstallerCap> <!--ro, opt, bool, 是否支持installer权限能力获取, desc:支持返回true,不支持不返回或者返回false,对应URL:/ISAPI/Security/UserPermission/installer/capabilities?format=json-->true </isSupportInstallerCap> <isSupportResetPasswordFile> <!--ro, opt, bool, 是否支持局域网设备秘钥文件导出导入, desc:对应/ISAPI/Security/resetPassword/keyFile/capabilities?format=json-->true </isSupportResetPasswordFile> <isNotSupportLogSeverCertificate> <!--ro, opt, bool, 是否不支持日志服务器证书导入, desc:原先上层直接写死支持,不做能力判断默认支持.对应/ISAPI/Security/serverCertificate/certificate接口的URL参数中type为LogSever-->true </isNotSupportLogSeverCertificate> <isSupportLocalLoginCfg> <!--ro, opt, bool, 是否支持设备本地登录参数, desc:GET/PUT /ISAPI/Security/LocalLoginCfg?format=json-->true </isSupportLocalLoginCfg> <isSupportGetProtocolFirewallRulesFileImportStatus> <!--ro, opt, bool, 是否支持获取应用协议防火墙规则文件导入状态, desc:GET /ISAPI/Security/GetProtocolFirewallRulesFileImportStatus?format=json-->true </isSupportGetProtocolFirewallRulesFileImportStatus> <isSupportImportProtocolFirewallRulesFile> <!--ro, opt, bool, 是否支持导入应用协议防火墙规则文件, desc:PUT /ISAPI/Security/ImportProtocolFirewallRulesFile?format=json-->true </isSupportImportProtocolFirewallRulesFile> <isSupportGetProtocolFirewallEngineUpgradeStatus> <!--ro, opt, bool, 是否支持获取应用协议防火墙引擎库升级状态, desc:GET /ISAPI/Security/GetProtocolFirewallEngineUpgradeStatus?format=json-->true </isSupportGetProtocolFirewallEngineUpgradeStatus> <isSupportUpgradeProtocolFirewallEngine> <!--ro, opt, bool, 是否支持升级应用协议防火墙引擎库, desc:PUT /ISAPI/Security/UpgradeProtocolFirewallEngine?format=json-->true </isSupportUpgradeProtocolFirewallEngine> <isSupportProtocolFirewallVersionInfo> <!--ro, opt, bool, 是否支持应用协议防火墙引擎版本信息, desc:GET /ISAPI/Security/ProtocolFirewallVersionInfo?format=json-->true </isSupportProtocolFirewallVersionInfo> <isSupportProtocolFirewallParams> <!--ro, opt, bool, 是否支持应用协议防火墙参数, desc:GET/PUT /ISAPI/Security/ProtocolFirewallParams?format=json-->true </isSupportProtocolFirewallParams> <isSupportResetPasswordBySecurityPhoneNo> <!--ro, opt, bool, 是否支持安全手机号方式重置设备密码, desc:1、门禁考勤机设备,支持在设备激活环节下发预置手机号,当用户忘记设备密码时,可以通过预置手机号重置设备密码,与安全邮箱重置设备密码类似,且手机号支持在Web和设备本地UI进行修改。2、不返回该字段,或者返回为false,表示不支持。-->true </isSupportResetPasswordBySecurityPhoneNo> <isSupportGetIntrusionPreventionEngineUpgradeStatus> <!--ro, opt, bool, 是否支持获取入侵防御引擎库升级状态, desc:GET /ISAPI/Security/GetIntrusionPreventionEngineUpgradeStatus?format=json-->true </isSupportGetIntrusionPreventionEngineUpgradeStatus> <isSupportIntrusionPreventionEngineVersionInfo> <!--ro, opt, bool, 是否支持入侵防御引擎版本信息, desc:GET /ISAPI/Security/IntrusionPreventionEngineVersionInfo?format=json-->true </isSupportIntrusionPreventionEngineVersionInfo> <isSupportIntrusionPreventionParams> <!--ro, opt, bool, 是否支持入侵防御参数, desc:GET/PUT /ISAPI/Security/IntrusionPreventionParams?format=json-->true </isSupportIntrusionPreventionParams> <isSupportUpgradeIntrusionPreventionEngine> <!--ro, opt, bool, 是否支持升级入侵防御引擎库, desc:PUT /ISAPI/Security/UpgradeIntrusionPreventionEngine?format=json-->true </isSupportUpgradeIntrusionPreventionEngine> <notSupportImportCertificateType opt="CA,CCClentCertificate,GB35114,GB35114Service,https"> <!--ro, opt, string, 不支持导入的证书类型, attr:opt{req, string, 取值范围}, desc:1、无此节点时,默认在支持对应证书功能时也支持证书的导入操作。当前前端IPC的35114C产品不支持客户端证书(GB35114认证和CC认证)、CA证书、服务端证书(GB35114认证)。2、室内机产品不支持HTTPS证书导入。-->test </notSupportImportCertificateType> <isSupportPasswordProtection> <!--ro, opt, bool, 是否支持SDK协议认证模式参数配置, desc:PUT/GET /ISAPI/Security/adminAccesses/SDKPasswordProtection?format=json&-->true </isSupportPasswordProtection> </SecurityCap> <EventCap> <!--ro, opt, object, 事件能力--> <isSupportHDFull> <!--ro, opt, bool, 是否支持硬盘满报警-->true </isSupportHDFull> <isSupportHDError> <!--ro, opt, bool, 是否支持硬盘错误报警-->true </isSupportHDError> <isSupportNicBroken> <!--ro, opt, bool, 是否支持网络断开事件-->true </isSupportNicBroken> <isSupportIpConflict> <!--ro, opt, bool, 是否支持IP地址冲突事件-->true </isSupportIpConflict> <isSupportIllAccess> <!--ro, opt, bool, 是否支持非法访问事件-->true </isSupportIllAccess> <isSupportViException> <!--ro, opt, bool, 是否支持视频输入异常(只针对模拟通道)-->true </isSupportViException> <isSupportViMismatch> <!--ro, opt, bool, 是否支持视频制式不匹配-->true </isSupportViMismatch> <isSupportRecordException> <!--ro, opt, bool, 是否支持录像异常-->true </isSupportRecordException> <isSupportRaidException> <!--ro, opt, bool, 是否支持阵列异常事件-->true </isSupportRaidException> <isSupportViResMismatch> <!--ro, opt, bool, 是否支持录像分辨率不匹配事件-->true </isSupportViResMismatch> <isSupportPOCException> <!--ro, opt, bool, 是否支持同轴供电异常事件-->true </isSupportPOCException> <isSupportSmartDetection> <!--ro, opt, bool, 是否支持Smart事件-->true </isSupportSmartDetection> <isSupportSpareException> <!--ro, opt, bool, 是否支持-->true </isSupportSpareException> <isSupportPoePowerException> <!--ro, opt, bool, 是否支持POE供电异常事件-->true </isSupportPoePowerException> <isSupportTriggerFocus> <!--ro, opt, bool, 是否支持虚焦异常-->true </isSupportTriggerFocus> <isSupportMotionDetection> <!--ro, opt, bool, 是否支持移动侦测-->true </isSupportMotionDetection> <isSupportVideoLoss> <!--ro, opt, bool, 是否支持视频丢失事件-->true </isSupportVideoLoss> <isSupportTamperDetection> <!--ro, opt, bool, 是否支持遮挡检测-->true </isSupportTamperDetection> <isSupportFireDetection> <!--ro, opt, bool, 是否支持火点检测事件-->true </isSupportFireDetection> <isSupportRegionEntrance> <!--ro, opt, bool, 是否支持进入区域事件-->true </isSupportRegionEntrance> <isSupportRegionExiting> <!--ro, opt, bool, 是否支持离开区域事件-->true </isSupportRegionExiting> <isSupportLoitering> <!--ro, opt, bool, 是否支持徘徊事件-->true </isSupportLoitering> <isSupportGroup> <!--ro, opt, bool, 是否支持人员聚集事件-->true </isSupportGroup> <isSupportRapidMove> <!--ro, opt, bool, 是否支持快速移动事件-->true </isSupportRapidMove> <isSupportParking> <!--ro, opt, bool, 是否支持停车侦测事件-->true </isSupportParking> <isSupportUnattendedBaggage> <!--ro, opt, bool, 是否支持物品遗留事件-->true </isSupportUnattendedBaggage> <isSupportAttendedBaggage> <!--ro, opt, bool, 是否支持物品拿取事件-->true </isSupportAttendedBaggage> <isSupportHumanAttribute> <!--ro, opt, bool, 是否支持人体属性-->true </isSupportHumanAttribute> <isSupportHumanRecognition> <!--ro, opt, bool, 是否支持目标抓拍事件-->true </isSupportHumanRecognition> <isSupportFaceContrast> <!--ro, opt, bool, 是否支持人脸比对事件-->true </isSupportFaceContrast> <isSupportFaceLib> <!--ro, opt, bool, 前端支持按人脸库联动, desc:接口:/ISAPI/Event/schedules/faceLib/<ID>/<FDID>-->true </isSupportFaceLib> <isSupportBlackListFaceContrast> <!--ro, opt, bool, 是否支持非授权名单人脸比对事件-->true </isSupportBlackListFaceContrast> <isSupportWhiteListFaceContrast> <!--ro, opt, bool, 是否支持授权名单人脸比对事件-->true </isSupportWhiteListFaceContrast> <isSupportillegalParking> <!--ro, opt, bool, 是否支持违停检测-->true </isSupportillegalParking> <isSupportPedestrian> <!--ro, opt, bool, 是否支持行人检测-->true </isSupportPedestrian> <isSupportTrafficAccident> <!--ro, opt, bool, 是否支持交通事故检测-->true </isSupportTrafficAccident> <isSupportConstruction> <!--ro, opt, bool, 是否支持施工检测-->true </isSupportConstruction> <isSupportRoadBlock> <!--ro, opt, bool, 是否支持路障检测-->true </isSupportRoadBlock> <isSupportAbandonedObject> <!--ro, opt, bool, 是否支持抛洒物检测-->true </isSupportAbandonedObject> <isSupportParallelParking> <!--ro, opt, bool, 是否支持侧方位停车检测-->true </isSupportParallelParking> <isSupportParkingState> <!--ro, opt, bool, 是否支持车位状态检测-->true </isSupportParkingState> <isSupportTrafficJam> <!--ro, opt, bool, 是否支持交通堵塞检测(旧)-->true </isSupportTrafficJam> <isSupportCongestion> <!--ro, opt, bool, 是否支持交通堵塞检测-->true </isSupportCongestion> <isSupportStudentsStoodUp> <!--ro, opt, bool, 是否支持学生起立检测事件-->true </isSupportStudentsStoodUp> <isSupportFramesPeopleCounting> <!--ro, opt, bool, 是否支持区域人数统计事件-->true </isSupportFramesPeopleCounting> <isSupportFaceSnap> <!--ro, opt, bool, 是否支持目标抓拍事件-->true </isSupportFaceSnap> <isSupportPersonDensityDetection> <!--ro, opt, bool, 是否支持人员密度检测-->true </isSupportPersonDensityDetection> <HFPD> <!--ro, opt, bool, 是否支持高频图像特征识别检测-->true </HFPD> <isSupportPersonQueueDetection> <!--ro, opt, bool, 是否支持排队检测事件-->true </isSupportPersonQueueDetection> <isSupportVehicleStatistics> <!--ro, opt, bool, 是否支持车辆统计事件-->true </isSupportVehicleStatistics> <isSupportFaceThermometry> <!--ro, opt, bool, 是否支持人脸测温-->true </isSupportFaceThermometry> <isSupportSafetyHelmetDetection> <!--ro, opt, bool, 是否支持安全帽检测-->true </isSupportSafetyHelmetDetection> <isSupportPowerSupplyCabinet> <!--ro, opt, bool, 是否支持机柜供电检测-->true </isSupportPowerSupplyCabinet> <isSupportSensorDetection> <!--ro, opt, bool, 是否支持传感器检测-->true </isSupportSensorDetection> <isSupportSignAbnormal> <!--ro, opt, bool, 是否支持体征异常功能-->true </isSupportSignAbnormal> <isSupportTeacherBehaviorDetect> <!--ro, opt, bool, 是否支持教师行为检测-->true </isSupportTeacherBehaviorDetect> <isSupportCityManagement> <!--ro, opt, bool, 是否支持智慧城管-->true </isSupportCityManagement> <isSupportMixedTargetDetection> <!--ro, opt, bool, 是否支持混合目标检测事件-->true </isSupportMixedTargetDetection> <isSupportFaceSnapModeling> <!--ro, opt, bool, 是否支持人脸建模事件-->true </isSupportFaceSnapModeling> <isSupportIntersectionAnalysis> <!--ro, opt, bool, 是否支持路口分析-->true </isSupportIntersectionAnalysis> <isSupportTriggerCapCheck> <!--ro, opt, bool, 是否支持触发联动能力校验, desc:该节点表示URL(GET /ISAPI/Event/triggersCap)中的能力做过验证,在事件联动上可以完全按照能力进行显示;增加这个能力节点意义在给我们的WEB做能力判断显示;如果外部客户集成的时候反馈URL(GET /ISAPI/Event/triggersCap)存在问题,需要设备修改升级程序解决URL功能返回不一致的问题-->true </isSupportTriggerCapCheck> <isSupportLuma> <!--ro, opt, bool, VQD 亮度异常-->true </isSupportLuma> <isSupportChroma> <!--ro, opt, bool, VQD 图像偏色-->true </isSupportChroma> <isSupportSnow> <!--ro, opt, bool, VQD 雪花干扰-->true </isSupportSnow> <isSupportStreak> <!--ro, opt, bool, VQD 条纹干扰-->true </isSupportStreak> <isSupportFreeze> <!--ro, opt, bool, VQD 画面冻结-->true </isSupportFreeze> <isSupportSigLose> <!--ro, opt, bool, VQD 信号丢失-->true </isSupportSigLose> <isSupportClarity> <!--ro, opt, bool, VQD 清晰度异常-->true </isSupportClarity> <isSupportJitter> <!--ro, opt, bool, VQD 画面抖动-->true </isSupportJitter> <isSupportBlock> <!--ro, opt, bool, VQD 视频遮挡-->true </isSupportBlock> <isSupportFlowers> <!--ro, opt, bool, VQD 图像模糊报警-->true </isSupportFlowers> <isSupportNoise> <!--ro, opt, bool, VQD 花屏-->true </isSupportNoise> <isSupportGhost> <!--ro, opt, bool, VQD 噪点-->true </isSupportGhost> <isSupportPurple> <!--ro, opt, bool, VQD 紫边-->true </isSupportPurple> <isSupportICR> <!--ro, opt, bool, VQD ICP-->true </isSupportICR> <isSupportProtectiveFilm> <!--ro, opt, bool, VQD 保护膜未撕-->true </isSupportProtectiveFilm> <isSupportVoltageInstable> <!--ro, opt, bool, 是否支持电源电压波动异常-->true </isSupportVoltageInstable> <isSupportCertificateRevocation> <!--ro, opt, bool, 是否支持证书失效报警-->true </isSupportCertificateRevocation> <isSupportSysStorFull> <!--ro, opt, bool, 是否支持集群系统存储满异常-->true </isSupportSysStorFull> <isSupportVersionAbnormal> <!--ro, opt, bool, 是否支持集群版本异常-->true </isSupportVersionAbnormal> <isSupportNodeOffline> <!--ro, opt, bool, 是否支持设备掉线-->true </isSupportNodeOffline> <isSupportRecordCycleAbnormal> <!--ro, opt, bool, 是否支持录像周期不足-->true </isSupportRecordCycleAbnormal> <isSupportIpcTransferAbnormal> <!--ro, opt, bool, 是否支持IPC迁移失败-->true </isSupportIpcTransferAbnormal> <isSupportDrivingBehaviorDetect> <!--ro, opt, bool, 是否支持驾驶行为检测-->true </isSupportDrivingBehaviorDetect> <isSupportWasteGasDetection> <!--ro, opt, bool, 是否支持废气排放监测-->true </isSupportWasteGasDetection> <isSupportGreyScaleAlarm> <!--ro, opt, bool, 是否支持灰度报警-->true </isSupportGreyScaleAlarm> <isSupportPTLocking> <!--ro, opt, bool, 是否支持云台堵转异常-->true </isSupportPTLocking> <isSupportNoMaskDetection> <!--ro, opt, bool, 是否支持未戴口罩检测-->true </isSupportNoMaskDetection> <isSupportTMPA> <!--ro, opt, bool, 是否支持人脸测温预警联动-->true </isSupportTMPA> <RuleScheduleCap> <!--ro, opt, object, 按规则时间布防能力--> <isSupportCityManagement> <!--ro, opt, bool, 智慧城管是否支持按规则时间布防-->true </isSupportCityManagement> </RuleScheduleCap> <RegionScheduleCap> <!--ro, opt, object, 按区域时间布防能力--> <isSupportPersonDensityDetection> <!--ro, opt, bool, 人员密度是否支持按区域时间布防-->true </isSupportPersonDensityDetection> <isSupportPersonQueueDetection> <!--ro, opt, bool, 排队检测(区域关注度)是否支持按区域时间布防-->true </isSupportPersonQueueDetection> </RegionScheduleCap> <isSupportThermalCalibrationFileException> <!--ro, opt, bool, 是否支持测温标定文件异常-->true </isSupportThermalCalibrationFileException> <isSupportTemperatureIntervalMeasurement> <!--ro, opt, bool, 是否支持温度区间检测-->true </isSupportTemperatureIntervalMeasurement> <isSupportThermalVehicleDetection> <!--ro, opt, bool, 是否支持热成像车辆侦测-->true </isSupportThermalVehicleDetection> <isSupportWaterQualityDetection> <!--ro, opt, bool, 是否支持水质检测报警-->true </isSupportWaterQualityDetection> <isSupportWaterLevelDetection> <!--ro, opt, bool, 是否支持水位高度检测-->true </isSupportWaterLevelDetection> <isSupportDeviceTemperatureAbnormal> <!--ro, opt, bool, 是否支持设备温度异常-->true </isSupportDeviceTemperatureAbnormal> <isSupportObjectAccumulationDetection> <!--ro, opt, bool, 是否支持堆积检测-->true </isSupportObjectAccumulationDetection> <isSupportAppAbnormal> <!--ro, opt, bool, 是否支持APP异常报警事件-->true </isSupportAppAbnormal> <isSupportPTEventCfg> <!--ro, opt, bool, 是否支持透传事件配置, desc:/ISAPI/Event/PTEventCfg/capabilities?format=json-->true </isSupportPTEventCfg> <isSupportLensTemperatureException> <!--ro, opt, bool, 是否支持镜头温度异常事件上报-->true </isSupportLensTemperatureException> <isSupportPTZFXYFinish> <!--ro, opt, bool, 轨道机和云台到位事件, desc:PTZFXYFinish-->true </isSupportPTZFXYFinish> <isSupportNormalTemperatureAlarm> <!--ro, opt, bool, 是否支持正常体温报警-->true </isSupportNormalTemperatureAlarm> <isSupportLowTemperatureAlarm> <!--ro, opt, bool, 是否支持人体测温低温报警-->true </isSupportLowTemperatureAlarm> <isSupportLowCoolerLifeEvent> <!--ro, opt, bool, 是否支持制冷机低寿命异常事件-->true </isSupportLowCoolerLifeEvent> <isSupportObstacleAvoidanceAlarm> <!--ro, opt, bool, 是否支持避障告警-->true </isSupportObstacleAvoidanceAlarm> <isSupportPTZRotationAbnormal> <!--ro, opt, bool, 是否支持云台转动异常事件-->true </isSupportPTZRotationAbnormal> <isSupportBlackListVehContrast> <!--ro, opt, bool, 是否支持车辆黑名单事件-->true </isSupportBlackListVehContrast> <isSupportWhiteListVehContrast> <!--ro, opt, bool, 是否支持车辆白名单事件-->true </isSupportWhiteListVehContrast> </EventCap> <ITCCap> <!--ro, opt, object, /ISAPI/ITC/capability中的isSupportVehicleDetection and /ISAPI/ITC/capabilities--> <isSupportITC> <!--ro, opt, bool, 是否支持ITC-->true </isSupportITC> <isSupportIllegalDictionary> <!--ro, opt, bool, 是否支持违法字典-->true </isSupportIllegalDictionary> <isSupportVehicleDetection> <!--ro, opt, bool, 是否支持车辆检测-->true </isSupportVehicleDetection> <isSupportHVTVehicleDetection> <!--ro, opt, bool, 是否支持混行车辆检测-->true </isSupportHVTVehicleDetection> <isSupportlicencePlateAuditData> <!--ro, opt, bool, 是否支持导入/导出车牌非授权名单/授权名单数据-->true </isSupportlicencePlateAuditData> <isSupportSearchLPListAudit> <!--ro, opt, bool, 车牌非授权名单/授权名单查询-->true </isSupportSearchLPListAudit> <isSupportVehicleDetectionManualTrigger opt="false,true"> <!--ro, opt, bool, 车辆检测手动触发, attr:opt{opt, string, 可选项}-->true </isSupportVehicleDetectionManualTrigger> <isSupportSyncSignalOutput> <!--ro, opt, bool, 是否支持输出参数-->true </isSupportSyncSignalOutput> </ITCCap> <ImageCap> <!--ro, opt, object, 图像参数能力--> <isSupportRegionalExposure> <!--ro, opt, bool, 区域曝光-->true </isSupportRegionalExposure> <isSupportRegionalFocus> <!--ro, opt, bool, 区域对焦-->true </isSupportRegionalFocus> </ImageCap> <RacmCap> <!--ro, opt, object, 图片搜索之前是一个界面--> <isSupportZeroChan> <!--ro, opt, bool, 是否支持零通道, desc:接口:/ISAPI/ContentMgmt/ZeroVideo/channels-->true </isSupportZeroChan> <inputProxyNums> <!--ro, opt, int, 支持的数字通道数, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>-->1 </inputProxyNums> <eSATANums> <!--ro, opt, int, 支持的eSATA数目-->1 </eSATANums> <miniSASNums> <!--ro, opt, int, 支持的miniSAS数目-->1 </miniSASNums> <nasNums> <!--ro, opt, int, 支持的nas数目, desc:接口:/ISAPI/ContentMgmt/Storage/nas-->1 </nasNums> <ipSanNums> <!--ro, opt, int, 支持的ipsan数目-->1 </ipSanNums> <isSupportRaid> <!--ro, opt, bool, 是否支持Raid-->true </isSupportRaid> <isSupportExtHdCfg> <!--ro, opt, bool, 是否支持硬盘高级管理-->true </isSupportExtHdCfg> <isSupportTransCode> <!--ro, opt, bool, 是否支持转码预览-->true </isSupportTransCode> <isSupportIpcImport> <!--ro, opt, bool, 是否支持IPC配置文件导入, desc:接口:/ISAPI/ContentMgmt/InputProxy/ipcConfig-->true </isSupportIpcImport> <NasMountType> <!--ro, opt, object, Nas加载类型--> <isNFSSupportAuthentication> <!--ro, opt, bool, 未是否支持CIFS身份验证-->true </isNFSSupportAuthentication> <isCIFSSupportAuthentication> <!--ro, opt, bool, 是否支持CIFS身份验证-->true </isCIFSSupportAuthentication> </NasMountType> <isSupportIpcStreamType> <!--ro, opt, bool, 是否支持Ipc码流类型-->true </isSupportIpcStreamType> <isSupportIOInputProxy> <!--ro, opt, bool, 是否支持动态IO输入通道, desc:接口:/ISAPI/ContentMgmt/IOProxy/inputs-->true </isSupportIOInputProxy> <isSupportIOOutputProxy> <!--ro, opt, bool, 是否支持动态IO输出通道, desc:接口:/ISAPI/ContentMgmt/IOProxy/outputs-->true </isSupportIOOutputProxy> <isSupportPTZRs485Proxy> <!--ro, opt, bool, 是否支持动态PTZ485通道, desc:接口:/ISAPI/ContentMgmt/PTZCtrlProxy/capabilities-->true </isSupportPTZRs485Proxy> <isSupportSrcIDSearch> <!--ro, opt, bool, 是否支持流ID搜索-->true </isSupportSrcIDSearch> <isSupportReversePlayback> <!--ro, opt, bool, 是否支持倒放-->true </isSupportReversePlayback> <isSupportSMARTTest> <!--ro, opt, bool, 是否支持硬盘检测功能, desc:接口:/ISAPI/ContentMgmt/Storage/hdd/SMARTTest/config-->true </isSupportSMARTTest> <isSupportDownloadByTime> <!--ro, opt, bool, 是否支持按时间下载, desc:接口:/ISAPI/ContentMgmt/download/capabilities-->true </isSupportDownloadByTime> <pictureSearchType opt="AllEvent,CMR,MOTION,ALARM,EDR,ALARMANDMOTION,Command,pir,wlsensor,callhelp,facedetection,FieldDetection,scenechangedetection,LineDetection, regionEntrance,regionExiting,loitering,group,rapidMove,parking,unattendedBaggage,attendedBaggage,vehicleDetection,manual,manualSnapShot,playSnapShot,safetyHelmet, personQueueCounting,personQueueTime,violentMotion,leavePosition,advReachHeight,peopleNumChange,mixedTargetDetection,illegalParking,pedestrian,construction,roadblock, abandonedObject,trafficAccident,fogDetection,smokeDetection,personDensity,failDown,accessController,videoInterCom,GJD,Luminite,OPTEX,securityControlPanel,getUp,toiletTarry, playCellphone,vehicleMonitor,vibrationDetection,running,retention,spacingChange,yardTarry,keyPersonGetUp,sitQuietly,standUp,plateRecognition,smoking,onThePhone,fatigueDriving, notLookingStraightAhead,leaveThePost,seatBelt,sunglasses,identityAbnormal,ForwardCollisionWarning,LaneDepartureWarning,BlindSpotDetection,HeadwayMonitoringWarning, PedestrianCollisionWarning,SuddenSpeedUp,SuddenSpeedDown,SuddenLeftTurn,SuddenRightTurn,Turnover,NotYieldToPedestrian,unregisteredStreetVendor,stallOutsideShop,stallOccupyingRoad, illegalHeap,illegalParkingofNon-MotorVehicle,illegalOutdoorAdvertisement,packGarbage,stallUnderUmbrella,dustbinOverflow,exposeGarbage,hangClothingAlongStreet,allPic,ATMPanel, ATMSurround,ATMFace,ATMSafetyCabin,loitering,smokeDetectAlarm,alarmResult"> <!--ro, opt, string, 图片查找类型, attr:opt{opt, string, 取值范围}-->test </pictureSearchType> <recordSearchType opt="AllEvent,CMR,MOTION,ALARM,EDR,ALARMANDMOTION,Command,pir,wlsensor,callhelp,facedetection,FieldDetection,scenechangedetection,LineDetection, regionEntrance,regionExiting,loitering,group,rapidMove,parking,unattendedBaggage,attendedBaggage,vehicleDetection,manual,manualSnapShot,playSnapShot,safetyHelmet, failDown,personDensityDetection,smokeDetection,vibrationDetection,unregisteredStreetVendor,stallOutsideShop,stallOccupyingRoad,illegalHeap,illegalParkingofNon-MotorVehicle, illegalOutdoorAdvertisement,packGarbage,stallUnderUmbrella,dustbinOverflow,exposeGarbage,hangClothingAlongStreet,ATMPanel,ATMSurround,ATMFace,ATMSafetyCabin"> <!--ro, opt, string, 录像查找类型, attr:opt{opt, string, 取值范围}, desc:llEvent-所有事件,CMR-定时抓图,MOTION-移动侦测抓图,ALARM-报警抓图,EDR-报警|移动侦测抓图,ALARMANDMOTION-报警&移动侦测抓图,Command,pir-PIR报警,wlsensor-无线报警,callhelp-呼救报警,facedetection-人脸侦测,FieldDetection-入侵区域侦测,scenechangedetection-场景变更侦测,LineDetection-越界侦测-->test </recordSearchType> <isSupportActivateIpc> <!--ro, opt, bool, 是否支持激活IPC-->true </isSupportActivateIpc> <isSupportCheckIpcSecurity> <!--ro, opt, object, 设备密码检测--> <isSupportCheckPassword> <!--ro, opt, bool, 是否支持密码检测-->true </isSupportCheckPassword> </isSupportCheckIpcSecurity> <isSupportMainAndSubRecord> <!--ro, opt, bool, 是否支持主子码流录像-->true </isSupportMainAndSubRecord> <isSupportSyncIPCPassword> <!--ro, opt, bool, 是否支持同步IPC密码-->true </isSupportSyncIPCPassword> <isSupportTransferIPC> <!--ro, opt, bool, 是否支持IPC透传功能-->true </isSupportTransferIPC> <isSupportSmartSearch> <!--ro, opt, bool, 是否支持录像智能后检索, desc:接口:/ISAPI/ContentMgmt/SmartSearch/capabilities-->true </isSupportSmartSearch> <isSupportPOS> <!--ro, opt, bool, 是否支持POS-->true </isSupportPOS> <isSupportLinkNum> <!--ro, opt, bool, 是否支持链接数目获取, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>/linkNum-->true </isSupportLinkNum> <isSupportPassBackBasicCfg> <!--ro, opt, bool, 支持CVR回传功能基础能力, desc:接口:/ISAPI/ContentMgmt/record/passback/basicCfg/capabilities-->true </isSupportPassBackBasicCfg> <PassBackTaskConfig> <!--ro, opt, object, CVR回传功能任务管理能力--> <isSupportAddTask> <!--ro, opt, bool, 支持任务添加, desc:接口:/ISAPI/ContentMgmt/record/passback/addTask/capabilities-->true </isSupportAddTask> <isSupportSearchTask> <!--ro, opt, bool, 支持任务查找, desc:接口:/ISAPI/ContentMgmt/record/passback/searchTask/capabilities-->true </isSupportSearchTask> <isSupportControlTask> <!--ro, opt, bool, 支持任务控制, desc:接口:/ISAPI/ContentMgmt/record/passback/controlTask/capabilities-->true </isSupportControlTask> <isSupportDeleteTask> <!--ro, opt, bool, 支持任务删除, desc:接口:/ISAPI/ContentMgmt/record/passback/deleteTask/capabilities-->true </isSupportDeleteTask> </PassBackTaskConfig> <PassBackPlanConfig> <!--ro, opt, object, CVR计划回传功能能力--> <isSupportAddPlan> <!--ro, opt, bool, 支持计划添加, desc:接口:/ISAPI/ContentMgmt/record/passback/addPlan/capabilities-->true </isSupportAddPlan> <isSupportSearchPlan> <!--ro, opt, bool, 支持计划查找, desc:接口:/ISAPI/ContentMgmt/record/passback/searchPlan/capabilities-->true </isSupportSearchPlan> <isSupportDeletePlan> <!--ro, opt, bool, 支持计划删除, desc:接口:/ISAPI/ContentMgmt/record/passback/deletePlan/capabilities-->true </isSupportDeletePlan> </PassBackPlanConfig> <IRAIDCap> <!--ro, opt, object, 网络阵列能力--> <isSupportIRAIDRapidConfiguration> <!--ro, opt, bool, 是否支持IRAID快速配置, desc:接口:/ISAPI/ContentMgmt/Storage/IRAID/RapidConfiguration/capabilities-->true </isSupportIRAIDRapidConfiguration> </IRAIDCap> <isSupportStorageExtraInfo> <!--ro, opt, bool, 支持存储额外信息配置能力, desc:接口:/ISAPI/ContentMgmt/Storage/ExtraInfo/capabilities-->true </isSupportStorageExtraInfo> <isSupportRecordStatus> <!--ro, opt, bool, 是否支持获取录像状态, desc:接口:/ISAPI/ContentMgmt/channels/<ID>/record/capabilities-->true </isSupportRecordStatus> <isSupportRacmChannelsCap opt="true,false"> <!--ro, opt, bool, 是否支持通道级Rcam能力, attr:opt{opt, string, 取值范围}, desc:接口:/ISAPI/ContentMgmt/channels/<ID>/capabilities-->true </isSupportRacmChannelsCap> <LockCap> <!--ro, opt, object, 录像加解锁, desc:接口:/ISAPI/ContentMgmt/record/control/locks/capabilities--> </LockCap> <isSupportForamtAll> <!--ro, opt, bool, 是否支持格式化所有硬盘, desc:接口:/ISAPI/ContentMgmt/Storage/hdd/format-->true </isSupportForamtAll> <isSupportExtendCabinetCfg> <!--ro, opt, bool, 支持扩展柜配置能力 对应/ISAPI/ContentMgmt/Storage/ExtendCabinet/capabilities-->true </isSupportExtendCabinetCfg> <diskGroupNums> <!--ro, opt, int, 支持的盘组数目, desc:接口:/ISAPI/ContentMgmt/Storage/diskGroup-->1 </diskGroupNums> <ExternalDevice> <!--ro, opt, object, 外置设备存储--> <USB> <!--ro, opt, object, USB信息--> <debugLogOutput> <!--ro, opt, bool, 调试日志开启使能, desc:接口:/ISAPI/ContentMgmt/Storage/externalDevice/USB?format=json-->true </debugLogOutput> <isSupportCapturePackage> <!--ro, opt, bool, USB抓包过滤配置功能是否支持, desc:接口:/ISAPI/ContentMgmt/Storage/externalDevice/USB/capturePackage/capabilities?format=json-->true </isSupportCapturePackage> <isSupportStreamStorage> <!--ro, opt, bool, 是否支持U盘码流保存功能, desc:接口:/ISAPI/ContentMgmt/Storage/externalDevice/USB/streamStorage/capabilities?format=json-->true </isSupportStreamStorage> </USB> </ExternalDevice> <customProtocolNums> <!--ro, opt, int, IPC接入支持的自定义协议数目, desc:接口:/ISAPI/ContentMgmt/InputProxy/customProtocols支持的自定义协议数目-->1 </customProtocolNums> <isSupportIPCTiming> <!--ro, opt, bool, 是否支持对IPC校时, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>本协议中<enableTiming>字段是否支持-->true </isSupportIPCTiming> <isSupportLogConfig> <!--ro, opt, bool, 是否支持日志配置, desc:接口:/ISAPI/ContentMgmt/Storage/externalDevice/USB?format=json-->true </isSupportLogConfig> <SecurityLog> <!--ro, opt, object, 设备安全日志能力--> <isSupportSecurityLog> <!--ro, opt, bool, 是否支持安全日志-->true </isSupportSecurityLog> <isSupportLogServer> <!--ro, opt, bool, 是否支持安全审计日志服务器配置-->true </isSupportLogServer> <isSupportLogServerTest> <!--ro, opt, bool, 是否支持安全审计日志服务器配置测试-->true </isSupportLogServerTest> <SecurityLogTypeList> <!--ro, req, array, 安全日志类型列表, subType:object--> <SecurityLogType> <!--ro, opt, object, 安全日志类型--> <primaryType> <!--ro, req, string, 日志主类型, desc:事件-Event,操作-Operation,其他-Other,全部类型-All-->test </primaryType> <secondaryType opt="all"> <!--ro, req, string, 日志次类型, attr:opt{opt, string, 取值范围}, desc:其他类型参考附件表格-->test </secondaryType> </SecurityLogType> </SecurityLogTypeList> <isSupportLogServerList> <!--ro, opt, bool, 是否支持安全审计日志服务器批量配置-->true </isSupportLogServerList> </SecurityLog> <isSupportGetBackupDevice> <!--ro, opt, bool, 是否支持获取备份设备, desc:接口:/ISAPI/ContentMgmt/Storage/backup/device?format=json-->true </isSupportGetBackupDevice> <isSupportAutoBackup> <!--ro, opt, bool, 是否支持自动备份, desc:接口:/ISAPI/ContentMgmt/Storage/backup/auto/capabilities?format=json-->true </isSupportAutoBackup> <certificateValidationEnabled> <!--ro, opt, bool, 启用证书验证使能, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>本协议中<certificateValidationEnabled>字段是否支持-->true </certificateValidationEnabled> <defaultAdminPortEnabled> <!--ro, opt, bool, 默认通信端口使能, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>本协议中<defaultAdminPortEnabled>字段是否支持-->true </defaultAdminPortEnabled> <isSupportLogDataPackage> <!--ro, opt, bool, 是否支持日志文件导出, desc:接口:/ISAPI/ContentMgmt/logSearch/dataPackage-->true </isSupportLogDataPackage> <logSearchTimeSpanNums> <!--ro, opt, int, 日志查询时间段数目, desc:接口:/ISAPI/ContentMgmt/logSearch中CMSearchDescription->timeSpanList字段-->1 </logSearchTimeSpanNums> <CloudStorageServerCap> <!--ro, opt, object, 云存储服务器配置能力--> <isSupportCloudStorageParameter> <!--ro, opt, bool, 是否支持云存储参数配置, desc:接口:/ISAPI/ContentMgmt/Storage/cloudServer/capabilities?format=json-->true </isSupportCloudStorageParameter> <isSupportCloudStoragePool> <!--ro, opt, bool, 是否支持云存储池配置, desc:接口:/ISAPI/ContentMgmt/Storage/cloudServer/pool/capabilities?format=json-->true </isSupportCloudStoragePool> <supportChannelsNum> <!--ro, opt, int, 云存储支持接入的通道数目, desc:不返回该节点表示设备全通道支持, 返回该节点表示云存储设备有几个通道支持云存储(目前不返回具体支持的通道号)-->1 </supportChannelsNum> </CloudStorageServerCap> <isSupportWebPrivatePlaybackByUTC> <!--ro, opt, bool, web私有协议回放支持UTC-->true </isSupportWebPrivatePlaybackByUTC> <isSupportFindCommonFileByUTC> <!--ro, opt, bool, 普通文件查找(私有协议)支持UTC-->true </isSupportFindCommonFileByUTC> <isSupportFindEventFileByUTC> <!--ro, opt, bool, 事件文件查找(私有协议)支持UTC-->true </isSupportFindEventFileByUTC> <isSupportSmartSearchRecordByUTC> <!--ro, opt, bool, 智能查找录像(私有协议)支持UTC-->true </isSupportSmartSearchRecordByUTC> <isSupportMRDSearchByTimeZone> <!--ro, opt, bool, 月历搜索(私有协议)支持UTC-->true </isSupportMRDSearchByTimeZone> <isSupportSearchRecordLabelByUTC> <!--ro, opt, bool, 查找录像标签(私有协议)支持UTC-->true </isSupportSearchRecordLabelByUTC> <isSupportSearchPictureByUTC> <!--ro, opt, bool, 普通查找图片(私有协议)支持UTC-->true </isSupportSearchPictureByUTC> <isSupportSmartSearchPictureByUTC> <!--ro, opt, bool, 智能查找图片(私有协议)支持UTC-->true </isSupportSmartSearchPictureByUTC> <isSupportFindLogByUTC> <!--ro, opt, bool, 查找日志(私有协议)支持UTC-->true </isSupportFindLogByUTC> <isSupportUploadRecordByUTC> <!--ro, opt, bool, 上传到云存储搜索(私有协议)支持UTC-->true </isSupportUploadRecordByUTC> <isSupportPlaybackByUTC> <!--ro, opt, bool, 按时间回放和按时间定位(私有协议)支持UTC-->true </isSupportPlaybackByUTC> <isSupportFaceDetecttionAlarmByTimeZone> <!--ro, opt, bool, 未找到文档-->true </isSupportFaceDetecttionAlarmByTimeZone> <isSupportSourceModify> <!--ro, opt, bool, 局域网IPC配置是否支持, desc:接口:/ISAPI/ContentMgmt/InputProxy/sourceModify/capabilities-->true </isSupportSourceModify> <isSupportCountingSearchByUTC> <!--ro, opt, bool, 客流量统计功能支持UTC-->true </isSupportCountingSearchByUTC> <isSupportCluster> <!--ro, opt, bool, 是否支持Cluster功能, desc:接口:/ISAPI/ContentMgmt/Cluster-->true </isSupportCluster> <supportAIDTFSType opt="illegalParking,wrongdirection,crosslane,vehicleexist,lanechange,turnround,evidence"> <!--ro, opt, string, AID和TFS同时支持的事件图片查找类型, attr:opt{opt, string, 取值范围}-->test </supportAIDTFSType> <isSupportMisinfoStateSearch> <!--ro, opt, bool, 是否支持按误报状态查询-->true </isSupportMisinfoStateSearch> <isSupportOneKeyOperationStorageData> <!--ro, opt, bool, 是否支持存储数据一键配置, desc:接口:/ISAPI/ContentMgmt/Storage/oneKey/capabilities?format=json-->true </isSupportOneKeyOperationStorageData> <eventRecordSearch> <!--ro, opt, object, 是否支持按事件查找录像, desc:接口:/ISAPI/ContentMgmt/eventRecordSearch?format=json--> <eventType opt="faceContrast,faceSnap,vehicleMatchResult,hawkResult"> <!--ro, opt, string, 事件类型, attr:opt{opt, string, 取值范围}-->test </eventType> <auxEventType opt="faceContrastFailure,faceContrastSuccess"> <!--ro, opt, string, 搜索事件辅类型, attr:opt{opt, string, 取值范围}-->test </auxEventType> </eventRecordSearch> <isSupportManualRecord> <!--ro, opt, bool, 是否支持手动录像 , desc:接口:/ISAPI/ContentMgmt/record/control/manual/capabilities?format=json-->true </isSupportManualRecord> <isSupportRemark> <!--ro, opt, bool, 是否支持文件标注-->true </isSupportRemark> <FileUpload> <!--ro, opt, object, 文件主动上传--> <enabled> <!--ro, req, bool, 是否支持文件上传使能-->true </enabled> </FileUpload> <PoliceInfoUpload> <!--ro, opt, object, 警员信息主动上传--> <enabled> <!--ro, req, bool, 是否支持警员信息上传使能-->true </enabled> </PoliceInfoUpload> <PoliceInfo> <!--ro, opt, object, 警员信息--> <policeID> <!--ro, opt, bool, 是否支持警员ID-->true </policeID> <policeCode> <!--ro, opt, bool, 是否支持警员编号-->true </policeCode> <policeName> <!--ro, opt, bool, 是否支持警员姓名-->true </policeName> <password> <!--ro, opt, bool, 是否支持警员密码-->true </password> <deviceID> <!--ro, opt, bool, 是否支持设备ID-->true </deviceID> </PoliceInfo> <isSupportAssignChannelID> <!--ro, opt, bool, 是否支持添加IPC时指定接入通道号, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>本协议中<channelID>字段是否支持-->true </isSupportAssignChannelID> <isSupportAssignStreamID> <!--ro, opt, bool, 是否支持通道模式添加IPC时指定接入通道对应流ID, desc:接口:/ISAPI/ContentMgmt/InputProxy/channels/<ID>本协议中<streamID>字段是否支持-->true </isSupportAssignStreamID> <PictureSearchSubTypeList> <!--ro, opt, array, 图片搜索子类型列表, subType:object--> <PictureSearchSubType> <!--ro, opt, object, 图片搜索子类型--> <mainType> <!--ro, req, string, 搜索图片的主事件类型-->test </mainType> <subType opt="all,motorVehicle,nonMotorVehicle,pedestrian"> <!--ro, req, string, 图片搜索每个主类型对应的子类型, attr:opt{opt, string, 取值范围}-->test </subType> </PictureSearchSubType> </PictureSearchSubTypeList> <isSupportPlaybackStreamIDByUTC> <!--ro, opt, bool, 按流ID时间回放(私有协议)支持UTC-->true </isSupportPlaybackStreamIDByUTC> <isSupportTimeLockStreamIDByUTC> <!--ro, opt, bool, 按流ID对录像段进行加锁和解锁(私有协议)支持UTC-->true </isSupportTimeLockStreamIDByUTC> <isSupportTimeSearch> <!--ro, opt, bool, 是否支持搜索通道的录像起止时间, desc:接口:/ISAPI/ContentMgmt/time/search?format=json-->true </isSupportTimeSearch> <behaviorEventPicSearch opt="allBehaviorEvent,running,group,violentMotion,failDown,playCellphone,peopleNumChange,leavePosition,retention,sleepOnduty"> <!--ro, opt, string, 图片搜索支持的异常行为检测事件, attr:opt{opt, string, 取值范围}-->test </behaviorEventPicSearch> <perimeterEventPicSearch opt="allPerimeterEvent,linedetection,fielddetection,regionEntrance,regionExiting,loitering"> <!--ro, opt, string, 图片搜索支持的周界防范事件, attr:opt{opt, string, 取值范围}-->test </perimeterEventPicSearch> <isSupportSourceStatus> <!--ro, opt, bool, 是否支持接入源状态获取-->true </isSupportSourceStatus> <isSupportSSDSMARTTest> <!--ro, opt, bool, 是否支持SSDSmart检测, desc:接口:/ISAPI/ContentMgmt/Storage/ssd/<ID>/SMARTTest/start-->true </isSupportSSDSMARTTest> <MobileStorage> <!--ro, opt, object, 移动硬盘相关能力--> <isSupportGetFileTime> <!--ro, opt, bool, 是否支持获取移动硬盘中文件时间, desc:接口:/ISAPI/ContentMgmt/mobileStorage/fileTime/capabilities?format=json,目前支持非硬盘-->true </isSupportGetFileTime> </MobileStorage> <isSupportGetChannelList> <!--ro, opt, bool, 是否支持获取硬盘中的通道, desc:接口:/ISAPI/ContentMgmt/Storage/hdd/channelList/capabilities?format=json,目前支持硬盘-->true </isSupportGetChannelList> <isSupportCascade> <!--ro, opt, bool, 是否支持NVR级联拓扑结构参数配置-->true </isSupportCascade> <isSupportPictureInfo> <!--ro, opt, bool, 是否支持SD卡图片检索(抓拍机)-->true </isSupportPictureInfo> <isSupportCloudStorageModel> <!--ro, opt, bool, 是否支持云存储模式配置, desc:/ISAPI/ContentMgmt/Storage/CloudStorageModel/<channelID>/capabilities?format=json-->true </isSupportCloudStorageModel> <isSupportCloudStorageModelList> <!--ro, opt, bool, 是否支持云存储模式批量配置, desc:/ISAPI/ContentMgmt/Storage/CloudStorageModel/<channelID>?format=json-->true </isSupportCloudStorageModelList> <isSupportRecordAudio> <!--ro, opt, bool, 是否支持音频录制, desc:只录制音频,不录制视频。对应URL:/ISAPI/ContentMgmt/recordAudio/<audioID>/capabilities?format=json-->true </isSupportRecordAudio> <isSupportSearchAudio> <!--ro, opt, bool, 是否支持音频查询, desc:对应URL:/ISAPI/ContentMgmt/recordAudio/search/capabilities?format=json-->true </isSupportSearchAudio> <isSupportAudioDailyDistribution> <!--ro, opt, bool, 是否支持查询月历音频文件信息, desc:对应uri:/ISAPI/ContentMgmt/recordAudio/<audioID>/searchDailyDistribution?format=json-->true </isSupportAudioDailyDistribution> <isSupportDownloadAudio> <!--ro, opt, bool, 是否支持按文件名下载音频, desc:对应URL:/ISAPI/ContentMgmt/recordAudio/fileNameDownload/capabilities?format=json-->true </isSupportDownloadAudio> <isSupportDeleteAudio> <!--ro, opt, bool, 是否支持删除音频录制文件, desc:对应URL:/ISAPI/ContentMgmt/recordAudio/deleteFile?format=json-->true </isSupportDeleteAudio> <isSupportSearchRemoteAlbum> <!--ro, opt, bool, 是否支持远程相册信息查询, desc:对应URL:/ISAPI/ContentMgmt/searchRemoteAlbum?format=json-->true </isSupportSearchRemoteAlbum> <isSupportStreamParam> <!--ro, opt, bool, 是否支持所有数字通道接入码流参数配置, desc:对应URL:/ISAPI/ContentMgmt/InputProxy/channels/streamParam/capabilities?format=json-->true </isSupportStreamParam> <isSupportFusionChan> <!--ro, opt, bool, 是否支持融合通道, desc:没有该节点无特殊用途; 互动IP通道: 来源于录播主机有互动(会议)的概念,从教室或者从会议室的画面接入到录播主机,录播主机将其作为自己的IP通道,并分配对应的IP通道; 融合通道:由NVR本地或远程添加NVR本身后产生的一路通道,该通道支持预览回放存储,支持录像计划、联动等通道资源配置,通过融合通道开启/关闭配置该路通道是否生效。-->true </isSupportFusionChan> <isSupportRecordMultipleDownload> <!--ro, opt, bool, 是否支持录像倍数下载(萤石协议), desc:没有该节点默认为不支持-->true </isSupportRecordMultipleDownload> </RacmCap> <isSupportMI3704> <!--ro, opt, bool, 是否支持铁骑盒子, desc:部分web实现与非铁骑设备不同-->true </isSupportMI3704> <isSupportLogServer> <!--ro, opt, bool, 是否支持安全审计日志服务器配置, desc:对应/ISAPI/System/logServer-->true </isSupportLogServer> <isSupportLogServerTest> <!--ro, opt, bool, 是否支持安全审计日志服务器配置测试, desc:对应/ISAPI/System/logServer/test-->true </isSupportLogServerTest> <PTZCtrlCap> <!--ro, opt, object, 设备云台能力--> <isSupportPatrols> <!--ro, opt, bool, 是否支持巡航-->true </isSupportPatrols> <isSupportCombinedPath> <!--ro, opt, bool, 是否支持云台组合路径-->true </isSupportCombinedPath> <isSupportRailwayRobot> <!--ro, opt, bool, 是否支持轨道机, desc:/ISAPI/PTZCtrl/channels/<channelID>/RailwayRobot/capabilities?format=json-->true </isSupportRailwayRobot> </PTZCtrlCap> <SmartCap> <!--ro, opt, object, 简易智能能力, desc:/ISAPI/Smart/capabilities--> <isSupportROI> <!--ro, opt, bool, 是否支持ROI编码配置-->true </isSupportROI> <isSupportFaceDetect> <!--ro, opt, bool, 是否支持人脸侦测-->true </isSupportFaceDetect> <isSupportIntelliTrace> <!--ro, opt, bool, 是否支持智能跟随-->true </isSupportIntelliTrace> <isSupportFieldDetection> <!--ro, opt, bool, 是否支持区域入侵-->true </isSupportFieldDetection> <isSupportDefocusDetection> <!--ro, opt, bool, 是否支持虚焦侦测-->true </isSupportDefocusDetection> <isSupportAudioDetection> <!--ro, opt, bool, 是否支持音频侦测-->true </isSupportAudioDetection> <isSupportSceneChangeDetection> <!--ro, opt, bool, 是否支持场景变更-->true </isSupportSceneChangeDetection> <isSupportLineDetection> <!--ro, opt, bool, 是否支持越界侦测-->true </isSupportLineDetection> <isSupportRegionEntrance> <!--ro, opt, bool, 是否支持进入区域-->true </isSupportRegionEntrance> <isSupportRegionExiting> <!--ro, opt, bool, 是否支持离开区域-->true </isSupportRegionExiting> <isSupportLoitering> <!--ro, opt, bool, 是否支持徘徊侦测-->true </isSupportLoitering> <isSupportGroup> <!--ro, opt, bool, 是否支持人员聚集-->true </isSupportGroup> <isSupportRapidMove> <!--ro, opt, bool, 是否支持快速移动-->true </isSupportRapidMove> <isSupportParking> <!--ro, opt, bool, 是否支持停车检测-->true </isSupportParking> <isSupportUnattendedBaggage> <!--ro, opt, bool, 是否支持物品遗留-->true </isSupportUnattendedBaggage> <isSupportAttendedBaggage> <!--ro, opt, bool, 是否支持物品拿去-->true </isSupportAttendedBaggage> <isSupportPeopleDetection> <!--ro, opt, bool, 是否支持人体检测-->true </isSupportPeopleDetection> <isSupportSmartCalibration> <!--ro, opt, bool, 是否支持标定过滤尺寸-->true </isSupportSmartCalibration> <isSupportStorageDetection> <!--ro, opt, bool, 是否支持存储健康检测-->true </isSupportStorageDetection> <isSupportShipsDetection> <!--ro, opt, bool, 是否支持船只检测-->true </isSupportShipsDetection> <isSupportShield> <!--ro, opt, bool, 是否支持简易智能屏蔽区域配置-->true </isSupportShield> <isSupportAlgVersion> <!--ro, opt, bool, 是否支持算法版本-->true </isSupportAlgVersion> <isSupportVideoOverlap> <!--ro, opt, bool, 是否支持视频流设置叠加信息-->true </isSupportVideoOverlap> <isSupportParkingState> <!--ro, opt, bool, 是否支持停车状态-->true </isSupportParkingState> <isSupportChannelResource> <!--ro, opt, bool, 是否支持通道资源-->true </isSupportChannelResource> <isSupportAnalysisUnitSwitch opt="true,false"> <!--ro, opt, bool, 是否支持分析单元切换, attr:opt{opt, string, 可选项}-->true </isSupportAnalysisUnitSwitch> <isSupportHFPD> <!--ro, opt, bool, 是否支持高频图像特征识别检测, desc:接口:/ISAPI/SDT/HFPD?format=json-->true </isSupportHFPD> <isSupportImageROI> <!--ro, opt, bool, 是否支持smartJpeg(图像ROI)-->true </isSupportImageROI> <isSupportLFPD> <!--ro, opt, bool, 是否支持低频人员检测, desc:接口:/ISAPI/SDT/LFPD?format=json-->true </isSupportLFPD> <isSupportSmartOverlapParams> <!--ro, opt, bool, 是否支持smart叠加参数, desc:接口:/ISAPI/Smart/channels/<channelID>/SmartOverlapParams?format=json-->true </isSupportSmartOverlapParams> </SmartCap> <isSupportEhome> <!--ro, opt, bool, 是否支持ISUP功能-->true </isSupportEhome> <isSupportStreamingEncrypt> <!--ro, opt, bool, 是否支持码流加密-->true </isSupportStreamingEncrypt> <TestCap> <!--ro, opt, object, 测试能力--> <isSupportFTPTest> <!--ro, opt, bool, 是否支持FTP测试-->true </isSupportFTPTest> <isSupportPingTest> <!--ro, opt, bool, 是否支持PING测试-->true </isSupportPingTest> <isSupportNTPTest> <!--ro, opt, bool, 是否支持NTP测试-->true </isSupportNTPTest> <isSupportNASTest> <!--ro, opt, bool, 是否支持NAS测试-->true </isSupportNASTest> <isSupportEmailTest> <!--ro, opt, bool, 是否支持邮箱测试-->true </isSupportEmailTest> </TestCap> <ImageMiscCap> <!--ro, opt, object, DPC能力--> <isSupportDPC> <!--ro, opt, bool, 是否支持DPC-->true </isSupportDPC> </ImageMiscCap> <PanoramaCap> <!--ro, opt, object, 全景通道能力, desc:该对象禁止扩展,可在/ISAPI/Panorama/capabilities能力中扩展--> <isSupportGeneratePanorama> <!--ro, opt, bool, 是否全景生成-->true </isSupportGeneratePanorama> <isSupportPanoramaPosition3D> <!--ro, opt, bool, 是否全景3D位置-->true </isSupportPanoramaPosition3D> <isSupportPreset> <!--ro, opt, bool, 是否支持全景预置点配置-->true </isSupportPreset> <isSupportGetPanoramicSplicingStatus> <!--ro, opt, bool, 是否支持获取全景拼接状态-->true </isSupportGetPanoramicSplicingStatus> <isSupportStopPanoramicSplicing> <!--ro, opt, bool, 是否支持关闭全景拼接-->true </isSupportStopPanoramicSplicing> <isSupportSplicingChannelMotionControl> <!--ro, opt, bool, 是否支持拼接通道运动控制-->true </isSupportSplicingChannelMotionControl> <isSupportGetPanoramaSplicingPictures> <!--ro, opt, bool, 是否支持获取全景拼接抓拍图像-->true </isSupportGetPanoramaSplicingPictures> <isSupportImportPanoramaSplicingParamFile> <!--ro, opt, bool, 是否支持导入全景图像拼接参数文件-->true </isSupportImportPanoramaSplicingParamFile> <isSupportExportPanoramaSplicingParamFile> <!--ro, opt, bool, 是否支持导出全景图像拼接参数文件-->true </isSupportExportPanoramaSplicingParamFile> <isSupportImportPanoramicSplicingPicture> <!--ro, opt, bool, 是否支持导入全景拼接图-->true </isSupportImportPanoramicSplicingPicture> <isSupportExportPanoramicSplicingPicture> <!--ro, opt, bool, 是否支持导出全景拼接图-->true </isSupportExportPanoramicSplicingPicture> </PanoramaCap> <ThermalCap> <!--ro, opt, object, 热成像总能力, desc:接口:/ISAPI/Thermal/capabilities--> <isSupportFireDetection> <!--ro, opt, bool, 是否支持火点检测, desc:接口:/ISAPI/Thermal/channels/<ID>/fireDetection/capabilities-->true </isSupportFireDetection> <isFireFocusZoomSupport> <!--ro, opt, bool, 是否支持火点可见光镜头聚焦变倍, desc:接口:/ISAPI/Thermal/channels/<ID>/fireFocusZoom-->true </isFireFocusZoomSupport> <isSupportThermometry> <!--ro, opt, bool, 是否支持测温, desc:接口:/ISAPI/Thermal/channels/<ID>/thermometry/<SID>/capabilities-->true </isSupportThermometry> <isSupportRealtimeThermometry> <!--ro, opt, bool, 是否支持实时测温数据上传-->true </isSupportRealtimeThermometry> <isSupportThermIntell> <!--ro, opt, bool, 是否支持热成像智能互斥配置, desc:接口:/ISAPI/Thermal/channels/<ID>/thermIntell/capabilities-->true </isSupportThermIntell> <isSupportNVR> <!--ro, opt, bool, 用于客户端判断-->true </isSupportNVR> <isSupportThermometrySchedule> <!--ro, opt, bool, 是否支持测温布防时间, desc:接口:/ISAPI/Event/schedules/thermometry-->true </isSupportThermometrySchedule> <isSupportTemperatureSchedule> <!--ro, opt, bool, 是否支持温差布防时间, desc:接口:/ISAPI/Event/schedules/temperature-->true </isSupportTemperatureSchedule> <isSupportFireDetectionSchedule> <!--ro, opt, bool, 是否支持火点检测布防时间, desc:接口:/ISAPI/Event/schedules/fireDetections-->true </isSupportFireDetectionSchedule> <isSupportPower> <!--ro, opt, bool, 是否支持电源开关支持能力, desc:接口:/ISAPI/Thermal/Power/capabilities-->true </isSupportPower> <isSupportRealtimeTempHumi> <!--ro, opt, bool, 是否支持设备环境实时温湿度能力, desc:接口:/ISAPI/Thermal/TempHumi/capabilities-->true </isSupportRealtimeTempHumi> <ManualThermCap> <!--ro, opt, object, 手动测温能力--> <manualThermRuleNum> <!--ro, opt, int, 若不返回该节点则设备不支持手动测温, desc:接口:/ISAPI/Thermal/manualThermometry/capabilities-->true </manualThermRuleNum> </ManualThermCap> <isSupportManualThermBasic> <!--ro, opt, bool, 否支持手动测温基本参数配置, desc:接口:/ISAPI/Thermal/manualThermBasic/capabilities-->true </isSupportManualThermBasic> <isSupportFireShieldMask> <!--ro, opt, bool, 是否支持火点区域屏蔽参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/fireShieldMask/capabilities-->true </isSupportFireShieldMask> <isSupportSmokeShieldMask> <!--ro, opt, bool, 是否支持烟雾区域屏蔽参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/smokeShieldMask/capabilities-->true </isSupportSmokeShieldMask> <isSupportThermometryMode> <!--ro, opt, bool, 是否支持测温模式配置能力, desc:接口:/ISAPI/Thermal/channels/<ID>/thermometryMode/capabilities-->true </isSupportThermometryMode> <isSupportThermalPip> <!--ro, opt, bool, 是否支持热成像画中画配置能力, desc:接口:/ISAPI/Thermal/channels/<ID>/pip/capabilities-->true </isSupportThermalPip> <isSupportThermalIntelRuleDisplay> <!--ro, opt, bool, 是否支持热成像智能规则配置能力, desc:接口:/ISAPI/Thermal/channels/<ID>/IntelRuleDisplay/capabilities-->true </isSupportThermalIntelRuleDisplay> <AlgVersionInfo> <!--ro, opt, object, 是否支持获取热成像相关算法库版本能力, desc:接口:/ISAPI/Thermal/AlgVersion--> <thermometryAlgName min="1" max="128"> <!--ro, opt, string, 测温算法库版本信息, attr:min{opt, string, 算法名称最小值},max{opt, string, 测温算法库版本信息长度最大值}-->test </thermometryAlgName> <shipsAlgName min="1" max="128"> <!--ro, opt, string, 船只算法库版本名称, attr:min{opt, string, 船只算法库版本名称最小值},max{opt, string, 船只算法库版本名称最大值}-->test </shipsAlgName> <fireAlgName min="1" max="128"> <!--ro, opt, string, 火点检测算法版本名称, attr:min{opt, int, 最小值},max{opt, int, 最大值}-->test </fireAlgName> <smokeAlgName min="1" max="128"> <!--ro, opt, string, 烟雾检测算法版本名称, attr:min{opt, int, 最小值},max{opt, int, 最大值}-->test </smokeAlgName> <wasteGasAlgName min="1" max="128"> <!--ro, opt, string, 废气排放监测算法版本名称, attr:min{opt, string, 算法库版本名称最小值},max{opt, string, 算法库版本名称最大值}-->test </wasteGasAlgName> <greyScaleAlarmAlgName min="1" max="128"> <!--ro, opt, string, 灰度报警算法版本名称, attr:min{opt, string, 算法库版本名称最小值},max{opt, string, 算法库版本名称最大值}-->test </greyScaleAlarmAlgName> </AlgVersionInfo> <isSupportFaceThermometry> <!--ro, opt, bool, 是否支持人脸测温配置, desc:接口:/ISAPI/Thermal/channels/<ID>/faceThermometry/capabilities-->true </isSupportFaceThermometry> <isSupportThermalBlackBody> <!--ro, opt, bool, 是否支持热成像黑体参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/blackBody/capabilities-->true </isSupportThermalBlackBody> <isSupportThermalStreamParam> <!--ro, opt, bool, 是否支持热成像码流参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/streamParam/capabilities-->true </isSupportThermalStreamParam> <isSupportBodyTemperatureCompensation> <!--ro, opt, bool, 是否支持体温温度补偿参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/bodyTemperatureCompensation/capabilities-->true </isSupportBodyTemperatureCompensation> <isSupportClickToThermometry> <!--ro, opt, bool, 是否支持点击测温, desc:接口:/ISAPI/Thermal/channels/<ID>/clickToThermometry/initialization-->true </isSupportClickToThermometry> <isSupportThermometryHistorySearch> <!--ro, opt, bool, 是否支持测温历史数据查询, desc:接口:/ISAPI/Thermal/channels/<ID>/historyTemperature/capabilities-->true </isSupportThermometryHistorySearch> <isSupportThermometryShieldMask> <!--ro, opt, bool, 是否支持测温区域屏蔽参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/thermometryShieldMask/capabilities-->true </isSupportThermometryShieldMask> <isSupportTemperatureCorrection> <!--ro, opt, bool, 是否支持测温矫正, desc:接口:/ISAPI/Thermal/channels/<ID>/CorrectionParam/capabilities-->true </isSupportTemperatureCorrection> <isSupportBurningPrevention> <!--ro, opt, bool, 是否支持防灼伤, desc:接口:/ISAPI/Thermal/channels/<ID>/burningPrevention/capabilities-->true </isSupportBurningPrevention> <isSupportTemperatureCollection> <!--ro, opt, bool, 是否支持温度补录, desc:接口:ISAPI/Thermal/temperature/collection/capabilities?format=json-->true </isSupportTemperatureCollection> <isSupportJpegPicWithAppendData> <!--ro, opt, bool, 是否支持抓热图, desc:接口:/ISAPI/Thermal/channels/<ID>/thermometry/jpegPicWithAppendData?format=json-->true </isSupportJpegPicWithAppendData> <isSupportRealTimethermometryForHTTP> <!--ro, opt, bool, 是否支持实时温度检测, desc:接口:/ISAPI/Thermal/channels/<ID>/thermometry/realTimethermometry/rules?format=json-->true </isSupportRealTimethermometryForHTTP> <isSupportthermometryOffLineCapture> <!--ro, opt, bool, 是否支持离线抓图, desc:接口:/ISAPI/Thermal/channels/<ID>/thermometry/OffLineCapture?format=json-->true </isSupportthermometryOffLineCapture> <isSupportShipsDetectionWithScene> <!--ro, opt, bool, 是否支持按场景划分的船只检测, desc:接口:/ISAPI/Thermal/channels/<ID>/shipsDetection/capabilities?format=json-->true </isSupportShipsDetectionWithScene> <isSupportWasteGasDetection> <!--ro, opt, bool, 是否支持废气排放监测-->true </isSupportWasteGasDetection> <isSupportGreyScaleAlarm> <!--ro, opt, bool, 是否支持灰度报警-->true </isSupportGreyScaleAlarm> <isSupportFaceSnapThermometry> <!--ro, opt, bool, 是否支持目标抓拍测温-->true </isSupportFaceSnapThermometry> <isSupportThermalTemperatureCorrect> <!--ro, opt, bool, 是否支持热成像温度二次校准, desc:接口:/ISAPI/Thermal/channels/<ID>/temperatureCorrect?format=json-->true </isSupportThermalTemperatureCorrect> <isSupportThermalVehicleDetection> <!--ro, opt, bool, 是否支持热成像车辆侦测-->true </isSupportThermalVehicleDetection> <isSupportSensorParam> <!--ro, opt, bool, 是否支持传感器测温参数配置, desc:接口:/ISAPI/Thermal/channels/<channelID>/thermometry/sensorParam/capabilities?format=json-->true </isSupportSensorParam> <isSupportTemperatureIntervalMeasurement> <!--ro, opt, bool, 是否支持温度区间检测-->true </isSupportTemperatureIntervalMeasurement> <isSupportIndustryThermometryTemperatureRise> <!--ro, opt, bool, 是否支持热成像工业测温温升补偿参数配置, desc:接口:/ISAPI/Thermal/channels/<ID>/industryThermometry/temperatureRise?format=json-->true </isSupportIndustryThermometryTemperatureRise> <isSupportThermalDataLinkInfo> <!--ro, opt, bool, 是否支持获取测温数据链路信息, desc:接口:/ISAPI/Thermal/thermalDataLinkInfo?format=json、/ISAPI/Thermal/thermalDataLinkStatus?format=json-->true </isSupportThermalDataLinkInfo> <isSupportTemperatureCompensationCalib> <!--ro, opt, bool, 是否支持温度补偿标定参数, desc:接口:/ISAPI/Thermal/channels/<channelID>/temperatureCompensationCalibration?format=json-->true </isSupportTemperatureCompensationCalib> <isSupportWebDisplayPixelToPixelParam> <!--ro, opt, bool, web是否需要展示全屏测温参数, desc:该能力与是否支持全屏测温配置无关,仅代表是否需要web界面上展示该功能。接口:/ISAPI/Thermal/channels/<channelID>/thermometry/pixelToPixelParam/capabilities-->true </isSupportWebDisplayPixelToPixelParam> <isSupportThermalInspection> <!--ro, opt, bool, 是否支持热成像巡检, desc:接口:/ISAPI/Thermal/inspection/capabilities?format=json-->true </isSupportThermalInspection> <isSupportBlackBodyTemperature> <!--ro, opt, bool, 是否支持查询黑体中心点温度, desc:接口:/ISAPI/Thermal/channels/<channelID>/blackBodyTemperature?format=json-->true </isSupportBlackBodyTemperature> <isSupportExportThermalCalibrationFile> <!--ro, opt, bool, 是否支持导出测温标定文件, desc:POST /ISAPI/Thermal/ExportThermalCalibrationFile?format=json-->true </isSupportExportThermalCalibrationFile> <isSupportSearchSmokeAndFireDetection> <!--ro, opt, bool, 是否支持查询烟火检测结果, desc:POST /ISAPI/Thermal/fireDetection/SearchSmokeAndFireDetection?format=json-->true </isSupportSearchSmokeAndFireDetection> <isSupportColumnOven> <!--ro, opt, bool, 是否支持柱温箱参数, desc:GET/PUT /ISAPI/OPCA/GC/ColumnOven?format=json-->true </isSupportColumnOven> <isSupportImportThermalCalibrationFile> <!--ro, opt, bool, 是否支持导入测温标定文件, desc:POST /ISAPI/Thermal/ImportThermalCalibrationFile?format=json-->true </isSupportImportThermalCalibrationFile> <isSupportThermalCalibrationFileCreatParam> <!--ro, opt, bool, 是否支持测温标定文件生成参数, desc:GET /ISAPI/Thermal/ThermalCalibrationFileCreatParam?format=json-->true </isSupportThermalCalibrationFileCreatParam> <isSupportNormalRuleParams> <!--ro, opt, bool, 是否支持烟火检测普通模式规则参数, desc:GET/PUT /ISAPI/Thermal/fireDetection/channels/<channelID>/NormalRuleParams?format=json-->true </isSupportNormalRuleParams> <isSupportEnvironmentTemperatureMonitorScheduleParams> <!--ro, opt, bool, 是否支持环境温度监测布防时间参数, desc:GET/PUT /ISAPI/Thermal/EnvironmentTemperatureMonitorScheduleParams?format=json-->true </isSupportEnvironmentTemperatureMonitorScheduleParams> <isSupportEnvironmentTemperatureMonitorParam> <!--ro, opt, bool, 是否支持环境温度监测参数, desc:GET/PUT /ISAPI/Thermal/EnvironmentTemperatureMonitorParam?format=json-->true </isSupportEnvironmentTemperatureMonitorParam> <isSupportEnvironmentTemperatureMonitorTriggerParams> <!--ro, opt, bool, 是否支持环境温度监测联动方式参数, desc:GET/PUT /ISAPI/Thermal/EnvironmentTemperatureMonitorTriggerParams?format=json-->true </isSupportEnvironmentTemperatureMonitorTriggerParams> <isSupportSearchAsynThermalInspectionTaskTestPoint> <!--ro, opt, bool, 是否支持查询指定异步热成像巡检任务测点信息, desc:POST /ISAPI/Thermal/SearchAsynThermalInspectionTaskTestPoint?format=json-->true </isSupportSearchAsynThermalInspectionTaskTestPoint> <isSupportSearchAsynThermalInspectionTask> <!--ro, opt, bool, 是否支持查询指定异步热成像巡检任务, desc:POST /ISAPI/Thermal/SearchAsynThermalInspectionTask?format=json-->true </isSupportSearchAsynThermalInspectionTask> <isSupportAddAsynThermalInspectionTaskTestPoint> <!--ro, opt, bool, 是否支持添加指定异步热成像巡检指定任务测点信息, desc:POST /ISAPI/Thermal/AddAsynThermalInspectionTaskTestPoint?format=json-->true </isSupportAddAsynThermalInspectionTaskTestPoint> <isSupportAddAsynThermalInspectionTask> <!--ro, opt, bool, 是否支持添加异步热成像巡检任务, desc:POST /ISAPI/Thermal/AddAsynThermalInspectionTask?format=json-->true </isSupportAddAsynThermalInspectionTask> <isSupportImportAsynThermalInspectionTaskBaseMap> <!--ro, opt, bool, 是否支持导入热成像异步巡检任务底图, desc:POST /ISAPI/Thermal/ImportAsynThermalInspectionTaskBaseMap?format=json-->true </isSupportImportAsynThermalInspectionTaskBaseMap> <isSupportShutterFreeze> <!--ro, opt, bool, 是否支持挡片冻结, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/ShutterFreeze?format=json-->true </isSupportShutterFreeze> </ThermalCap> <WLAlarmCap> <!--ro, opt, object, 无线报警能力--> <isSupportTeleControl> <!--ro, opt, bool, 是否支持远程控制-->true </isSupportTeleControl> <isSupportPIR> <!--ro, opt, bool, 是否支持PIR配置-->true </isSupportPIR> <isSupportWLSensors> <!--ro, opt, bool, 待确认-->true </isSupportWLSensors> <isSupportCallHelp> <!--ro, opt, bool, 是否支持呼叫帮助-->true </isSupportCallHelp> <WLSensorsNum> <!--ro, opt, int, 待确认-->1 </WLSensorsNum> </WLAlarmCap> <isSupportGIS> <!--ro, opt, bool, 是否支持GIS, desc:接口:/ISAPI/GIS/channels-->true </isSupportGIS> <isSupportCompass> <!--ro, opt, bool, 是否支持罗盘配置, desc:接口:/ISAPI/Compass/channels/<ID>/capabilities-->true </isSupportCompass> <isSupportRoadInfoOverlays> <!--ro, opt, bool, 是否支持道路信息叠加-->true </isSupportRoadInfoOverlays> <isSupportFaceCaptureStatistics> <!--ro, opt, bool, 是否支持目标抓拍统计功能, desc:接口:/ISAPI/Intelligent/channels/<ID>/faceCaptureStatistics/search-->true </isSupportFaceCaptureStatistics> <isSupportElectronicsEnlarge> <!--ro, opt, bool, 设备是否支持电子放大 is this device support Electronics Enlarge-->true </isSupportElectronicsEnlarge> <isSupportRemoveStorage> <!--ro, opt, bool, 是否支持远程存储-->true </isSupportRemoveStorage> <isSupportCloud> <!--ro, opt, bool, 是否支持云存储-->true </isSupportCloud> <isSupportRecordHost> <!--ro, opt, bool, 是否支持录播主机配置, desc:接口:/ISAPI/RecordHost/capabilities)-->true </isSupportRecordHost> <isSupportMetalDetection> <!--ro, opt, bool, 是否支持金属探测, desc:对应事件:metalDetection-->true </isSupportMetalDetection> <isSupportViewshedOverlay> <!--ro, opt, bool, 支持可视域相机目标叠加功能, desc:接口:/ISAPI/System/Video/inputs/channels/<ID>/viewshedOverlay-->true </isSupportViewshedOverlay> <isSupportGPSLabelTracking> <!--ro, opt, bool, 是否支持GPS标签跟随, desc:接口:/ISAPI/GIS/channels/<ID>/GPSLabelTracking?format=json-->true </isSupportGPSLabelTracking> <isSupportEagleEye> <!--ro, opt, bool, 是否支持鹰眼-->true </isSupportEagleEye> <isSupportPanorama> <!--ro, opt, bool, 是否支持全景模式-->true </isSupportPanorama> <isSupportFirmwareVersionInfo> <!--ro, opt, bool, 是否支持显示固件版本信息-->true </isSupportFirmwareVersionInfo> <isSupportExternalWirelessServer> <!--ro, opt, bool, 是否支持外部无线服务器(true-支持-->true </isSupportExternalWirelessServer> <isSupportSetupCalibration> <!--ro, opt, bool, 是否支持架设标定-->true </isSupportSetupCalibration> <isSupportGetmutexFuncErrMsg> <!--ro, opt, bool, 是否支持互斥信息-->true </isSupportGetmutexFuncErrMsg> <isSupportTokenAuthenticate> <!--ro, opt, bool, 是否支持token认证-->true </isSupportTokenAuthenticate> <isSupportStreamDualVCA> <!--ro, opt, bool, 码流叠加智能私有数据(true-支持, desc:接口:/ISAPI/Intelligent/channels/<ID>/intelliResource中的节点<isOverlapIntelli>)-->true </isSupportStreamDualVCA> <isSupportLaserSpotManual> <!--ro, opt, bool, 是否支持激光光斑配置-->true </isSupportLaserSpotManual> <isSupportRTMP> <!--ro, opt, bool, 是否支持RTMP配置, desc:接口:/ISAPI/Streaming/channels/<ID>/RTMPCfg/capabilities-->true </isSupportRTMP> <isSupportTraffic> <!--ro, opt, bool, 交通服务能力-->true </isSupportTraffic> <isSupportLaserSpotAdjustment> <!--ro, opt, bool, 调整激光光斑大小, desc:接口:/ISAPI/Image/channels/<ID>/laserLight/laserSpotAdjustment/capabilities-->true </isSupportLaserSpotAdjustment> <VideoIntercomCap> <!--ro, opt, object, 可视对讲能力, desc:接口:/ISAPI/VideoIntercom/capabilities--> <isSupportSceneManage> <!--ro, opt, bool, 场景管理(对应场景切换配置接口)-->true </isSupportSceneManage> <isSupportDeviceId> <!--ro, opt, bool, 是否支持设备ID-->true </isSupportDeviceId> <isSupportOperationTime> <!--ro, opt, bool, 是否支持操作时间-->true </isSupportOperationTime> <isSupportCallerInfo> <!--ro, opt, bool, 是否支持通话人员信息管理-->true </isSupportCallerInfo> <isSupportCallSignal> <!--ro, opt, bool, 是否支持通话信令交互, desc:对应/ISAPI/VideoIntercom/callSignal?format=json-->true </isSupportCallSignal> <isSupportCallStatus> <!--ro, opt, bool, 是否支持获取通话状态, desc:对应/ISAPI/VideoIntercom/callStatus?format=json-->true </isSupportCallStatus> <isSupportCallElevator> <!--ro, opt, bool, 是否支持呼叫电梯-->true </isSupportCallElevator> <isSupportRelatedDeviceAdress> <!--ro, opt, bool, 是否支持关联设备地址-->true </isSupportRelatedDeviceAdress> <isSupportCardSectorCheck> <!--ro, opt, bool, 卡扇区加密校验-->true </isSupportCardSectorCheck> <isSupportRemoteOpenDoor> <!--ro, opt, bool, 是否支持远程开锁-->true </isSupportRemoteOpenDoor> <isSupportKeyCfg> <!--ro, opt, bool, 按键呼叫住户配置-->true </isSupportKeyCfg> <isSupportWorkModeCfg> <!--ro, opt, bool, 是否支持工作模式配置, desc:对应URL/ISAPI/VideoIntercom/workMode/capabilities-->true </isSupportWorkModeCfg> <isSupportSystemSwitchCfg> <!--ro, opt, bool, 可视对讲系统切换配置-->true </isSupportSystemSwitchCfg> <isSupportPrivilegePasswordStatus> <!--ro, opt, bool, 设备权限密码状态获取-->true </isSupportPrivilegePasswordStatus> <isSupportSmartHomeRoomsCfg> <!--ro, opt, bool, 是否支持房间信息配置-->true </isSupportSmartHomeRoomsCfg> <isSupportSmartHomeDevices> <!--ro, opt, bool, 是否支持智能家居智能设备管理-->true </isSupportSmartHomeDevices> <isSupportScenesCfg> <!--ro, opt, bool, 是否支持场景配置(增删改查)-->true </isSupportScenesCfg> <isSupportNameModify> <!--ro, opt, bool, 是否支持防区名称修改(app使用)-->true </isSupportNameModify> <isSupportElevatorControlCfg> <!--ro, opt, bool, 是否支持电梯控制-->true </isSupportElevatorControlCfg> <isSupportPrivilegePassword> <!--ro, opt, bool, 是否支持特权密码-->true </isSupportPrivilegePassword> <isSupportSubModules> <!--ro, opt, bool, 是否支持子模块管理-->true </isSupportSubModules> <isSupportIssueCards> <!--ro, opt, bool, 是否支持母卡发卡功能配置-->true </isSupportIssueCards> <isSupportSendCardCfg> <!--ro, opt, bool, 门口机是否支持发卡功能配置-->true </isSupportSendCardCfg> <isSupportRingBackTone> <!--ro, opt, bool, 是否支持回铃音导入-->true </isSupportRingBackTone> <isSupportCallPriority> <!--ro, opt, bool, 是否支持呼叫权限-->true </isSupportCallPriority> <isSupportPhoneCfg> <!--ro, opt, bool, 是否支持住户电话配置-->true </isSupportPhoneCfg> <isSupportWatchPoint> <!--ro, opt, bool, 是否支持观察点, desc:/ISAPI/VideoIntercom/WatchPoint-->true </isSupportWatchPoint> <isSupportVoiceConfiguration> <!--ro, opt, bool, 是否支持语音识别和播报使能配置-->true </isSupportVoiceConfiguration> <isSupportSubModulesCfg> <!--ro, opt, bool, 是否支持子模块参数配置调节-->true </isSupportSubModulesCfg> <isSupportDisplayRegion> <!--ro, opt, bool, 是否支持显示区域配置-->true </isSupportDisplayRegion> <isSupportUpdateData> <!--ro, opt, bool, 是否支持升级文件导入-->true </isSupportUpdateData> <isSupportUpdateStrategy> <!--ro, opt, bool, 是否支持升级配置-->true </isSupportUpdateStrategy> <isSupportMetaInfo> <!--ro, opt, bool, 是否支持获取升级文件信息-->true </isSupportMetaInfo> <isSupportStreamAbility> <!--ro, opt, bool, 是否支持IPC管理-->true </isSupportStreamAbility> <platform opt="R0,R1,S29,N10,N8,N4"> <!--ro, opt, enum, 平台类型, subType:string, [R0#R0,R1#R1,S29#S29,N10#N10,N8#N8,N4#N4], attr:opt{req, string, 取值范围}, desc:根据实际支持返回-->R0 </platform> <isSupportSecurityMode> <!--ro, opt, bool, 是否支持安全协议版本切换-->true </isSupportSecurityMode> <isSupportDeviceCommunication> <!--ro, opt, bool, 是否支持设备组网通信参数配置-->true </isSupportDeviceCommunication> <isSupportAutoSync> <!--ro, opt, bool, 是否支持自动同步参数配置-->true </isSupportAutoSync> <isSupportDifferentKeystrokes> <!--ro, opt, bool, 是否支持区分长短按-->true </isSupportDifferentKeystrokes> <isSupportKeyCfgWeekPlan> <!--ro, opt, bool, 按键呼叫周计划参数配置-->true </isSupportKeyCfgWeekPlan> <isSupportKeyCfgHolidayPlan> <!--ro, opt, bool, 按键呼叫假日计划参数配置-->true </isSupportKeyCfgHolidayPlan> <isSupportKeyCfgHolidayGroup> <!--ro, opt, bool, 按键呼叫假日组参数配置-->true </isSupportKeyCfgHolidayGroup> <isSupportKeyCfgPlanTemplate> <!--ro, opt, bool, 按键呼叫计划模板参数配置-->true </isSupportKeyCfgPlanTemplate> <isSupportCallCfg> <!--ro, opt, bool, 设备呼叫参数配置-->true </isSupportCallCfg> <isSupportAccessParams> <!--ro, opt, bool, app接入参数-->true </isSupportAccessParams> <isSupportTransmitRequestEventConfirm> <!--ro, opt, bool, 透传请求响应-->true </isSupportTransmitRequestEventConfirm> <isSupportIncomingCallLinkage> <!--ro, opt, bool, 是否支持来电联动配置-->true </isSupportIncomingCallLinkage> <isSupportAdbControl> <!--ro, opt, bool, 是否支持ADB远程启停-->true </isSupportAdbControl> <isSupportProtocolFileManage> <!--ro, opt, bool, 是否支持协议须知文件管理, desc:/ISAPI/VideoIntercom/protocolFileManage/capabilities?format=json-->true </isSupportProtocolFileManage> <isSupportStreamSwitch> <!--ro, opt, bool, 是否支持码流切换, desc:/ISAPI/VideoIntercom/streamSwitch/capabilities?format=json-->true </isSupportStreamSwitch> <isSupportKeywordAudioRecognition> <!--ro, opt, bool, 是否支持关键字语音识别, desc:/ISAPI/VideoIntercom/keywordAudioRecognition/capabilities?format=json-->true </isSupportKeywordAudioRecognition> <isSupportOneWaySpeaking> <!--ro, opt, bool, 是否支持喊话, desc:支持时,返回true,不支持时,不返回该字段-->true </isSupportOneWaySpeaking> <isSupportPositionInfo> <!--ro, opt, bool, 是否支持设备位置信息配置, desc:/ISAPI/VideoIntercom/positionInfo?format=json-->true </isSupportPositionInfo> <isSupportElevatorControlDisplay> <!--ro, opt, bool, 是否支持梯控显示配置, desc:/ISAPI/VideoIntercom/elevatorControlDisplay?format=json-->true </isSupportElevatorControlDisplay> <isSupportRingManage> <!--ro, opt, bool, 是否支持铃声管理, desc:/ISAPI/VideoIntercom/ringTone?format=json和/ISAPI/VideoIntercom/ringTone/<ringID>?format=json-->true </isSupportRingManage> <isSupportPasswordAuthentication> <!--ro, opt, bool, 是否支持可视对讲密码校验, desc:/ISAPI/VideoIntercom/passwordAuthentication/capabilitie-->true </isSupportPasswordAuthentication> <isSupportAlarmControlByPhone> <!--ro, opt, bool, 是否支持手机布防控制, desc:/ISAPI/SecurityCP/AlarmControlByPhone/capabilities-->true </isSupportAlarmControlByPhone> <isSupportZoneCfgByScene> <!--ro, opt, bool, 是否支持按场景配置防区参数, desc:/ISAPI/SecurityCP/BasicParam/sceneZoneCfg/capabilities-->true </isSupportZoneCfgByScene> <isSupportAppKeyConfiguration> <!--ro, opt, bool, 是否支持APPKey配置 , desc:/ISAPI/VideoIntercom/AppKeyConfiguration/capabilities-->true </isSupportAppKeyConfiguration> <isSupportIntercomProtocolChange> <!--ro, opt, bool, 是否支持设备VoIP协议切换配置, desc:/ISAPI/VideoIntercom/IntercomProtocolType/capabilities-->true </isSupportIntercomProtocolChange> <isSupportGetAnnouncementMessage> <!--ro, opt, bool, 是否支持获取公告信息, desc:/ISAPI/VideoIntercom/AnnouncementMessage/capabilities-->true </isSupportGetAnnouncementMessage> <isSupportGetDeployInfo> <!--ro, opt, bool, 是否支持布防信息获取, desc:/ISAPI/AccessControl/DeployInfo/capabilities-->true </isSupportGetDeployInfo> <detectorType opt="panicButton,magneticContact,smokeDetector,activeInfraredDetector,passiveInfraredDetector,combustibleGasDetector,doorbell"> <!--ro, opt, string, 设备支持的探测器类型, attr:opt{req, string, 取值范围}, desc:panicButton#紧急开关,magneticContact#门磁开关,smokeDetector#烟感探测器,activeInfraredDetector#主动红外探测器,passiveInfraredDetector#被动红外探测器,combustibleGasDetector#可燃气体探测器,-->test </detectorType> <isSupportBroadcastRealtime> <!--ro, opt, bool, 是否支持音频实时广播-->true </isSupportBroadcastRealtime> <isSupportOrganizationNodes> <!--ro, opt, bool, 是否组织架构管理-->true </isSupportOrganizationNodes> <isSupportAudioPlayStatus> <!--ro, opt, bool, 是否支持音频播放状态上报-->true </isSupportAudioPlayStatus> <isSupportDeviceIdAnalysisRuleCfg> <!--ro, opt, bool, 是否支持设备编号解析规则配置(URI /ISAPI/VideoIntercom/AnalysisRuleCfg/capabilities?format=json)-->true </isSupportDeviceIdAnalysisRuleCfg> <isSupportOperationTimeByChannel> <!--ro, opt, bool, 是否支持按通道配置操作时间-->true </isSupportOperationTimeByChannel> <isSupportCallAuthorization> <!--ro, opt, bool, 是否支持来电授权配置, desc:/ISAPI/VideoIntercom/CallAuthorization/capbilities?format=json-->true </isSupportCallAuthorization> <isSupportRecordControl> <!--ro, opt, bool, 是否支持录音/录像控制, desc:/ISAPI/VideoIntercom/recordControl/capabilities?format=json-->true </isSupportRecordControl> <isSupportTrusteeship> <!--ro, opt, bool, 是否支持托管配置, desc:/ISAPI/VideoIntercom/trusteeship/capabilities?format=json-->true </isSupportTrusteeship> <isSupportAnalogIndoorStation> <!--ro, opt, bool, 是否支持模拟室内机管理, desc:/ISAPI/VideoIntercom/analogIndoorStation/capabilities?format=json-->true </isSupportAnalogIndoorStation> <isSupportImportPartitions> <!--ro, opt, bool, 是否支持导入终端列表, desc:(平台给寻呼话筒设备下发在平台上的分区列表) (/ISAPI/VideoIntercom/ImportTerminals/capabilities?format=json)-->true </isSupportImportPartitions> <isSupportBroadcastPlan> <!--ro, opt, bool, 是否支持全量计划广播下发, desc:对应URI:/ISAPI/VideoIntercom/broadcast/plan/capabilities?format=json-->true </isSupportBroadcastPlan> <isSupportBroadcastPlanSearch> <!--ro, opt, bool, 是否支持全量计划广播查询, desc:对应URI: /ISAPI/VideoIntercom/broadcast/planSearch?format=json-->true </isSupportBroadcastPlanSearch> <isSupportBroadcastPlanPause> <!--ro, opt, bool, 是否支持全量计划广播暂停, desc:对应URI:/ISAPI/VideoIntercom/broadcast/plan/pause?format=json-->true </isSupportBroadcastPlanPause> <isSupportBroadcastPlanResume> <!--ro, opt, bool, 是否支持全量计划广播恢复, desc:对应URI:/ISAPI/VideoIntercom/broadcast/plan/resume?format=json-->true </isSupportBroadcastPlanResume> <isSupportBroadcastPlanTest> <!--ro, opt, bool, 是否支持全量计划广播试运行, desc:对应URI:/ISAPI/VideoIntercom/broadcast/plan/test?format=json-->true </isSupportBroadcastPlanTest> <isSupportBroadcastPlanEx> <!--ro, opt, bool, 是否支持增量计划广播下发, desc:对应URI:/ISAPI/VideoIntercom/broadcast/planEx/capabilities?format=json-->true </isSupportBroadcastPlanEx> <isSupportBroadcastPlanExSearch> <!--ro, opt, bool, 是否支持增量计划广播查询, desc:对应URI: /ISAPI/VideoIntercom/broadcast/planExSearch?format=json-->true </isSupportBroadcastPlanExSearch> <isSupportBroadcastPlanModify> <!--ro, opt, bool, 是否支持单个计划广播修改, desc:仅在增量下发时有效-->true </isSupportBroadcastPlanModify> <isSupportBroadcastPlanDelete> <!--ro, opt, bool, 是否支持单个计划广播删除, desc:仅在增量下发时有效-->true </isSupportBroadcastPlanDelete> <isSupportAudioInPlayCfg> <!--ro, opt, bool, 是否支持广播音频输入源播放配置, desc:对应能力集/ISAPI/VideoIntercom/broadcast/AudioInPlayCfg/capabilities?format=json-->true </isSupportAudioInPlayCfg> <isSupportSearchWardBedInfo> <!--ro, opt, bool, 是否支持床位信息检索, desc:对应能力集/ISAPI/VideoIntercom/searchWardBedInfo/capabilities?format=json,用于医疗管理机检索其接入的病房分机上的床位是否已被占用-->true </isSupportSearchWardBedInfo> <isSupportPatient> <!--ro, opt, bool, 是否支持患者信息下发, desc:对应能力集/ISAPI/VideoIntercom/medical/patient/capabilities?format=json-->true </isSupportPatient> <isSupportIntroduction> <!--ro, opt, bool, 是否支持医疗简介下发, desc:对应能力集/ISAPI/VideoIntercom/medical/introduction/capabilities?format=json-->true </isSupportIntroduction> <isSupportConstantVoltage> <!--ro, opt, bool, 是否支持定压广播, desc:对应能力集/ISAPI/VideoIntercom/broadcast/ConstantVoltage/capabilities?format=json-->true </isSupportConstantVoltage> <isSupportRecordMode> <!--ro, opt, bool, 是否支持录制模式配置, desc:对应能力集/ISAPI/VideoIntercom/RecordMode/capabilities?format=json-->true </isSupportRecordMode> <isSupportCallForwarding> <!--ro, opt, bool, 是否支持主动呼叫转移, desc:对应能力 /ISAPI/VideoIntercom/callForwarding/capabilities?format=json-->true </isSupportCallForwarding> <isSupportMediaLibrary> <!--ro, opt, bool, 是否支持媒体库信息下发, desc:对应能力 /ISAPI/VideoIntercom/broadcast/MediaLibrary/capabilities?format=json-->true </isSupportMediaLibrary> <isSupportBroadcastControl> <!--ro, opt, bool, 是否支持配置广播控制参数, desc:对应URL /ISAPI/VideoIntercom/broadcast/control/capabilities?format=json-->true </isSupportBroadcastControl> <isSupportGetImportPartitions> <!--ro, opt, bool, 是否支持获取分区列表信息, desc:POST /ISAPI/VideoIntercom/broadcast/GetImportPartitions?format=json-->true </isSupportGetImportPartitions> <isSupportSearchMediaLibrary> <!--ro, opt, bool, 是否支持查询媒体库信息, desc:POST /ISAPI/VideoIntercom/broadcast/SearchMediaLibrary?format=json-->true </isSupportSearchMediaLibrary> <isSupportImportPartitionsBatch> <!--ro, opt, bool, 是否支持配置分区批量导入, desc:PUT /ISAPI/VideoIntercom/broadcast/ImportPartitionsBatch?format=json-->true </isSupportImportPartitionsBatch> <isSupportMediaLibraryBatch> <!--ro, opt, bool, 是否支持配置媒体库信息批量下发, desc:PUT /ISAPI/VideoIntercom/broadcast/MediaLibraryBatch?format=json-->true </isSupportMediaLibraryBatch> <isSupportPlanScheme> <!--ro, opt, bool, 是否支持广播计划方案, desc:GET /ISAPI/VideoIntercom/broadcast/PlanScheme/capabilities?format=json-->true </isSupportPlanScheme> <isSupportRealTimeInsertion> <!--ro, opt, bool, 是否支持实时插播, desc:POST /ISAPI/VideoIntercom/broadcast/RealTimeInsertion?format=json-->true </isSupportRealTimeInsertion> </VideoIntercomCap> <SecurityCPCapabilities> <!--ro, opt, object, 待确认, desc:接口:/ISAPI/SecurityCP/capabilities?format=json-->true </SecurityCPCapabilities> <isSupportSafetyCabin> <!--ro, opt, bool, 防护舱控制器, desc:接口:/ISAPI/SafetyCabin/capabilities-->true </isSupportSafetyCabin> <isSupportAcsUpdate> <!--ro, opt, bool, 是否支持外设模块升级(支持时返回true, desc:接口:/ISAPI/System/AcsUpdate/capabilities-->true </isSupportAcsUpdate> <isSupportSecurityCP> <!--ro, opt, bool, 待确认-->true </isSupportSecurityCP> <isSupportPEA> <!--ro, opt, bool, 一键式报警主机能力-->true </isSupportPEA> <isSupportCurrentLock> <!--ro, opt, bool, 是否支持锁定电流配置功能-->true </isSupportCurrentLock> <isSupportGuardAgainstTheft> <!--ro, opt, bool, 是否支持设备防盗配置, desc:接口:/ISAPI/System/guardAgainstTheft/capabilities-->true </isSupportGuardAgainstTheft> <isSupportPicInfoOverlap> <!--ro, opt, bool, 是否支持图片字符叠加-->true </isSupportPicInfoOverlap> <isSupportPlay> <!--ro, opt, bool, 屏蔽预览-->true </isSupportPlay> <isSupportPlayback> <!--ro, opt, bool, 屏蔽回放-->true </isSupportPlayback> <UHFRFIDReader> <!--ro, opt, object, RFID读写器支持能力--> <isSupportBasicInformation> <!--ro, opt, bool, 是否支持读写器基本参数-->true </isSupportBasicInformation> <isSupportHardDiskStorageTest> <!--ro, opt, bool, 是否支持读写器盘存测试-->true </isSupportHardDiskStorageTest> <isSupportCarReaderConfig> <!--ro, opt, bool, 是否支持电子车牌阅读器参数配置, desc:接口:/ISAPI/Traffic/UHFRFIDReader/carReaderConfig/capabilities?format=json-->true </isSupportCarReaderConfig> </UHFRFIDReader> <isSupportMasterSlaveConfig> <!--ro, opt, bool, 是否支持设备主从配置, desc:接口:/ISAPI/System/masterSlaveConfig?format=json-->true </isSupportMasterSlaveConfig> <isSupportIntelligentStructureAnalysis> <!--ro, opt, bool, 是否支持智能结构化分析, desc:接口:/ISAPI/Intelligent/structureAnalysis/capabilities-->true </isSupportIntelligentStructureAnalysis> <isSupportIntelligentAnalysisEngines> <!--ro, opt, bool, 表示是否支持的智能引擎配置, desc:接口:/ISAPI/Intelligent/analysisEngines/capabilities-->true </isSupportIntelligentAnalysisEngines> <PreviewDisplayNum> <!--ro, opt, int, 浏览器预览窗口数目-->1 </PreviewDisplayNum> <isSupportBoard opt="true,false"> <!--ro, opt, bool, 是否支持子板相关协议, attr:opt{opt, string, 取值范围}-->true </isSupportBoard> <ResourceSwitch> <!--ro, opt, object, 资源转换配置--> <workMode opt="4KPreview,educationRecord"> <!--ro, req, string, 设备资源中工作模式:教育录播模式, attr:opt{opt, string, 取值范围}-->test </workMode> </ResourceSwitch> <isSupportCustomStream> <!--ro, opt, bool, 是否支持自定义码流, desc:接口:/ISAPI/Streaming/channels/<ID>/customStream/capabilities-->true </isSupportCustomStream> <isSupportTriggerCapCheck> <!--ro, opt, bool, 表示URL(/ISAPI/Event/triggersCap)中的能力做过验证-->true </isSupportTriggerCapCheck> <isSupportChannelEventCap> <!--ro, opt, bool, 是否支持按通道获取事件能力, desc:接口:URL /ISAPI/Event/channels/<ID>/capabilities-->true </isSupportChannelEventCap> <SensorCap> <!--ro, opt, object, 传感器参数配置, desc:接口:/ISAPI/System/Sensor/capabilities--> <SensorNums> <!--ro, opt, int, 最多添加传感器个数-->1 </SensorNums> <isSupportSensorPortConfiguration> <!--ro, opt, bool, 支持监测量参数配置-->true </isSupportSensorPortConfiguration> <isSupportSensorPortControl> <!--ro, opt, bool, 支持供监测量控制-->true </isSupportSensorPortControl> <isSupportAcquireSensorStatus> <!--ro, opt, bool, 支持传感器实时状态获取-->true </isSupportAcquireSensorStatus> <isSupportSearchSensorData> <!--ro, opt, bool, 支持传感器数据查询-->true </isSupportSearchSensorData> </SensorCap> <isSupportEncryption> <!--ro, opt, bool, 码流加密能力-->true </isSupportEncryption> <isSupportTrial> <!--ro, opt, bool, 是否支持审讯机相关配置-->true </isSupportTrial> <isSupportSignInstrument> <!--ro, opt, bool, 体征仪能力-->true </isSupportSignInstrument> <isSupportLocate> <!--ro, opt, bool, 是否支持定位配置-->true </isSupportLocate> <isSupportVibration> <!--ro, opt, bool, 是否支持震动参数配置-->true </isSupportVibration> <isSupportMixedTargetDetection> <!--ro, opt, bool, 是否支持混合目标检测事件-->true </isSupportMixedTargetDetection> <SDCardCtrlCap> <!--ro, opt, object, 存储卡远程控制能力--> <isSupportIOCtrl> <!--ro, opt, bool, 是否支持升级控制命令能力-->true </isSupportIOCtrl> <isSupportReadCardStatus> <!--ro, opt, bool, 是否支持认卡操作能力-->true </isSupportReadCardStatus> <isSupportStartUpdate> <!--ro, opt, bool, 是否支持开始升级控制能力-->true </isSupportStartUpdate> <isSupportEndUpdate> <!--ro, opt, bool, 是否支持结束升级控制能力-->true </isSupportEndUpdate> <isSupportPowerCtrl> <!--ro, opt, bool, 是否支持上下电控制能力-->true </isSupportPowerCtrl> </SDCardCtrlCap> <isSupportMutiChannelCalibration> <!--ro, opt, bool, 是否支持多通道通道标定-->true </isSupportMutiChannelCalibration> <isSupportElevatorFloorCalibration> <!--ro, opt, bool, 是否支持楼层显示配置-->true </isSupportElevatorFloorCalibration> <isSupportPictureCaptureComparision> <!--ro, opt, bool, 是否支持图片与监控点图片1V1比对-->true </isSupportPictureCaptureComparision> <isSupportGPSCalibratation> <!--ro, opt, bool, 是否支持GPS标定功能-->true </isSupportGPSCalibratation> <isSupportCityManagement> <!--ro, opt, bool, 是否支持智慧城管检测事件-->true </isSupportCityManagement> <isSupportBVCorrect> <!--ro, opt, bool, 设备是否支持相机矫正参数配置-->true </isSupportBVCorrect> <isSupportSteamingCodingModeSwitch> <!--ro, opt, bool, 编码输出模式(true-支持, desc:接口:/ISAPI/System/streamingCoding/mode/capabilities?format=json-->true </isSupportSteamingCodingModeSwitch> <supportImageChannel opt="1,2,3,4,5,6"> <!--ro, opt, string, 是否支持图像通道配置, attr:opt{req, string, 取值范围}, desc:当前设备所支持的实际图像通道配置(图像参数接口:/ISAPI/Image/channels/<channelID>),若不返回该节点图像通道默认与编码通道(/ISAPI/Streaming/channels)保持一致。 该节点主要用于图像通道与实际码流通道不一致的情况;如实验考图像拼接设备,该设备存在四个sensor却拼接为一路编码通道进行输出,但是每个sensor都支持图像参数配置,图像通道1默认仅对sensor1的图像生效}-->test </supportImageChannel> <isSupportPanoramaCalibration> <!--ro, opt, bool, 是否支持全景相机标定配置-->true </isSupportPanoramaCalibration> <isSupportPanoramaMode> <!--ro, opt, bool, 是否支持全景相机模式切换-->true </isSupportPanoramaMode> <supportSnapshotChannel opt="1"> <!--ro, opt, string, 抓图计划通道支持能力, attr:opt{opt, string, 取值范围}-->test </supportSnapshotChannel> <isSupportPanoramaCorrections> <!--ro, opt, bool, 是否支持算法矫正参数配置-->true </isSupportPanoramaCorrections> <isSupportActiveMulticast> <!--ro, opt, bool, 是否支持多播配置 /ISAPI/Streaming/channels/<ID>/capabilities中Multicast-->true </isSupportActiveMulticast> <isSupportChannelEventListCap> <!--ro, opt, bool, 表示是否支持获取设备所有通道的事件能力-->true </isSupportChannelEventListCap> <VCAResourceChannelsCap> <!--ro, opt, array, 表示支持智能资源按通道独立切换, subType:object--> <ChannelsList> <!--ro, opt, object, 通道列表--> <channelsID> <!--ro, req, int, 设备支持的通道号-->1 </channelsID> </ChannelsList> </VCAResourceChannelsCap> <isSupportTimerVCAResource> <!--ro, opt, bool, 是否支持定时智能资源切换-->true </isSupportTimerVCAResource> <MixedTargetDetection> <!--ro, opt, object, 设备支持混合目标识别中具体目标的识别能力--> <isSupportFaceRecognition> <!--ro, opt, bool, 支持目标抓拍-->true </isSupportFaceRecognition> <isSupportHumanRecognition> <!--ro, opt, bool, 支持人体识别-->true </isSupportHumanRecognition> <isSupportVehicleRecognition> <!--ro, opt, bool, 支持车辆识别(包含机动车和非机动车的识别)-->true </isSupportVehicleRecognition> </MixedTargetDetection> <isSupportDiscoveryMode> <!--ro, opt, bool, 是否支持发现模式, desc:接口:/ISAPI/System/discoveryMode/capabilities-->true </isSupportDiscoveryMode> <isSupportDumpData> <!--ro, opt, bool, 是否支持Dump文件导出-->true </isSupportDumpData> <isSupportCameraAccessConfiguration> <!--ro, opt, bool, 支持相机接入配置, desc:接口:/ISAPI/System/cameraAccess/configuration/capabilities?format=json-->true </isSupportCameraAccessConfiguration> <isSupportIntelligentSearch> <!--ro, opt, bool, 支持智能检索, desc:接口:/ISAPI/SDT/Management/IntelligentSearch/capabilities?format=json-->true </isSupportIntelligentSearch> <isSupportAutoMaintenance> <!--ro, opt, bool, 支持自动运维, desc:接口:/ISAPI/System/autoMaintenance/capabilities?format=json-->true </isSupportAutoMaintenance> <isSupportRtspOverHTTPS> <!--ro, opt, bool, 支持RtspOverHTTPS-->true </isSupportRtspOverHTTPS> <isSupportIntersectionAnalysis> <!--ro, opt, bool, 是否支持路口分析, desc:接口:/ISAPI/Intelligent/channels/<ID>/intersectionAnalysis/capabilities?format=json-->true </isSupportIntersectionAnalysis> <isSupportAudioInteract> <!--ro, opt, bool, 是否支持音频互动功能(来自慧影科技), desc:接口:/ISAPI/Streaming/interact/capabilities?format=json-->true </isSupportAudioInteract> <isSupportChannelFullEventListCap> <!--ro, opt, bool, 表示是否支持获取设备所有通道的事件能力-->true </isSupportChannelFullEventListCap> <isSupportAUXInfoCap> <!--ro, opt, bool, 表示是否支持获取设备所有通道属性能力-->true </isSupportAUXInfoCap> <supportPanoramaChannel opt="2"> <!--ro, opt, string, 设备支持的全景通道, attr:opt{opt, string, 取值范围}-->test </supportPanoramaChannel> <regionClip> <!--ro, opt, object, 支持区域剪裁的通道及码流--> <channels opt="101"> <!--ro, opt, string, 支持区域剪裁的通道及码流, attr:opt{opt, string, 取值范围}, desc:101:通道号*100+码流类型-->test </channels> </regionClip> <AIDEventSupport opt="abandonedObject,pedestrian,congestion,roadBlock,construction,trafficAccident,fogDetection,wrongDirection,illegalParking,SSharpDriving,lowSpeed,dragRacing,obstacle,vehNoYieldPedest,illegalMannedVeh,illegalMannedNonMotorVeh,umbrellaTentInstall,nonMotorVehOnVehLane,wearingNoHelmet,pedestRedLightRunning,pedestOnNonMotorVehLane,pedestOnVehLane,conflagration,smoke,VehicleSpeedDrop,lowVisibility,animalsOccupy,targetSpeedDetection,emergencyLane,gasser,changeLaneContinuously,RegionalVehicleStatistics"> <!--ro, opt, string, 支持的AID事件, attr:opt{opt, string, 取值范围}, desc:abandonedObject#抛洒物,checkPoint#卡口检测,conflagration#火灾,congestion#拥堵,construction#施工,crossLane#压线,edfManual#手动取证,fogDetection#浓雾检测,gasser#加塞,group#人员聚集,illegalParking#违停,intersectionStranded#车辆滞留,laneChange#变道,objectDroppedDown#物体坠落,occupyOvertakingLane#占用超车道,parallelParking#侧方位停车,pedestrian#行人检测,polyJam#多边形拥堵 鹰眼拥堵,prohibitionMarkViolation#违反禁令,roadBlock#路障,slowMoving#车辆缓行,smoke#烟雾,speed#车辆超速,suddenSpeedDrop#速度骤降,trafficAccident#交通事故检测,trafficConflict#车流冲突,turnRound#掉头,unknown#未知,vehicleexist#机占非,wrongDirection#逆行,singleVehicleBreakdown#单车抛锚,vehNoYieldPedest#机动车不礼让行人,illegalMannedVeh#机动车违法载人,illegalMannedNonMotorVeh#非机动车违法载人,umbrellaTentInstall#非机动车违规加装雨棚,nonMotorVehOnVehLane#非机动车占用机动车道,wearingNoHelmet#非机动车未佩戴头盔事,pedestRedLightRunning#行人闯红灯,pedestOnNonMotorVehLane#行人非机动车道行走,pedestOnVehLane#行人机动车道行走,tfsManuaTrigger#手动违章取证,VehicleSpeedDrop#车速骤降事件,lowVisibility#低环境能见度,animalsOccupy#动物占道,targetSpeedDetection#道路目标测速,lowSpeed#低速行驶,SSharpDriving#蛇形行驶,changeLaneContinuously#连续变道,intersectionOverflow#路口溢出,emergencyLane#占用应急车道,reversing#倒车检测,trafficFlowAbnormal#车流异常,notKeepDistance#未保持车距,largeVehicleOccupyLine#大车占道,dragRacing#飙车,overtakeRightSide#右侧超车,notSlowZebraCrossing#斑马线未减速,occupyDedicatedLane#占用专用车道,notDriveInDedicatedLane#未按专用车道行驶,conflictWarning#冲突预警,RegionalVehicleStatistics#区域车辆统计-->test </AIDEventSupport> <TFSEventSupport opt="illegalParking ,wrongDirection,crossLane,laneChange,vehicleExist,turnRound,parallelParking,notKeepDistance,notSlowZebraCrossing,overtakeRightSide,lowSpeed,dragRacing,changeLaneContinuously,SSharpDriving,largeVehicleOccupyLine,jamCrossLine,obstacle,blackSmokeVehicle,turnRightStop,occupyDedicatedLane,notDriveInDedicatedLane,TFS_nonZipperMerge,overSpeed,emergencyLane,gasser"> <!--ro, opt, string, 支持的TFS, attr:opt{opt, string, 范围, desc:TFS_nonZipperMerge#未交替出行}-->test </TFSEventSupport> <isVehicleStatisticsSupport> <!--ro, opt, bool, 是否支持交通数据采集配置-->true </isVehicleStatisticsSupport> <isSupportElevatorFloorName> <!--ro, opt, bool, 是否支持楼层自定义名称配置-->true </isSupportElevatorFloorName> <isSupportVehicleFaceRecognition> <!--ro, opt, bool, 是否支持卡口车辆识别中, desc:背景:交通产品线在车辆识别中支持"人脸"(驾驶室)的识别,但是设备实现的中没有新增能力节点告知上层集成方,设备具备该"目标抓拍能力"。-->true </isSupportVehicleFaceRecognition> <VQDEventSupport opt="luma,chroma,snow,streak,freeze,sigLose,clarity,jitter,block,flowers,noise,ghost,purple,ICR,protectiveFilm,blur,contrast"> <!--ro, opt, string, VQD事件列表, attr:opt{opt, string, 取值范围}, desc:亮度异常:Luma;图像偏色:Chroma;雪花干扰:Snow;条纹干扰:Streak;画面冻结:Freeze;信号丢失:SigLose;清晰度异常: Clarity;画面抖动:JItter;视频遮挡:Block;花屏:Flowers;噪点:Noise;鬼像:Ghost;紫边:Purple;ICP:ICR;保护膜未撕:protectiveFilm, blur#图像模糊, contrast#对比度-->test </VQDEventSupport> <IOTCap> <!--ro, opt, object, 支持分页查询设备状态列表, desc:不支持不返回, 不支持时通过GET获取列表--> <supportChannelNum opt="5000"> <!--ro, opt, int, 支持的IOT设备通道数目, attr:opt{opt, string, 取值范围}-->1 </supportChannelNum> <startChannelNo> <!--ro, opt, int, 起始IOT设备通道号-->1 </startChannelNo> <isSupportlinkageChannelsSearch> <!--ro, opt, bool, 查询非视频事件联动通道, desc:设备支持返回为true,接口:(POST /ISAPI/System/IOT/linkageChannels?format=json)-->true </isSupportlinkageChannelsSearch> <isSupportIOTChannelCap> <!--ro, opt, bool, 是否支持非视频通道参数配置, desc:设备支持返回为true,接口:(GET /ISAPI/System/IOT/channels/<IoTChannelID>/capabilities?format=json)-->true </isSupportIOTChannelCap> <satusSearchTaskCap> <!--ro, opt, object, 查询IOT设备能力--> <maxResults> <!--ro, opt, int, 最大返回结果-->1 </maxResults> <filterType opt="all,online,offline,updateFailed,notPartitioned"> <!--ro, opt, enum, 筛选类型, subType:string, [all#所有,online#在线,offline#离线,updateFailed#升级失败,notPartitioned#未分区], attr:opt{req, string, 取值范围}-->all </filterType> <deviceStatus opt="calling,noCall,medicationChangePrompt,alarming,offline,free,callWaiting"> <!--ro, opt, string, 设备状态查询条件取值范围 , range:[0,32], attr:opt{req, string, 取值范围}, desc:calling-通话中,noCall-非通话状态,medicationChangePrompt-换药提醒中,alarming-报警中,offline–离,free-空闲,callWaiting-通话等待。多个条件默认采用 ‘与’ 关系-->calling </deviceStatus> <logicRelationship opt="and,or"> <!--ro, opt, string, 设备状态查询条件逻辑关系取值范围, range:[0,16], attr:opt{req, string, 取值范围}, desc:and-与关系,or-或关系,默认and,当deviceStatus存在时有效-->and </logicRelationship> <alarmType opt="SOS,toilet"> <!--ro, opt, string, 报警类型取值范围, range:[0,16], attr:opt{req, string, 取值范围}, desc:SOS-SOS呼救,toilet-卫生间报警,当deviceStatus存在alarming时可选有效-->test </alarmType> <callWaitingType opt="normal,cisit"> <!--ro, opt, string, 报警类型, attr:opt{req, string, 取值范围}, desc:normal-正常呼叫等待, visit-探视呼叫等待,当deviceStatus存在callWaiting时可选有效-->test </callWaitingType> </satusSearchTaskCap> <channelConfigList> <!--ro, opt, array, 按照unitType类型返回列表能力, subType:object--> <channelConfig> <!--ro, opt, object, 添加设备中设备类型能力--> <unitType> <!--ro, opt, enum, 单元类型, subType:string, [indoor#室内,villa#别墅门口机,confirm#二次确认机,outdoor#门口机,fence#围墙机,doorbell#门铃机,manage#(对讲)管理机,acs#门禁设备,interactive#交互终端,wardStation#探视分机,bedheadExtension#床头分机,bedsideExtension#床旁分机,terminal#(对讲)终端,netAudio#网络音响,analogIndoor#模拟室内机,decoder#解码器,networkFireAlarmMatrix#网络消防矩阵,amplifier#网络功放设备,pagingMicrophone#寻呼话筒,PDA#PDA设备,netSwitch#网络交换机,entrywayStation#玄关机,alarmManage#报警管理机,alarmTerminal#报警终端]-->outdoor </unitType> <floorNumber min="-10" max="999"> <!--ro, opt, int, 层号, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </floorNumber> <roomNumber min="0" max="999"> <!--ro, opt, int, 房间号, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </roomNumber> <isSupportSlaveDevice> <!--ro, opt, bool, 是否支持从设备-->true </isSupportSlaveDevice> <isSupportZeroFloorNumber> <!--ro, opt, bool, 是否支持0号楼层, desc:和floorNumber字段一起使用-->true </isSupportZeroFloorNumber> <periodNumber min="1" max="999"> <!--ro, opt, int, 期号, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </periodNumber> <buildingNumber min="1" max="999"> <!--ro, opt, int, 楼号, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </buildingNumber> <unitNumber min="0" max="999"> <!--ro, opt, int, 单元号, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </unitNumber> <deviceIndex min="1" max="32"> <!--ro, opt, string, 设备序号字符长度取值范围, attr:min{req, int, 最小值},max{req, int, 最大值}-->test </deviceIndex> <industryType opt="builidings,prison,medicalTreatment,broadcasting,general"> <!--ro, opt, string, 行业(场景)类型, range:[0,32], attr:opt{req, string, 取值范围}, desc:builidings#楼宇,prison#监所,medicalTreatment#医疗,broadcasting#广播,general#通用行业(设备内部长号组合规则不局限于行业限制)-->test </industryType> <alarmEnabled opt="true,false"> <!--ro, opt, bool, 非视频设备布防使能, attr:opt{req, string, 取值范围}, desc:用于判断添加设备是否支持在添加阶段进行布防操作.对应/ISAPI/System/IOT/channels?format=json中的alarmEnabled节点-->true </alarmEnabled> <priority min="1" max="15"> <!--ro, opt, int, 呼叫优先级, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </priority> <transportType opt="unicast,multicast"> <!--ro, opt, string, 广播方式, attr:opt{req, string, 取值范围}, desc:unicast-单播,multicast-组播-->test </transportType> <audioVolume min="0" max="15"> <!--ro, opt, int, 播放音量, attr:min{req, int, 最小值},max{req, int, 最大值}-->0 </audioVolume> <callForwardingEnabled> <!--ro, opt, bool, 呼叫转移使能, desc:true-开启,false-关闭,默认关闭-->true </callForwardingEnabled> <callForwardingType opt="unconditional,busy,noReply,noReachable,calling"> <!--ro, opt, string, 呼叫转移类型, range:[0,32], attr:opt{req, string, 取值范围}, desc:unconditional-无条件呼叫转移,busy-遇忙呼叫转移,noReply-无应答呼叫转移,noReachable-不可达呼叫转移,calling-通话转移-->test </callForwardingType> <isSupportCallTerminalNumbe> <!--ro, opt, bool, 是否支持转移目标管理机长号配置-->true </isSupportCallTerminalNumbe> <customCommunicationName min="0" max="128"> <!--ro, opt, string, 自定义通讯名称, range:[0,128], attr:min{req, int, 最小值},max{req, int, 最大值}, desc:当有此节点时,设备呼叫时优先显示自定义通讯名称,而不是终端长号-->test </customCommunicationName> <isSupportMoreFeatures> <!--ro, opt, bool, 是否接入设备更多功能设置, desc:不传此节点默认不支持-->true </isSupportMoreFeatures> <isNotSupportRegPassword> <!--ro, opt, bool, 是否不支持注册密码配置, desc:不传此节点或者此节点返回false表示支持-->true </isNotSupportRegPassword> <mappingRoomNumber min="0" max="5"> <!--ro, opt, int, 映射房间号, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:海外用户的隐私需求,为了不暴露实际房间号,通过映射房号进行呼叫,映射房间号具有全局唯一性-->0 </mappingRoomNumber> <IOTProtocolType opt="CodeMaster,GJD,HIKVISION,Luminite,OPTEX,SIA-CID,logisticsScanningGun,Adam,Arteco,ISUP,Ezviz,FM2466,MOXA,ISAPI,STCP"> <!--ro, opt, enum, IOT协议类型, subType:string, [CodeMaster#CodeMaster协议,GJD#GJD报警主机协议,HIKVISION#设备接入协议,Luminite#Luminite报警主机协议,OPTEX#OPTEX报警主机协议,SIA-CID#SIA-CID协议,logisticsScanningGun#扫码枪协议,Adam#Adam模块,Arteco#Arteco模块,ISUP#ISUP协议,Ezviz#萤石协议,MOXA#MOXA模块协议,ISAPI#ISAPI协议,STCP#STCP协议(简单的TCP C/S通讯协议)], attr:opt{req, string, 取值范围}, desc:设备原先(2022年5月22号之前)实现协议类型写死支持除ISUP和萤石协议外的类型。现有集成逻辑需要通过此节点判断支持协议类型-->CodeMaster </IOTProtocolType> <deviceID min="0" max="64"> <!--ro, opt, string, 设备ID, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:ISUP协议接入时支持-->test </deviceID> <ISUPkey min="1" max="32"> <!--ro, opt, string, ISUP秘钥, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:ISUP协议接入时支持-->test </ISUPkey> <dialUpAddress min="1" max="1024"> <!--ro, opt, string, 拨码地址, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:unitType为analogIndoor时,需要dialUpAddress-->test </dialUpAddress> </channelConfig> </channelConfigList> <isSupportConfigTemplate> <!--ro, opt, bool, 是否支持导出非视频通道设备列表模板, desc:对应GET /ISAPI/System/IOT/channelConfig/template?format=json-->true </isSupportConfigTemplate> <isSupportConfigReport> <!--ro, opt, bool, 是否支持获取导入的非视频通道设备详情, desc:对应GET /ISAPI/System/IOT/channelConfig/report?format=json-->true </isSupportConfigReport> <unitType opt="indoor,villa,confirm,outdoor,fence,doorbell,manage,acs,interactive,wardStation,bedheadExtension,bedsideExtension,analogIndoor,decoder,networkFireAlarmMatrix,amplifier,pagingMicrophone,PDA,netSwitch,entrywayStation,alarmManage,alarmTerminal"> <!--ro, opt, string, 设备类型, range:[0,32], attr:opt{req, string, 取值范围}, desc:,terminal-终端, netAudio-网络音响-->test </unitType> <serialNumber min="1" max="32"> <!--ro, opt, string, 设备序列号字符长度取值范围, range:[0,32], attr:min{req, int, 最小值},max{req, int, 最大值}-->test </serialNumber> <isSupportAsyncStatus> <!--ro, opt, bool, 是否支持异步获取非视频通道状态, desc:对应设备更新任务url为PUT /ISAPI/System/IOT/channels/updateStatusTask?format=json,获取更新进度url:GET /ISAPI/System/IOT/channels/updateStatusProgress?format=json-->true </isSupportAsyncStatus> <isSupportAddIOTChannelList> <!--ro, opt, bool, 是否支持批量添加非视频通道设备, desc:对应批量添加接口:POST /ISAPI/System/IOT/channels/AddIOTChannelList?format=json-->true </isSupportAddIOTChannelList> <isSupportSearchMoreIOTSource> <!--ro, opt, bool, 是否支持查询可接入的非视频通道设备, desc:对应批量添加接口:POST /ISAPI/System/IOT/SearchMoreIOTSource?format=json-->true </isSupportSearchMoreIOTSource> <channelConfigReportMode> <!--ro, opt, enum, 非视频列表导入方式, subType:string, [cover#覆盖,add#追加], desc:不同设备(管理机和门口机)对于导入的设备列表处理方式不同,需要能力返回给用户提示;导入设备列表的URL:/ISAPI/System/IOT/channelConfig?format=json-->cover </channelConfigReportMode> <isSupportEncryptImportIOTChannelFile> <!--ro, opt, bool, 是否支持对导入非视频通道文件进行加密, desc:对应PUT /ISAPI/System/IOT/channelConfig?format=json&,不返回该字段默认表示不支持-->true </isSupportEncryptImportIOTChannelFile> <isSupportEncryptExportIOTChannelFile> <!--ro, opt, bool, 是否支持对导出非视频通道文件进行加密, desc:对应GET /ISAPI/System/IOT/channelConfig?format=json&,不返回该字段默认表示不支持-->true </isSupportEncryptExportIOTChannelFile> <isSupportExportAbnormalReport> <!--ro, opt, bool, 是否支持导出非视频通道设备异常错误报告, desc:对应GET /ISAPI/System/IOT/ChannelConfig/ExportAbnormalReport?format=json&,不返回该字段默认表示不支持-->true </isSupportExportAbnormalReport> <isSupportSyncDeviceInfoTask> <!--ro, opt, bool, 是否支持同步非视频通道设备的设备信息任务, desc:对应GET /ISAPI/System/IOT/Channels/SyncDeviceInfoTask/capabilities?format=json,不返回该字段默认表示不支持-->true </isSupportSyncDeviceInfoTask> </IOTCap> <isSupportLCDScreen> <!--ro, opt, bool, 是否支持LCD显示屏-->true </isSupportLCDScreen> <isSupportBluetooth> <!--ro, opt, bool, 是否支持蓝牙, desc:接口:/ISAPI/System/Bluetooth/capabilities-->true </isSupportBluetooth> <isSupportNetScreen> <!--ro, opt, bool, 是否支持网络显示器(诺瓦屏), desc:接口:/ISAPI/System/netScreens/capabilities?format=json-->true </isSupportNetScreen> <isSupportLocation> <!--ro, opt, bool, 是否支持设备位置信息获取, desc:接口:/ISAPI/System/location?format=json-->true </isSupportLocation> <isSupportDebugInfoExport> <!--ro, opt, bool, 是否支持调试信息导出, desc:接口:/ISAPI/System/debugInfoExport/capabilities?format=json-->true </isSupportDebugInfoExport> <isSupportIoTGateway> <!--ro, opt, bool, 是否支持物联网关功能, desc:接口:/ISAPI/System/IoTGateway/capabilities?format=json-->true </isSupportIoTGateway> <isSupportImageCap> <!--ro, opt, bool, 是否支持图像参数配置-->true </isSupportImageCap> <isSupportLogToUSB opt="true,false"> <!--ro, opt, bool, 是否支持日志导出到USB, attr:opt{opt, string, 取值范围}, desc:接口:/ISAPI/System/exportLogToUSB/capabilities?format=json-->true </isSupportLogToUSB> <isSupportWiresharkToUSB opt="true,false"> <!--ro, opt, bool, 是否支持抓包信息导出到USB, attr:opt{opt, string, 取值范围}, desc:接口:/ISAPI/System/wiresharkToUSB/capabilities?format=json-->true </isSupportWiresharkToUSB> <CDBurningStreamEncryptionChannels opt="1,2"> <!--ro, opt, string, 设备刻录码流加密通道能力返回, attr:opt{opt, string, 枚举值}, desc:接口:/ISAPI/Streaming/channels/<ID>/capabilities中的isSupportCDBurningEncryption-->true </CDBurningStreamEncryptionChannels> <isSupportOCR> <!--ro, opt, bool, 是否支持OCR检测, desc:接口:/ISAPI/Intelligent/channels/<ID>/OCR/capabilities?format=json-->true </isSupportOCR> <isSupportInstallationAngleCalibration> <!--ro, opt, bool, 是否支持安装倾角校准能力, desc:接口:/ISAPI/System/installationAngleCalibration/channels/<ID>/capabilities-->true </isSupportInstallationAngleCalibration> <isSupportZeroBiasCalibration> <!--ro, opt, bool, 是否支持零偏倾角校准能力节点, desc:接口:/ISAPI/System/zeroBiasCalibration/channels/<ID>?format=json-->true </isSupportZeroBiasCalibration> <isSupportCalibrationFile> <!--ro, opt, bool, 是否支持标定文件导入, desc:接口:/ISAPI/System/configurationData-->true </isSupportCalibrationFile> <isSupportDisplayTrajectory> <!--ro, opt, bool, 是否支持目标轨迹叠加(播放库)-->true </isSupportDisplayTrajectory> <maximumSuperPositionTime opt="5,10,20,30"> <!--ro, opt, string, 最长叠加时间, attr:opt{opt, string, 最大叠加时间枚举, desc:单位:s}, desc:仅在支持目标轨迹叠加时返回,单位:s-->true </maximumSuperPositionTime> <isSupportUnitConfig> <!--ro, opt, bool, 是否单位配置, desc:接口:/ISAPI/System/unitConfig/capabilities?format=json-->true </isSupportUnitConfig> <isSupportShipsDetectionWithScene> <!--ro, opt, bool, 是否支持按场景划分的船只检测-->true </isSupportShipsDetectionWithScene> <isSupportPictureServer> <!--ro, opt, bool, 是否支持图片存储服务器配置, desc:接口:/ISAPI/System/PictureServer/capabilities?format=json-->true </isSupportPictureServer> <isSupportEmmcInfo> <!--ro, opt, bool, EMMC相关配置支持能力, desc:接口:/ISAPI/System/emmcInfo/capabilities?format=json-->true </isSupportEmmcInfo> <isSupportVehicleIllegalType opt="1,2...29"> <!--ro, opt, string, 设备支持的车辆违章类型, attr:opt{opt, string, 枚举值}, desc:内容值和索引值列表保持一致,参考NET_ITS_PLATE_RESULT.NET_DVR_VEHICLE_INFO.byIllegalType,背景: 抓拍机对接新平台,设备支持"交通违章报警",但是设备实现装没有能力集节点告知上层集成方,该设备具有哪些"交通违章报警"能力,即交通违章报警能力不够细化,如果后续业务平台需要按照细化能力做业务的话,设备当前设备无法兼容;足够细化的能力,隐藏在各个触发模式的配置中,这样会造成DAC的接入判断接口次数过多,影响整体接入。-->test </isSupportVehicleIllegalType> <isSupportRFIDChannels> <!--ro, opt, bool, 是否支持持RFID通道获取, desc:接口:/ISAPI/System/RFIDChannels?format=json-->true </isSupportRFIDChannels> <isSupportRfidCollection> <!--ro, opt, bool, 是否支持RFID标签信息上传事件, desc:对应url:/ISAPI/System/Network/RFIDData/<channelID>/capabilities,eventType:rfidCollection-->true </isSupportRfidCollection> <DevInfoSearch opt="tiltAngle"> <!--ro, opt, string, 是否支持设备信息查询, attr:opt{opt, string, 枚举值, desc:/ISAPI/System/workingstatus/devInfoSearch?format=json中DevInfoCond.searchType的可选值}, desc:接口:/ISAPI/System/workingstatus/devInfoSearch?format=json-->test </DevInfoSearch> <isSupportAIOpenPlatform> <!--ro, opt, bool, 设备是否支持AI开放平台设备级能力, desc:接口:/ISAPI/Intelligent/AIOpenPlatform/capabilities?format=json-->true </isSupportAIOpenPlatform> <isSupportPictureDownloadError> <!--ro, opt, bool, 是否支持图片下载失败异常上报, desc:eventType:pictureDownloadError-->true </isSupportPictureDownloadError> <isSupportStudentBehavior> <!--ro, opt, bool, 是否支持课堂学生行为数据上传, desc:eventType:studentBehavior-->true </isSupportStudentBehavior> <guideEventSupport opt="linkageCapture"> <!--ro, opt, string, web快速引导配置列表, attr:opt{opt, string, 枚举值, desc:linkageCapture:联动抓拍}, desc:接口:/ISAPI/System/guideConfig/<guideEvent>/capabilities?format=json-->test </guideEventSupport> <supportRemoteCtrl opt="up,down,left,right,enter,menu,num,power,esc,edit,F1,.prev,rec,play,stop,notSupport"> <!--ro, opt, string, 设备是否支持遥控器控制, attr:opt{opt, string, 枚举值}, desc:接口:/ISAPI/System/remoteCtrl/XXX-->test </supportRemoteCtrl> <isSupportSSDFileSystemUpgrade> <!--ro, opt, bool, 是否支持是否支持SSD文件系统升级, desc:接口:对应/ISAPI/System/SSDFileSystem/upgrade?format=json-->true </isSupportSSDFileSystemUpgrade> <isSupportSSDFileSystemFormat> <!--ro, opt, bool, 是否支持是否支持SSD格式化, desc:接口:/ISAPI/System/SSDFileSystem/format?format=json-->true </isSupportSSDFileSystemFormat> <FaceCounting> <!--ro, opt, object, 是否支持多维客流--> <ChannelsList> <!--ro, opt, array, 通道列表, subType:object--> <channelsID> <!--ro, req, int, 设备支持的通道号-->1 </channelsID> </ChannelsList> </FaceCounting> <isSupportCluster> <!--ro, opt, bool, 对应协议, desc:接口:/ISAPI/ContentMgmt/Cluster/capabilities-->true </isSupportCluster> <DeviceConfigurationSupport opt="time,network,accessProtocol,recordSchedule,channel,customProtocol"> <!--ro, opt, string, 设备参数配置支持配置的内容, attr:opt{opt, string, 枚举值, desc:依次为:时间参数、网络参数、接入协议配置、录像计划参数、通道参数、自定义协议配置}, desc:接口:/ISAPI/System/deviceConfiguration-->test </DeviceConfigurationSupport> <behaviorEventSupport opt="getUp,toiletTarry,playCellphone"> <!--ro, opt, string, 异常行为检测事件类型, attr:opt{opt, string, 异常行为检测事件类型枚举值, desc:起身:getUp; :toiletTarry; 玩手机:playCellphone}-->test </behaviorEventSupport> <isSupportBVCorrectPassthrough> <!--ro, opt, bool, 是否支持相机矫正数据透传, desc:接口:/ISAPI/System/BVCorrect/Passthrough/channels/<ID>/capabilities?format=json-->true </isSupportBVCorrectPassthrough> <isSupportChangedCallStatus> <!--ro, opt, bool, 是否支持设备通话状态变化上报事件, desc:eventType:changedCallStatus-->true </isSupportChangedCallStatus> <VehiclePositionControl> <!--ro, opt, object, 是否支持车辆方位布防--> <license min="0" max="16"> <!--ro, req, string, 车牌号, attr:min{opt, string, 车牌号长度最小值},max{opt, string, 车牌号长度最大值}-->test </license> <intervalTime min="0" max="65535" def="1"> <!--ro, req, int, 上传间隔, unit:s, unitType:时间, attr:min{opt, string, 上传间隔最小值},max{opt, string, 上传间隔最大值},def{opt, string, 上传间隔默认值}-->1 </intervalTime> </VehiclePositionControl> <supportGISEvent opt="AID,TPS,ANPR,mixedTargetDetection"> <!--ro, opt, string, 支持GIS信息获取的事件能力, attr:opt{opt, string, 可选项}-->test </supportGISEvent> <isSupportGPSPTZCalibratation> <!--ro, opt, bool, 是否支持GPSPTZ标定, desc:接口:/ISAPI/System/GPSPTZCalibratation/channels/<ID>/points?format=json-->true </isSupportGPSPTZCalibratation> <isSupportRadar> <!--ro, opt, bool, 是否支持雷达, desc:接口:/ISAPI/Radar/capabilities?format=json-->true </isSupportRadar> <isSupportISUPHttpPassthrough> <!--ro, opt, bool, 是否支持ISUPV5.0http透传-->true </isSupportISUPHttpPassthrough> <isSupportMaterialListQuery> <!--ro, opt, bool, 是否支持素材列表请求上报, desc:事件:materialListQuery-->true </isSupportMaterialListQuery> <isSupportDebugLogAsync> <!--ro, opt, bool, 是否支持调试日志异步导出-->true </isSupportDebugLogAsync> <isSupportAlgorithmsInfo> <!--ro, opt, bool, 是否支持设备算法版本获取-->true </isSupportAlgorithmsInfo> <isSupportSecurityChecking> <!--ro, opt, bool, 是否支持安检过包检测配置, desc:支持返回true,不支持无需返回-->true </isSupportSecurityChecking> <isSupportSecurityCheckException> <!--ro, opt, bool, 是否支持安检异常事件, desc:对应事件上报报文中eventType:securityCheckException-->true </isSupportSecurityCheckException> <isSupportPictureManage> <!--ro, opt, bool, 是否支持设备图片管理功能, desc:接口: /ISAPI/System/isSupportPictureManage/capabilities?format=json-->true </isSupportPictureManage> <isSupportAutoSwitch> <!--ro, opt, bool, 是否支持自动开关机, desc:接口:/ISAPI/System/autoSwitch/capabilities?format=json-->true </isSupportAutoSwitch> <SHMCap> <!--ro, opt, object, SHM报警--> <isSupportHighHDTemperature> <!--ro, opt, bool, 是否支持硬盘温度过高检测, desc:eventType:highHDTemperature-->true </isSupportHighHDTemperature> <isSupportLowHDTemperature> <!--ro, opt, bool, 是否支持硬盘温度过低检测, desc:eventType:lowHDTemperature-->true </isSupportLowHDTemperature> <isSupportHDImpact> <!--ro, opt, bool, 是否支持硬盘冲击检测, desc:eventType:hdImpact-->true </isSupportHDImpact> <isSupportHDBadBlock> <!--ro, opt, bool, 是否支持硬盘坏块检测, desc:eventType:hdBadBlock-->true </isSupportHDBadBlock> <isSupportSevereHDFailure> <!--ro, opt, bool, 是否支持硬盘严重故障检测, desc:eventType:severeHDFailure-->true </isSupportSevereHDFailure> </SHMCap> <isSupportLinkStatusEvent> <!--ro, opt, bool, 是否支持设备网络连接状态信息上报, desc:eventType:linkEvent-->true </isSupportLinkStatusEvent> <isSupportVideoDealStatus> <!--ro, opt, bool, 是否支持视频数据处理状态信息上报, desc:eventType:videoDealStatus-->true </isSupportVideoDealStatus> <isSupportAudioDealStatus> <!--ro, opt, bool, 是否支持音频数据处理状态信息上报, desc:eventType:audioDealStatus-->true </isSupportAudioDealStatus> <isSupportNetPackLossStatus> <!--ro, opt, bool, 是否支持网络丢包状态信息上报, desc:eventType:netPacketLoss-->true </isSupportNetPackLossStatus> <isSupportVideoConferenceStatus> <!--ro, opt, bool, 是否支持视频会议状态信息上报, desc:eventType:videoConference-->true </isSupportVideoConferenceStatus> <isSupportDataPrealarm> <!--ro, opt, bool, 是否支持流量预警事件, desc:eventType:dataPrealarm-->true </isSupportDataPrealarm> <isSupportClearCache> <!--ro, opt, bool, 是否支持清空缓存, desc:接口:/ISAPI/System/clearCache?format=json-->true </isSupportClearCache> <isSupportIntelligentMode> <!--ro, opt, bool, 是否支持智能模式切换, desc:接口:/ISAPI/System/IntelligentMode?format=json-->true </isSupportIntelligentMode> <isSupportFaceTemperatureMeasurementEvent> <!--ro, opt, bool, 是否支持人脸测温事件, desc:对应事件上报报文中eventType:FaceTemperatureMeasurementEvent-->true </isSupportFaceTemperatureMeasurementEvent> <isSupportQRCodeEvent> <!--ro, opt, bool, 是否支持二维码事件, desc:对应事件上报报文中eventType:QRCodeEvent-->true </isSupportQRCodeEvent> <isSupportVisitorEvent> <!--ro, opt, bool, 是否支持访客事件, desc:对应事件上报报文中eventType:VisitorEvent-->true </isSupportVisitorEvent> <isSupportEmployeeAuthEvent> <!--ro, opt, bool, 是否支持员工授权事件, desc:对应事件上报报文中eventType:EmployeeAuthEvent-->true </isSupportEmployeeAuthEvent> <isSupportVisitorInfoSearchEvent> <!--ro, opt, bool, 是否支持访客信息查询事件, desc:对应事件上报报文中eventType:VisitorInfoSearchEvent-->true </isSupportVisitorInfoSearchEvent> <isSupportConsumptionEvent> <!--ro, opt, bool, 是否支持消费事件, desc:对应事件上报报文中eventType:ConsumptionEvent-->true </isSupportConsumptionEvent> <isSupportTransactionRecordEvent> <!--ro, opt, bool, 是否支持交易记录事件, desc:对应事件上报报文中eventType:TransactionRecordEvent-->true </isSupportTransactionRecordEvent> <isSupportFaceContrastResultDisplay> <!--ro, opt, bool, 是否支持人脸比对结果展示, desc:接口:/ISAPI/Intelligent/faceContrast/resultDisplay/capabilities?format=json-->true </isSupportFaceContrastResultDisplay> <isSupportPatchUpgrade> <!--ro, opt, bool, 是否支持差分升级, desc:接口:/ISAPI/Custom/OpenPlatform/patchUpgrade/capabilities?format=json-->true </isSupportPatchUpgrade> <isSupportSnapshotAsync> <!--ro, opt, bool, 是否支持异步手动抓图(返回图片URL), desc:接口:/ISAPI/Streaming/channels/<ID>/picture/async?format=json-->true </isSupportSnapshotAsync> <isSupportLogExportByUSB> <!--ro, opt, bool, 日志从U盘导出到PC, desc:接口:/ISAPI/System/exportUSBLog?format=json-->true </isSupportLogExportByUSB> <isSupportShellCmd> <!--ro, opt, bool, 是否支持shell命令控制, desc:接口:/ISAPI/System/shellCmd?format=json-->true </isSupportShellCmd> <faceMonitor opt="dailyFaceMonitor,dailyFaceTracking,VCAFaceMonitor,VCAFaceTracking,manualFaceMonitor,advanceConfiguration,"> <!--ro, opt, bool, 是否支持人脸布防, attr:opt{opt, string, 取值范围}, desc:接口:(/ISAPI/Intelligent/channels/<ID>/dailyFaceMonitor?format=json)-->true </faceMonitor> <isSupportRelatedVCAResource> <!--ro, opt, bool, 是否支持系统级智能资源配置协议, desc:接口:/ISAPI/System/RelatedVCAResource/capabilities?format=json,该协议与原有智能资源切换协议互斥:-->true </isSupportRelatedVCAResource> <isSupportVehicleMonitor> <!--ro, opt, bool, 是否支持智能车辆布防跟随, desc:接口: /ISAPI/Traffic/channels/<ID>/vehicleMonitor/capabilities?format=json-->true </isSupportVehicleMonitor> <isSupportManualVehicleMonitor> <!--ro, opt, bool, 是否支持手动车辆布防跟随 , desc:接口:/ISAPI/Traffic/channels/<ID>/vehicleMonitor/manual/capabilitis?format=json-->true </isSupportManualVehicleMonitor> <isSupportDailyVehicleMonitor> <!--ro, opt, bool, 是否支持日常车辆布防跟随, desc:接口: /ISAPI/Traffic/channels/<ID>/vehicleDetect/capabilities-->true </isSupportDailyVehicleMonitor> <isSupportInputProxyDeviceInfo> <!--ro, opt, bool, 是否支持获取设备代理通道接入的设备信息, desc:接口: /ISAPI/ContentMgmt/InputProxy/channels/<ID>/capabilities中的isSupportChannelDeviceInfo-->true </isSupportInputProxyDeviceInfo> <isSupportAccessControlCap> <!--ro, opt, bool, 门禁总能力, desc:接口: /ISAPI/AccessControl/capabilities-->true </isSupportAccessControlCap> <isSupportDebugLog> <!--ro, opt, bool, 是否支持调试日志导出, desc:接口:/ISAPI/System/debugLog?format=json-->true </isSupportDebugLog> <isSupportFaceAppear> <!--ro, opt, bool, 是否支持人脸出现检测事件, desc:eventType:faceAppear-->true </isSupportFaceAppear> <isSupportFaceDisappear> <!--ro, opt, bool, 是否支持人脸消失检测事件, desc:eventType:faceDisappear-->true </isSupportFaceDisappear> <isSupportTeacherBehavior> <!--ro, opt, bool, 是否支持教师异常行为检测事件, desc:eventType:teacherBehavior-->true </isSupportTeacherBehavior> <isSupportHeadRiseRate> <!--ro, opt, bool, 是否支持人脸出现检测事件, desc:eventType:headRiseRate-->true </isSupportHeadRiseRate> <isSupportIPCUpgrade> <!--ro, opt, bool, 是否支持通过NVR等设备对IPC进行升级, desc:接口:/ISAPI/System/IPCUpgrade/<ID>?format=json-->true </isSupportIPCUpgrade> <isSupportFaceLibRebuildEvent> <!--ro, opt, bool, 是否支持人脸库重新建模事件上报, desc:eventType:faceLibRebuild-->true </isSupportFaceLibRebuildEvent> <isSupportCalibrationStream> <!--ro, opt, bool, 标定码流支持能力, desc:接口:/ISAPI/Streaming/calibStream/capabilities?format=json-->true </isSupportCalibrationStream> <isSupportChannelOccupy> <!--ro, opt, bool, 是否支持室外消防通道被车辆占用, desc:eventType:channelOccupy-->true </isSupportChannelOccupy> <isSupportOffDuty> <!--ro, opt, bool, 是否支持消控室人员离(不在)岗, desc:eventType:offDuty-->true </isSupportOffDuty> <isSupportNoCertificate> <!--ro, opt, bool, 是否支持消控室持证人员不足, desc:eventType:noCertificate-->true </isSupportNoCertificate> <isSupportSmokeAlarm> <!--ro, opt, bool, 是否支持烟雾报警, desc:eventType:smokeAlarm-->true </isSupportSmokeAlarm> <isSupportBatteryCarDisobey> <!--ro, opt, bool, 是否支持电瓶车违规停放, desc:eventType:batteryCarDisobey-->true </isSupportBatteryCarDisobey> <isSupportNoFireExtinguisherRecog> <!--ro, opt, bool, boolean是否支持灭火器缺失, desc:eventType:noFireExtinguisherRecog-->true </isSupportNoFireExtinguisherRecog> <isSupportIndoorPasswayBlock> <!--ro, opt, bool, 是否支持室内通道堵, desc:eventType:indoorPasswayBlock-->true </isSupportIndoorPasswayBlock> <isSupportFireSmartFireDetect> <!--ro, opt, bool, 是否支持火点检测, desc:eventType:fireSmartFireDetect-->true </isSupportFireSmartFireDetect> <isSupportDetectorRunningStatus> <!--ro, opt, bool, 是否支持探测器运行状态, desc:eventType:detectorRunningStatus-->true </isSupportDetectorRunningStatus> <isSupportDetectorOperationStatus> <!--ro, opt, bool, 是否支持探测器操作状态, desc:eventType:detectorOperationStatus-->true </isSupportDetectorOperationStatus> <isSupportDetectorTemperatureAlarm opt="highTemperature,riseTemperature,flame"> <!--ro, opt, bool, 是否支持探测器温度报警, attr:opt{req, string, 取值范围}-->true </isSupportDetectorTemperatureAlarm> <isSupportDetectorShelterAlarm> <!--ro, opt, bool, 是否支持探测器遮挡报警, desc:接口:eventType:detectorShelterAlarm-->true </isSupportDetectorShelterAlarm> <isSupportDetectorMotionAlarm> <!--ro, opt, bool, 是否支持探测器移动报警, desc:接口:eventType:detectorMotionAlarm-->true </isSupportDetectorMotionAlarm> <isSupportDetectorTamperAlarm> <!--ro, opt, bool, 是否支持探测器防拆报警, desc:接口:eventType:detectorTamperAlarm-->true </isSupportDetectorTamperAlarm> <isSupportDetectorEmergencyAlarm> <!--ro, opt, bool, 是否支持探测器紧急报警, desc:接口:eventType:detectorEmergencyAlarm-->true </isSupportDetectorEmergencyAlarm> <isSupportDetectorSmokeAlarm> <!--ro, opt, bool, 是否支持探测器烟雾报警, desc:接口:eventType:detectorSmokeAlarm-->true </isSupportDetectorSmokeAlarm> <isSupportDetectorCombustibleGasAlarm> <!--ro, opt, bool, 是否支持探测器可燃气体报警, desc:接口:eventType:detectorCombustibleGasAlarm-->true </isSupportDetectorCombustibleGasAlarm> <isSupportFireControlData> <!--ro, opt, bool, 是否支持消防实时数据上报, desc:接口:eventType:FireControlData-->true </isSupportFireControlData> <isSupportFireNoRegulation> <!--ro, opt, bool, 是否支持人离火事件上报, desc:接口:eventType:fireNoRegulation-->true </isSupportFireNoRegulation> <isSupportSmokeFireRecognize> <!--ro, opt, bool, 是否支持消防烟火识别, desc:接口:/ISAPI/FireControl/Configuration/smokeFireRecognize/<channelID>?format=json-->true </isSupportSmokeFireRecognize> <isSupportClientProxyWEB> <!--ro, opt, bool, 是否支持WEB页面跳转, desc:WEB页面跳转功能。 将web程序和插件打包进客户端(如4200)内进行跳转。主要用于:某些设备资源有限,设备侧去除了IE web的相关资源,无法用IE浏览器进行web操作,只用客户端(如4200)进行web跳转。-->true </isSupportClientProxyWEB> <WEBLocation> <!--ro, opt, string, WEB页面放置位置, range:[1,32], desc:local-设备本地,remote-远程(不返回该节点时,默认WEB页面放置设备本地)-->local </WEBLocation> <isSupportWEBLocalPlug> <!--ro, opt, bool, 是否支持WEB插件本地下载, desc:true-是(默认),false-否(不返回该节点时,默认支持WEB插件本地下载)-->true </isSupportWEBLocalPlug> <deviceId> <!--ro, opt, string, 设备web离线包唯一标识, range:[1,32], desc:如果WEBLocation为remote,则需要返回deviceId,作为设备web离线包唯一标识,这个deviceId由Web配置包统一管理,命令规则:产品标识webs_web版本_协议类型,例如:R0101webs_4.0_isapi-->R0101webs_4.0_isapi </deviceId> <isSupportTimeZone> <!--ro, opt, bool, 是否支持时区配置, desc:接口:/ISAPI/System/time/timeZone-->true </isSupportTimeZone> <isSptHealthDetection> <!--ro, opt, bool, 是否支持健康检测, desc:接口:/ISAPI/System/healthDetection-->true </isSptHealthDetection> <isSptDiagnosis> <!--ro, opt, bool, 是否支持设备诊断, desc:接口:(/ISAPI/System/diagnosis)-->true </isSptDiagnosis> <isSptSerialLogCfg> <!--ro, opt, bool, 串口日志重定向配置, desc:接口:(/ISAPI/System/serialLogCfg?format=json)-->true </isSptSerialLogCfg> <isSptFileExport> <!--ro, opt, bool, 设备文件导出, desc:接口:(/ISAPI/System/fileExport?format=json)-->true </isSptFileExport> <isSptCertificationStandard> <!--ro, opt, bool, 是否支持主机认证标准配置, desc:接口:(/ISAPI/SecurityCP/certificationStandard)-->true </isSptCertificationStandard> <isSptKeypadLock> <!--ro, opt, bool, 是否支持键盘锁定, desc:接口:(/ISAPI/System/keypadLock/config)-->true </isSptKeypadLock> <isSupportVibrationDetection> <!--ro, opt, bool, 是否支持振动侦测, desc:接口:/ISAPI/System/channels/<ID>/vibrationDetection?format=json-->true </isSupportVibrationDetection> <isSupportSmokingDetectAlarm> <!--ro, opt, bool, 是否支持抽烟报警, desc:检测是抽烟的这个动作,消防报警上传中eventType:smokeDetectAlarm-->true </isSupportSmokingDetectAlarm> <isSupportRadarChannels> <!--ro, opt, bool, 表示支持雷达通道获取, desc:接口:/ISAPI/System/RadarChannels?format=json-->true </isSupportRadarChannels> <radarIPDForm> <!--ro, opt, enum, 雷球形态, subType:string, [single#单雷达,double_diagonal#双雷达180°对角,double_vertical#双雷达90°垂直角]-->single </radarIPDForm> <isSupportRadarFieldDetection> <!--ro, opt, bool, 是否支持雷达区域入侵, desc:接口:/ISAPI/Smart/RadarChannels/<radarChannelID>/radarFieldDetection/capabilities?format=json-->true </isSupportRadarFieldDetection> <isSupportRadarLineDetection> <!--ro, opt, bool, 是否支持雷达越界侦测, desc:接口:/ISAPI/Smart/RadarChannels/<radarChannelID>/radarLineDetection/capabilities?format=json-->true </isSupportRadarLineDetection> <mixedTargetDetectionWebNoDisplay> <!--ro, opt, bool, 混合目标识别不显示-->true </mixedTargetDetectionWebNoDisplay> <isSupportRemovePlaybackRecord> <!--ro, opt, bool, 是否支持去除回放录像(设备不支持录像回放), desc:支持返回true,不支持不返回.该节点在isSupportRemoveStorage为false时才可以返回,为true时不返回-->true </isSupportRemovePlaybackRecord> <isSupportAudioUpload> <!--ro, opt, bool, 是否支持音频文件上传, desc:接口:/ISAPI/System/Audio/audioUpload?format=json-->true </isSupportAudioUpload> <VCAResourceList> <!--ro, opt, array, 智能资源支持列表, subType:object--> <VCAResource> <!--ro, opt, object, 智能资源--> <VCAResourceType> <!--ro, opt, string, 智能资源类型-->test </VCAResourceType> <ChannleVCAResourceList> <!--ro, opt, array, 智能资源支持列表, subType:object--> <ChannleVCAResource> <!--ro, opt, object, 通道智能资源--> <channel> <!--ro, opt, int, 通道号-->1 </channel> <channleVCAResourceType> <!--ro, opt, string, 通道智能资源类型-->test </channleVCAResourceType> </ChannleVCAResource> </ChannleVCAResourceList> </VCAResource> </VCAResourceList> <isSupportSlotInsertion> <!--ro, opt, bool, 是否支持槽位拔插, desc:eventType:slotInsertion-->true </isSupportSlotInsertion> <isSupportNetworkLoop> <!--ro, opt, bool, 是否支持环网告警, desc:eventType:networkLoop-->true </isSupportNetworkLoop> <isSupportApOnOffLine> <!--ro, opt, bool, 是否支持AP上下线告警事件上报, desc:eventType:apOnOffLine-->true </isSupportApOnOffLine> <isSupportAbnormalWANPort> <!--ro, opt, bool, 是否支持WAN异常告警事件上报, desc:eventType:abnormalWANPort-->true </isSupportAbnormalWANPort> <isSupportAPException> <!--ro, opt, bool, 是否支持AP异常告警信息上报, desc:eventType:APException-->true </isSupportAPException> <isSupportACException> <!--ro, opt, bool, 是否支持AC异常告警信息上报, desc:eventType:ACException-->true </isSupportACException> <isSupportCartridgeCapacity> <!--ro, opt, bool, 表示是否支持墨盒容量提醒配置, desc:对应的能力URL /ISAPI/System/printer/cartridgeCapacity/capabilities?format=json-->true </isSupportCartridgeCapacity> <isSupportCDCakeBoxCapacity> <!--ro, opt, bool, 表示是否支持光盘容量提醒, desc:对应的URL(/ISAPI/System/printer/CDCakeBoxCapacity/capabilities?format=json)-->true </isSupportCDCakeBoxCapacity> <isSupportSleep> <!--ro, opt, bool, 是否支持休眠配置, desc:/ISAPI/System/sleep/capabilities?format=json-->true </isSupportSleep> <isSupportContainerDetection> <!--ro, opt, bool, 是否支持集装箱检测, desc:/ISAPI/Intelligent/containerDetection/capabilities?format=json(部分设备不会返回本字段,此时通过/ISAPI/Traffic/ContentMgmt/InputProxy/channels/<ID>/ocrScene/capabilities协议返回值判断是否支持)-->true </isSupportContainerDetection> <isSupportRadarVideoDetection> <!--ro, opt, bool, 对应/ISAPI/Intelligent/channels/<ID>/radarVideoDetection/capabilities?format=json, desc:接口:/ISAPI/Intelligent/channels/<ID>/radarVideoDetection/capabilities?format=json-->true </isSupportRadarVideoDetection> <isSupportRadarVideoDetectionRealtime> <!--ro, opt, bool, 是否支持雷视目标检测事件, desc:接口:/ISAPI/Intelligent/channels/<ID>/radarVideoDetection/capabilities?format=json-->true </isSupportRadarVideoDetectionRealtime> <isSupportBatteryStatusUpload> <!--ro, opt, bool, 是否支持电池状态上报, desc:eventType:batteryStatus-->true </isSupportBatteryStatusUpload> <isSupportPowerConsumptionStatusUpload> <!--ro, opt, bool, 是否支持设备功耗状态上报-->true </isSupportPowerConsumptionStatusUpload> <isSupportOnlineUpgradeTask> <!--ro, opt, bool, 是否支持设备在线升级任务-->true </isSupportOnlineUpgradeTask> <isSupportPersonArmingTrack> <!--ro, opt, bool, 支持人员布防配置, desc:接口:/ISAPI/Intelligent/channels/<ID>/personArmingTrack/capabilities?format=json-->true </isSupportPersonArmingTrack> <isSupportManualPersonArmingTrack> <!--ro, opt, bool, 支持手动人员布防, desc:接口:/ISAPI/Intelligent/channels/<ID>/manualPersonArmingTrack?format=json-->true </isSupportManualPersonArmingTrack> <isSupportGPSVerification> <!--ro, opt, bool, 支持GPS校验点, desc:接口:/ISAPI/System/GPSVerification/channels/<ID>/points?format=json-->true </isSupportGPSVerification> <isSupportHBDLib> <!--ro, opt, bool, 是否支持人体库, desc:接口:/ISAPI/Intelligent/HBDLib/capabilities?format=json-->true </isSupportHBDLib> <isSupportDisinfectionInfo> <!--ro, opt, bool, 是否支持消毒信息上报, desc:eventType:disinfectionInfo-->true </isSupportDisinfectionInfo> <isSupportTempQueryDelete> <!--ro, opt, bool, 是否支持测温查询删除, desc:eventType:tempQueryDelete-->true </isSupportTempQueryDelete> <isSupportMobilePayment> <!--ro, opt, bool, 是否支持移动支付, desc:/ISAPI/System/mobilePayment?format=json-->true </isSupportMobilePayment> <isSupportFileSearch> <!--ro, opt, bool, 是否支持文件查询, desc:接口:/ISAPI/System/fileSearch?format=json-->true </isSupportFileSearch> <isSupportFileExportAsync> <!--ro, opt, bool, 是否支持文件异步导出, desc:接口:/ISAPI/System/fileExport/async?format=json-->true </isSupportFileExportAsync> <isSupportSSDFileSystemCapacity> <!--ro, opt, bool, 是否支持获取SSD系统容量分布, desc:接口:/ISAPI/System/SSDFileSystem/capacity?format=json-->true </isSupportSSDFileSystemCapacity> <isSupport4GSafetyHelmetInfo> <!--ro, opt, bool, 是否支持安全帽事件, desc:eventType:4GSafetyHelmetInfo-->true </isSupport4GSafetyHelmetInfo> <isSupportICCID> <!--ro, opt, bool, 是否支持ICCID信息获取, desc:接口:/ISAPI/System/deviceInfo/ICCID?format=json-->true </isSupportICCID> <isSupportFireEscapeDetection> <!--ro, opt, bool, 是否支持消防通道检测, desc:接口:/ISAPI/Intelligent/channels/<ID>/fireEscapeDetection/capabilities?format=json-->true </isSupportFireEscapeDetection> <isSupportTakingElevatorDetection> <!--ro, opt, bool, 是否支持乘梯检测, desc:接口:/ISAPI/Intelligent/channels/<ID>/takingElevatorDetection/capabilities?format=json-->true </isSupportTakingElevatorDetection> <isSupportVehicleMatchResult> <!--ro, opt, bool, 设备是否支持车牌比对 , desc:接口:/ISAPI/Intelligent/channels/<ID>/licensePlateContrast/capabilities?format=json-->true </isSupportVehicleMatchResult> <isSupportDataAware> <!--ro, opt, bool, 数据感知支持能力, desc:接口:/ISAPI/System/dataAware/capabilities?format=json-->true </isSupportDataAware> <isSupportAbnormalReboot> <!--ro, opt, bool, 是否支持异常重启事件, desc:eventType:abnormalReboot-->true </isSupportAbnormalReboot> <isSupportVehicleThermometry> <!--ro, opt, bool, 是否支持车辆测温检测, desc:接口:/ISAPI/Traffic/channels/<ID>/vehicleDetect/thermometry/capabilities?format=json-->true </isSupportVehicleThermometry> <AssociationScenesList> <!--ro, opt, array, 场景自适应关联列表, subType:object, desc:代表设备支持通道间场景自适应关联:当前设备存在主(枪机)、从(球机)两个通道,但设备仅开放一个主通道给用户进行场景配置,从通道的场景配置不对外开放能力,从通道场景由设备自适应关联主通道场景:当前前端环动系列球机返回该能力--> <AssociationScenes> <!--ro, req, object, 通道间场景自适应所关联的通道列表--> <channelID> <!--ro, req, int, 可用于关联场景的通道ID, desc:可用于关联场景的通道ID-->1 </channelID> <isSupportScene> <!--ro, opt, bool, 是否支持场景配置, desc:该节点返回为true的话,代表当前通道作为主通道进行场景配置:若为从通道,则不支持场景配置,该节点无需返回-->true </isSupportScene> </AssociationScenes> </AssociationScenesList> <supportRelationVideoEvent opt="PIR,cityManagement,roadMaint"> <!--ro, opt, string, 支持关联触发事件视频上传, attr:opt{req, string, 取值范围}, desc:PIR#PIR事件,cityManagement#城管事件,roadMaint#道路养护事件-->test </supportRelationVideoEvent> <isSupportVCAResourceList> <!--ro, opt, bool, 是否支持智能资源批量配置, desc:接口:/ISAPI/System/Video/inputs/channels/VCAResourceList?format=json-->true </isSupportVCAResourceList> <isSupportConvergenceCloud> <!--ro, opt, bool, 是否支持萤石互联互通通道级接口, desc:全部通道能力:/ISAPI/Event/convergenceCloud/channels/capabilities?format=json;指定通道能力/ISAPI/Event/convergenceCloud/channels/<ID>/capabilities?format=json-->true </isSupportConvergenceCloud> <isSupportInterconnection> <!--ro, opt, bool, 是否支持萤石互联互通设备级接口, desc:接口:/ISAPI/Event/convergenceCloud/capabilities?format=json-->true </isSupportInterconnection> <isSupportHPVehicleStatus> <!--ro, opt, bool, 是否支持月台车辆状态事件, desc:eventType:HPVehicleStatus-->true </isSupportHPVehicleStatus> <isSupportHPWorkingStatus> <!--ro, opt, bool, 是否支持月台工作状态定时事件, desc:eventType:HPWorkingStatus-->true </isSupportHPWorkingStatus> <isSupportHPPeopleDetection> <!--ro, opt, bool, 是否支持月台车边人员检测, desc:eventType:HPPeopleDetection-->true </isSupportHPPeopleDetection> <isSupportHPVehicleDoorDetection> <!--ro, opt, bool, 是否支持月台车厢门检测事件, desc:eventType:HPVehicleDoorDetection-->true </isSupportHPVehicleDoorDetection> <isSupportRoadMaint> <!--ro, opt, bool, 是否支持道路养护, desc:配置接口:/ISAPI/Intelligent/channels/<ID>/roadMaint?format=json-->true </isSupportRoadMaint> <isSupportDockStationInfo> <!--ro, opt, bool, 是否支持采集站上报媒体信息事件, desc:eventType:dockStationInfo,不支持不返回-->true </isSupportDockStationInfo> <isSupportBodyCameraManualForensics> <!--ro, opt, bool, 是否支持执法记录仪上报手动取证信息事件, desc:eventType:bodyCameraManualForensics,不支持不返回-->true </isSupportBodyCameraManualForensics> <isSupportBodyCameraLogin> <!--ro, opt, bool, 是否支持执法记录仪警员登陆事件, desc:eventType:bodyCameraLogin,不支持不返回-->true </isSupportBodyCameraLogin> <isSupportBodyCameraRunStatus> <!--ro, opt, bool, 是否支持执法记录仪运行状态事件, desc:eventType:bodyCameraRunStatus,不支持不返回-->true </isSupportBodyCameraRunStatus> <isSupportBodyCameraSignIn> <!--ro, opt, bool, 是否支持执法记录仪警员签到事件, desc:eventType:bodyCameraSignIn,不支持不返回-->true </isSupportBodyCameraSignIn> <isSupportAlertDistribution> <!--ro, opt, bool, 是否支持警情分发事件, desc:eventType:alertDistribution,不支持不返回-->true </isSupportAlertDistribution> <isSupportImageCapture> <!--ro, opt, bool, 是否支持通道定时抓图事件, desc:对应配置能力:/ISAPI/System/Video/inputs/channels/<ID>/imageCapture?format=json-->true </isSupportImageCapture> <isSupportScheduledRecordUpload> <!--ro, opt, bool, 是否支持通道定时录像事件, desc:对应配置能力:/ISAPI/System/Video/inputs/channels/<ID>/scheduledRecordUpload?format=json-->true </isSupportScheduledRecordUpload> <isSupportTargetPatternCollect> <!--ro, opt, bool, 是否支持目标轨迹采集事件, desc:eventType:targetPatternCollect-->true </isSupportTargetPatternCollect> <isSupportAudioAnalysis> <!--ro, opt, bool, 是否支持音频分析事件, desc:eventType:audioAnalysis,不支持不返回-->true </isSupportAudioAnalysis> <isSupportDebuggingDataExport> <!--ro, opt, bool, 是否支持参数(内外参数、规则配置参数)导出, desc:接口:/ISAPI/System/debuggingData/parameters?format=json,不支持不返回-->true </isSupportDebuggingDataExport> <isSupportInternalParaAdjust> <!--ro, opt, bool, 是否支持三目设备是否支持内参调整, desc:接口:/ISAPI/System/internalParameters/adjustment?format=json,不支持不返回-->true </isSupportInternalParaAdjust> <isSupportManualImageCapture> <!--ro, opt, bool, 是否支持视频通道手动抓图, desc:接口:/ISAPI/System/Video/inputs/channels/<ID>/manualImageCapture?format=json,不支持不返回-->true </isSupportManualImageCapture> <characteristicCode min="1" max="128"> <!--ro, opt, string, 设备特征码, range:[1,128], attr:min{opt, string, 最小长度},max{opt, string, 最大长度}, desc:接口:/ISAPI/System/deviceInfo/characteristicCode?format=json-->test </characteristicCode> <isSupportSIMCardStatus> <!--ro, opt, bool, 是否支持SIM卡状态信息获取, desc:接口:/ISAPI/System/SIMCardStatus?format=json-->true </isSupportSIMCardStatus> <OpenPlatformCap> <!--ro, opt, object, 设备支持HEOP的详细能力, desc:接口:/ISAPI/Custom/OpenPlatform/capabilities--> <isSupportOpenPlatform> <!--ro, req, bool, 是否支持HEOP开放平台-->true </isSupportOpenPlatform> <maxAPPNum> <!--ro, opt, int, 设备支持的安装第三方APP包最大个数-->0 </maxAPPNum> </OpenPlatformCap> <isSupportLogException> <!--ro, opt, bool, 设备是否支持日志异常报警, desc:对应事件上报报文中eventType:logException-->true </isSupportLogException> <isSupportReID> <!--ro, opt, bool, 是否支持ReID, desc:接口:/ISAPI/Intelligent/channels/<ID>/ReID?format=json-->true </isSupportReID> <isSupportMEF> <!--ro, opt, bool, 是否支持Mobile electronic fence - 移动电子围栏数据检测, desc:接口:/ISAPI/System/Network/MEF/<ID>?format=json-->true </isSupportMEF> <manualEvent opt="fielddetection,linedetection,ANPR,faceCapture,mixedTargetDetection,studentsStoodUp,headRiseRate,teacherBehavior,ElevatorRunningDetectionEvent,offDuty,batteryCarDisobey,fireExtinguisherRecog,indoorPasswayBlock,fireSmartFireDetect,smokeAlarm,gasTankMonitoring,smokeDetectAlarm,TelephoningBehaviorAlarmEvent,sleepDuty,playCellphone,audioAnalysis,TemperatureEvent,TemperatureEventUp,TemperatureEventDown,TMA"> <!--ro, opt, string, 支持手动触发事件接口, attr:opt{req, string, 取值范围, desc:studentsStoodUp#学生起立,headRiseRate#抬头率,teacherBehavior#教师行为事件,fielddetection#区域入侵,linedetection#越界侦测,ANPR#ANPR,faceCapture#目标抓拍,mixedTargetDetection#混合目标,ElevatorRunningDetectionEvent#电梯运行检测,offDuty#消控室岗位值守离开事件,batteryCarDisobey#电瓶车违停报警,fireExtinguisherRecog#灭火器报警,indoorPasswayBlock#通道堵塞报警,fireSmartFireDetect#火焰报警,smokeAlarm#烟雾报警,gasTankMonitoring#煤气罐报警,smokeDetectAlarm#抽烟报警,TelephoningBehaviorAlarmEvent#打电话报警,sleepDuty#消控室岗位值守睡觉事件,playCellphone#玩手机报警,audioAnalysis#呼救识别,TemperatureEvent#温度报警,TemperatureEventUp#温度温升报警,TemperatureEventDown#温度温降报警,TMA#测温报警}, desc:接口:/ISAPI/Intelligent/channels/<ID>/manualEvent/<eventType>?format=json-->test </manualEvent> <isSupportAppCfg> <!--ro, opt, bool, 是否支持应用管理, desc:/ISAPI/System/app/capabilities?format=json-->true </isSupportAppCfg> <isSupportCleanUp> <!--ro, opt, bool, 是否支持一键清理, desc:/ISAPI/System/cleanup?format=json-->true </isSupportCleanUp> <isSupportEndUserCheckMsg opt="sleep,reboot,factoryReset,cleanup,parentPickUpQuery,schoolAttendanceQuery,screenShare,screenMirror"> <!--ro, opt, bool, 是否支持最终用户确认信息上报, attr:opt{req, string, 取值范围, desc:sleep-休眠,reboot-重启,factoryReset-恢复出厂,cleanup-一键清理,parentPickUpQuery-家长接送信息查询,schoolAttendanceQuery-校园考勤信息查询,screenShare-屏幕共享,screenMirror-投屏}, desc:对应事件上报报文中eventType:endUserCheckMsg-->true </isSupportEndUserCheckMsg> <isSupportScreenConfig> <!--ro, opt, bool, 是否支持屏幕参数配置, desc:/ISAPI/System/screenConfig/capabilities?format=json-->true </isSupportScreenConfig> <isSupportTemperatureMonitor> <!--ro, opt, bool, 是否支持温度监测参数配置, desc:/ISAPI/System/temperatureMonitor/capabilities?format=json-->true </isSupportTemperatureMonitor> <isSupportObjectServer> <!--ro, opt, bool, 是否支持对象存储服务, desc:/ISAPI/System/objectServer/capabilities?format=json-->true </isSupportObjectServer> <isSupportCDsStatus> <!--ro, opt, bool, 是否支持光盘状态提醒, desc:对应使能接口为:/ISAPI/Trial/roompara/capabilities中bEnableCDsStatus,对应事件为:CDsStatus-->true </isSupportCDsStatus> <isSupportCoalGangueDetection> <!--ro, opt, bool, 是否支持煤矸检测, desc:接口:/ISAPI/Intelligent/channels/<channelID>/coalGangueDetection,不支持不返回-->true </isSupportCoalGangueDetection> <isSupportVacantSeatRate> <!--ro, opt, bool, 是否支持空座率检测, desc:接口:/ISAPI/Intelligent/channels/<channelID>/vacantSeatRate?format=json;对应事件为:VacantSeatRate,不支持不返回-->true </isSupportVacantSeatRate> <isSupportObjectsThrownDetection> <!--ro, opt, bool, 是否支持高空抛物事件检测, desc:接口:/ISAPI/Intelligent/channels/<channelID>/objectsThrownDetection?format=json;对应事件为:objectsThrownDetection,不支持不返回-->true </isSupportObjectsThrownDetection> <isSupportBVCorrectDataSearch> <!--ro, opt, bool, 是否支持查询相机矫正参数, desc:接口:/ISAPI/System/BVCorrectData/search?format=json,不支持不返回-->true </isSupportBVCorrectDataSearch> <isSupportSlagTruckWashingDetection> <!--ro, opt, bool, 是否支持渣土车清洗检测, desc:eventType:slagTruckWashingDetection-->true </isSupportSlagTruckWashingDetection> <isSupportWOL> <!--ro, opt, bool, 是否支持局域网唤醒参数配置, desc:通过WOL(Wake On-Lan)功能实现,对应URL(/ISAPI/System/WOL/capabilities?format=json)-->true </isSupportWOL> <isSupportPersonQueueTimingStatistics> <!--ro, opt, bool, 是否支持排队检测定时人数统计事件, desc:eventType:isSupportPersonQueueTimingStatistics-->true </isSupportPersonQueueTimingStatistics> <isSupportLensParamFile> <!--ro, opt, bool, 是否支持镜头参数文件导入导出-->true </isSupportLensParamFile> <isSupportVehiclePassingInParkingLot> <!--ro, opt, bool, 是否支持停车场出入口过车事件, desc:eventType:vehiclePassingInParkingLot-->true </isSupportVehiclePassingInParkingLot> <isSupportPowerOutput> <!--ro, opt, bool, 是否支持电源输出配置, desc:接口:/ISAPI/System/powerOutput/capabilities?format=json-->true </isSupportPowerOutput> <isSupportIPCUpgradeByFTP> <!--ro, opt, bool, 表示设备支持升级代理的通道设备;例如(通过NVR升级IPC), desc:接口/ISAPI/System/IPCUpgrade/<channelID>/FTP?format=json&-->true </isSupportIPCUpgradeByFTP> <isSupportMethaneConcentrationException> <!--ro, opt, bool, 是否支持危险气体浓度异常事件, desc:eventType:methaneConcentrationException-->true </isSupportMethaneConcentrationException> <isSupportMethaneLightIntensityException> <!--ro, opt, bool, 是否支持危险气体光强异常事件, desc:eventType:methaneLightIntensityException-->true </isSupportMethaneLightIntensityException> <isSupportLocalButtonPermission> <!--ro, opt, bool, 是否支持设备本地按键的权限控制, desc:对应URL(/ISAPI/System/localButtonPermission/capabilities?format=json)-->true </isSupportLocalButtonPermission> <isSupportLocalButtonRecord> <!--ro, opt, bool, 是否支持按键触发录像事件, desc:eventType:localButtonRecord-->true </isSupportLocalButtonRecord> <isSupportLocalButtonSnapshot> <!--ro, opt, bool, 是否支持按键触发抓图事件, desc:eventType:localButtonSnapshot-->true </isSupportLocalButtonSnapshot> <isSupportVoiceTalkEvent> <!--ro, opt, bool, 是否支持对讲交互事件, desc:eventType:voiceTalkEvent-->true </isSupportVoiceTalkEvent> <isSupportPowerSupply> <!--ro, opt, bool, 是否支持对外供电, desc:对应URL(/ISAPI/System/powerSupply/capabilities?format=json)-->true </isSupportPowerSupply> <isSupportbarrierGateStatus> <!--ro, opt, bool, 是否支持道闸状态, desc:eventType:barrierGateStatus-->true </isSupportbarrierGateStatus> <DeployCap> <!--ro, opt, object, 布防非订阅参数能力--> <deployID opt="1,2"> <!--ro, opt, enum, 布防类型, subType:int, [0#客户端布防,1#实时布防], attr:opt{req, string, 取值范围}-->0 </deployID> </DeployCap> <isSupportSignalControllerStatus> <!--ro, opt, bool, 是否支持信号控制机状态上报, desc:eventType:signalControllerStatus-->true </isSupportSignalControllerStatus> <isSupportSignalControllerFault> <!--ro, opt, bool, 是否支持信号控制机故障上报, desc:eventType:signalControllerFault-->true </isSupportSignalControllerFault> <isSupportNTPConfig> <!--ro, opt, bool, 是否支持NTP参数配置, desc:/ISAPI/System/time/ntp/capabilities?format=json-->true </isSupportNTPConfig> <isSupportConsumptionQuery> <!--ro, opt, bool, 是否支持消费查询请求上报, desc:eventType:ConsumptionQuery-->true </isSupportConsumptionQuery> <StreamingCodingRegionPositionCap> <!--ro, opt, object, 支持码流所有拼接区域位置信息能力, desc:/ISAPI/System/streamingCoding/channels/<channelID>/regionPosition--> <ChannelsList> <!--ro, opt, array, 通道列表, subType:object--> <channelsID> <!--ro, req, int, 设备支持的通道号-->1 </channelsID> </ChannelsList> </StreamingCodingRegionPositionCap> <isSupportLowPowerPlan> <!--ro, opt, bool, 设备是否支持低功耗模式计划配置, desc:接口:/ISAPI/System/consumptionMode/lowPowerPlan/capablities?format=json-->true </isSupportLowPowerPlan> <isSupportPlateQuaAlarm> <!--ro, opt, bool, 是否支持车牌质量检测事件, desc:eventType:plateQuaAlarm-->true </isSupportPlateQuaAlarm> <isSupportWiegand> <!--ro, opt, bool, 是否支持韦根协议, desc:接口:/ISAPI/System/Wiegand/<wiegandID>/capabilities?format=json-->true </isSupportWiegand> <zoomFocusWebDisplay opt="ROI,roadTrafficDetection,SMD,mixedTargetDetection,faceCapture,personCounting,multidimensionalPeopleCounting,AIOP,heelPDC,packingSpaceRecognition,tunnelDetection,cityManagement"> <!--ro, opt, string, web支持显示zoomfocus的界面, attr:opt{req, string, 取值范围}, desc:ROI界面路径:Configuration—Vedio/Audio—ROIroadTrafficDetection:Configuration—Road Traffic—Detection ConfigurationSMD:smart所有支持事件下显示mixedTargetDetection:混合目标下显示faceCapture:目标抓拍personCounting:人员统计multidimensionalPeopleCounting:多维客流AIOP:AI开放平台heelPDC:倾斜客流packingSpaceRecognition:车位检测tunnelDetection#隧道检测(基于智能交通APP的智能算法 对应机动车交通事件领域)cityManagement#智慧城管监测-->ROI </zoomFocusWebDisplay> <isSupportInternalParamsAdjustment> <!--ro, opt, bool, 是否支持按区域进行内参校正, desc:true-支持,false或不返回代表不支持。对应url:/ISAPI/System/internalParameters/regionAdjustment/capabilities?format=json-->true </isSupportInternalParamsAdjustment> <isSupportDiagnosticReport> <!--ro, opt, bool, 是否支持诊断报告功能, desc:true-支持,false或不返回代表不支持。对应url:/ISAPI/System/diagnosticReport/capabilities?format=json-->true </isSupportDiagnosticReport> <isSupportWaterQualitySearch> <!--ro, opt, bool, 是否支持水质数据查询功能, desc:true-支持,false或不返回代表不支持。对应url:/ISAPI/Event/waterQualityDetection/search?format=json-->true </isSupportWaterQualitySearch> <isSupportExhaustDetection> <!--ro, opt, bool, 是否支持尾气检测参数配置, desc:true-支持,false或不返回代表不支持。对应url:/ISAPI/Event/exhaustDetection/channels/<channelID>/capabilities?format=json-->true </isSupportExhaustDetection> <isSupportTPMSecretKey> <!--ro, opt, bool, 是否支持码流加密所有TPM秘钥列表, desc:true-支持,false或不返回代表不支持。对应url:/ISAPI/Streaming/encryption/TPMSecretKeyList?format=json&-->true </isSupportTPMSecretKey> <isSupportWeatherStation> <!--ro, opt, bool, 是否支持气象站信息上报, desc:接口:eventType:weatherStation,不支持不返回-->true </isSupportWeatherStation> <isSupportRoadVisibilityAnalysis> <!--ro, opt, bool, 是否支持道路能见度检测分析, desc:接口:eventType:roadVisibilityAnalysis,不支持不返回-->true </isSupportRoadVisibilityAnalysis> <isSupportRoadWeatherAnalysis> <!--ro, opt, bool, 是否支持路面气象检测分析, desc:接口:eventType:roadWeatherAnalysis,不支持不返回-->true </isSupportRoadWeatherAnalysis> <isSupportRoadVisibilityAbnormal> <!--ro, opt, bool, 是否支持道路能见度检测异常上报, desc:接口:eventType:roadVisibilityAbnormal,不支持不返回-->true </isSupportRoadVisibilityAbnormal> <isSupportRoadWeatherAbnormal> <!--ro, opt, bool, 是否支持路面气象检测异常上报, desc:接口:eventType:roadWeatherAbnormal,不支持不返回-->true </isSupportRoadWeatherAbnormal> <isSupportChannelsTimeSync> <!--ro, opt, bool, 是否支持设备对IPC/IOT通道的设备批量校时, desc:对应URL:/ISAPI/System/time/channelsTimeSync/capabilities?format=json-->true </isSupportChannelsTimeSync> <isSupport433Sensor> <!--ro, opt, bool, 是否支持433传感器传输配置, desc:对应URL: /ISAPI/System/Sensor/433sensor/433wirelessTransfer/capabilities?format=json /ISAPI/System/Sensor/433sensor/capabilities?format=json /ISAPI/System/Sensor/433sensor/sensorDetection/capabilities?format=json /ISAPI/System/Sensor/433sensor/sensorPicOverlay/capabilities?format=json /ISAPI/System/Sensor/433sensor/rfParamTemplate/capabilities?format=json-->true </isSupport433Sensor> <isSupportSignalSource> <!--ro, opt, bool, 是否支持信号源参数配置, desc:/ISAPI/System/signalSource/capabilities?format=json-->true </isSupportSignalSource> <isSupportUSBConfig> <!--ro, opt, bool, 是否支持USB参数配置, desc:/ISAPI/System/USBConfig/capabilities?format=json-->true </isSupportUSBConfig> <isSupportStandbyStrategy> <!--ro, opt, bool, 是否支持待机策略参数配置, desc:/ISAPI/System/standbyStrategy/capabilities?format=json-->true </isSupportStandbyStrategy> <isSupportWakeupStrategy> <!--ro, opt, bool, 是否支持唤醒策略参数配置, desc:/ISAPI/System/wakeupStrategy/capabilities?format=json-->true </isSupportWakeupStrategy> <isSupportSeachMutexFunction> <!--ro, opt, bool, 是否支持查询关闭互斥功能, desc:对应URL:GET /ISAPI/System/mutexFunction/capabilities?format=json;功能描述:是否支持查询互斥功能-->true </isSupportSeachMutexFunction> <isSupportMultiDeviceID> <!--ro, opt, bool, 是否支持多长号配置, desc:对应url /ISAPI/VideoIntercom/deviceId/batchCfg/capabilities?format=json-->true </isSupportMultiDeviceID> <isNotSupportMultiDeviceIDCustomName> <!--ro, opt, bool, 是否不支持多长号自定义名称配置, desc:不支持时用户无法通过多长号配置接口给设备配置自定义名称。true-不支持,false或者不填表示支持-->true </isNotSupportMultiDeviceIDCustomName> <isSupportMixedSecurityChecking> <!--ro, opt, bool, 是否支持安检混合检测事件上传, desc:mixedSecurityChecking-->true </isSupportMixedSecurityChecking> <isSupportVisiblePackageEvent> <!--ro, opt, bool, 是否支持可见光包裹事件, desc:visiblePackageEvent-->true </isSupportVisiblePackageEvent> <isSupportBarCodeEvent> <!--ro, opt, bool, 是否支持条形码事件-->true </isSupportBarCodeEvent> <isSupportGaugeReading> <!--ro, opt, bool, 是否支持水尺识别功能, desc:对应URL:GET /ISAPI/Event/channels/<channelID>/gaugeReading/capabilities?format=json,不支持不返回-->true </isSupportGaugeReading> <isSupportUncertificateCompareEvent> <!--ro, opt, bool, 是否支持无证比对事件, desc:接口:eventType:UncertificateCompareEvent,不支持不返回-->true </isSupportUncertificateCompareEvent> <isSupportAudioDiacritical> <!--ro, opt, bool, 是否支持音频变声功能, desc:对应URL:/ISAPI/System/Video/inputs/channels/<channelID>/audioDiacritical/capabilities?format=json-->true </isSupportAudioDiacritical> <isSupportMEFReportSearch> <!--ro, opt, bool, 是否支持电围数据统计报表查询, desc:不支持不返回,接口能力:/ISAPI/System/Network/MEF/reportSearch/capabilities?format=json-->true </isSupportMEFReportSearch> <isSupportBroadcastTriggerEvent> <!--ro, opt, bool, 是否支持广播触发事件, desc:寻呼话筒上报该事件到平台后,平台根据上报内容中的终端号列表进行广播并进行确认,eventType:broadcastTriggerEvent,确认URI: /ISAPI/VideoIntercom/broadcastTriggerConfirm?format=json-->true </isSupportBroadcastTriggerEvent> <isSupportFishingShipDetection> <!--ro, opt, bool, 是否支持渔船检测事件, desc:eventType:fishingShipDetection,确认URI: /ISAPI/Thermal/channels/<channelID>/fishingShipDetection/<SID>?format=json-->true </isSupportFishingShipDetection> <isSupportHPVehicleLoadingRate> <!--ro, opt, bool, 是否支持月台车辆装载率事件, desc:eventType:vehicleLoadingRate,不支持不返回,URI: /ISAPI/Intelligent/channels/<channelID>/HPDetection/capabilities?format=json-->true </isSupportHPVehicleLoadingRate> <isSupportVideoBarrierGateDetection> <!--ro, opt, bool, 是否支持港口视频闸口检测, desc:eventType:videoBarrierGateDetection,不支持不返回,URI: /ISAPI/Traffic/ContentMgmt/videoBarrierGate/capabilities?format=json-->true </isSupportVideoBarrierGateDetection> <isSupportLogicalResource> <!--ro, opt, bool, 是否支持监控点组织管理, desc:不支持不返回,URI: /ISAPI/System/LogicalResource/capabilities?format=json-->true </isSupportLogicalResource> <isSupportSlagTruckCoverPlate> <!--ro, opt, bool, 是否支持渣土车盖板检测, desc:不支持不返回,eventType:slagTruckCoverPlateDetection,URI: /ISAPI/Event/channels/<channelID>/slagTruckCoverPlate/capabilities?format=json-->true </isSupportSlagTruckCoverPlate> <isSupportTrainDetection> <!--ro, opt, bool, 是否支持火车检测, desc:不支持不返回,eventType:trainDetection-->true </isSupportTrainDetection> <isNotSupportVideoOverlays> <!--ro, opt, bool, 是否不支持web显示OSD叠加配置, desc:返回true表示不支持OSD叠加,返回false或者不返回本节点表示支持OSD叠加功能(/ISAPI/ContentMgmt/InputProxy/channels/<channelID>/video/overlays开头的url对应功能全部不支持,当前用于判断安检人车核验一体机设备上的图像菜单中的OSD叠加配置是否不支持(该配置之前协议设计为默认支持,无能力节点控制). /ISAPI/System/Video/inputs/channels/<channelID>/overlays开头的url对应功能全部不支持,当前碗形鹰眼设备用于判断web是否显示图像OSD页面),-->true </isNotSupportVideoOverlays> <isSupportScheduledCaptureTask> <!--ro, opt, bool, 是否支持定时抓图任务, desc:对应URL:/ISAPI/Sytem/Video/scheduledCapture/capabilities-->true </isSupportScheduledCaptureTask> <isSupportGuideCfg> <!--ro, opt, bool, 是否支持向导配置, desc:本节点仅用于室内机上判断是否进行向导配置。向导配置用于让用户在设备激活登录后进行一次基础功能的配置(包括网络参数配置、会话配置、模拟室内机的批量添加)。有此节点为true表示支持,无此节点或此节点为false表示不支持-->true </isSupportGuideCfg> <isSupportCameraGroupPeopleCounting> <!--ro, opt, bool, 是否支持多监控点位客流统计, desc:/ISAPI/Intelligent/counting/cameraGroup/capabilities?format=json-->true </isSupportCameraGroupPeopleCounting> <isSupportAngleDeviationDetection> <!--ro, opt, bool, 是否支持倾斜检测, desc:不支持不返回,对应URL:/ISAPI/Event/channels/<channelID>/angleDeviationDetection/capabilities?format=json-->true </isSupportAngleDeviationDetection> <isSupportCityCode> <!--ro, opt, bool, 是否支持城市编码获取, desc:对应URL(/ISAPI/System/cityCode?format=json)-->true </isSupportCityCode> <isSupportAlcoholDetectionResult> <!--ro, opt, bool, 是否支持酒精检测结果上报, desc:eventType:alcoholDetectionResult-->true </isSupportAlcoholDetectionResult> <isSupportAlcoholDetectionRodBind> <!--ro, opt, bool, 是否支持酒精快测棒绑定请求, desc:eventType:alcoholDetectionRodBind-->true </isSupportAlcoholDetectionRodBind> <isSupportAlcoholDetectionRodBindQuery> <!--ro, opt, bool, 是否支持酒精快测棒绑定信息询问请求, desc:eventType:alcoholDetectionRodBindQuery-->true </isSupportAlcoholDetectionRodBindQuery> <isSupportAlcoholDetectionRodUnbind> <!--ro, opt, bool, 是否支持酒精快测棒解绑事件, desc:eventType:alcoholDetectionRodUnbind-->true </isSupportAlcoholDetectionRodUnbind> <isSupportAbnormalDriving> <!--ro, opt, bool, 是否支持异常驾驶行为, desc:eventType:abnormalDriving-->true </isSupportAbnormalDriving> <isSupportEmanationsEvent> <!--ro, opt, bool, 是否支持辐射事件, desc:eventType:emanationsEvent;安检机上安装有辐射检测仪,当辐射超过安全阈值是产生报警事件。当前该事件仅由辐射检测仪触发,无需配置-->true </isSupportEmanationsEvent> <isSupportClientUpdatePackage> <!--ro, opt, bool, 是否支持客户端升级包管理, desc:对应URL:/ISAPI/System/clientUpdatePackage/capabilities?format=json-->true </isSupportClientUpdatePackage> <isSupportDeviceStatusUploadStrategy> <!--ro, opt, bool, 是否支持设备状态上传策略参数配置, desc:对应URL:/ISAPI/System/status/uploadStrategy/capabilities?format=json-->true </isSupportDeviceStatusUploadStrategy> <isSupportDialIndicatorReading> <!--ro, opt, bool, 是否支持表计识别, desc:对应URL:/ISAPI/Intelligent/channels/<channelID>/dialIndicatorReading/capabilities?format=json;功能描述:可以读取单指针(目前只能识别不会累计的表盘,如温度表,气压表等)表盘的读数,并将结果上报。-->true </isSupportDialIndicatorReading> <isNotSupportAudioVideoCompress> <!--ro, opt, bool, 是否不支持视音频编码, desc:本节点仅用于安检人车核验一体机设备,返回true时在设备web上不显示视音频界面。返回false或者不返回本节点视音频界面默认显示-->true </isNotSupportAudioVideoCompress> <isSupportUPLCExceptionEvent> <!--ro, opt, bool, 是否支持液相色谱系统异常事件, desc:eventType:UPLCException-->true </isSupportUPLCExceptionEvent> <isSupportUrgentTurn> <!--ro, opt, bool, 是否支持急转弯事件, desc:eventType:urgentTurn-->true </isSupportUrgentTurn> <isSupportUrgentBrake> <!--ro, opt, bool, 是否支持急刹车事件, desc:eventType:urgentBrake-->true </isSupportUrgentBrake> <isSupportUrgentAcceleration> <!--ro, opt, bool, 是否支持急加速事件, desc:eventType:urgentAcceleration-->true </isSupportUrgentAcceleration> <isSupportVehiclePanicButton> <!--ro, opt, bool, 是否支持车载紧急按钮报警事件, desc:eventType:vehiclePanicButton-->true </isSupportVehiclePanicButton> <isSupportOverSpeed> <!--ro, opt, bool, 是否支持车辆超速报警事件, desc:eventType:overSpeed-->true </isSupportOverSpeed> <isSupportAbnormalAcceleration> <!--ro, opt, bool, 是否支持车载自定义加速度异常报警事件, desc:eventType:abnormalAcceleration-->true </isSupportAbnormalAcceleration> <isSupportRollover> <!--ro, opt, bool, 是否支持车载翻车报警事件, desc:eventType:rollover-->true </isSupportRollover> <isSupportCollision> <!--ro, opt, bool, 是否支持车载碰撞报警事件, desc:eventType:collision-->true </isSupportCollision> <isSupportVehicleOBUInfo> <!--ro, opt, bool, 是否支持车辆OBU信息上报, desc:eventType:vehicleOBUInfo-->true </isSupportVehicleOBUInfo> <isSupportPowerUpPicture> <!--ro, opt, bool, 是否支持导入导出开机图片功能, desc:/ISAPI/System/powerUpPicture/capabilities?format=json-->true </isSupportPowerUpPicture> <isSupportPowerUpPictureCfg> <!--ro, opt, bool, 是否支持开机图片参数配置功能, desc:/ISAPI/System/powerUpPictureCfg/capabilities?format=json-->true </isSupportPowerUpPictureCfg> <isSupportAlgoPackageScheduling> <!--ro, opt, bool, 是否支持算法包调度功能, desc:对应url /ISAPI/System/AlgoPackageScheduling/capabilities?format=json和/ISAPI/System/AlgoPackageScheduling/task/capabilities?format=json-->true </isSupportAlgoPackageScheduling> <isSupportVoiceTalkRequestingAlarm> <!--ro, opt, bool, 是否支持语音对讲请求报警, desc:eventType:voiceTalkRequestingAlarm-->true </isSupportVoiceTalkRequestingAlarm> <isSupportSetupStructure> <!--ro, opt, bool, 是否支持架设结构参数, desc:/ISAPI/System/setupStructure?format=json-->true </isSupportSetupStructure> <isSupportPassNumInfoEvent> <!--ro, opt, bool, 是否支持通行人数信息上报, desc:EventType:passNumInfoEvent-->true </isSupportPassNumInfoEvent> <isShowClientRemote> <!--ro, opt, bool, 是否支持显示客户端远程配置, desc:1.不返回该节点或者该节点返回true,表示支持。2.返回该节点,且返回false,表示不支持。背景:4200默认支持远程配置,传输导入AC产品不支持4200远程配置,只能通过跳转web进行远程配置。增加此能力,用于4200控制是否显示远程配置。-->true </isShowClientRemote> <isSupportUserManualQRCode> <!--ro, opt, bool, 是否支持用户手册二维码信息获取, desc:/ISAPI/System/userManualQRCode/capabilities?format=json-->true </isSupportUserManualQRCode> <isSupportUnclosedFrontPanel> <!--ro, opt, bool, 是否仓门未关闭事件上报, desc:对应使能接口为:/ISAPI/Trial/roompara/capabilities中unclosedFrontPanelEnabled,对应事件为:unclosedFrontPanel-->true </isSupportUnclosedFrontPanel> <isSupportVehicleWeight> <!--ro, opt, bool, 是否支持机动车车重及轮轴检测参数, desc:/ISAPI/Traffic/channels/<channelID>/vehicleWeight?format=json-->true </isSupportVehicleWeight> <isSupportWeightInterface> <!--ro, opt, bool, 是否支持一体化治超参数, desc:/ISAPI/Traffic/ContentMgmt/WeightInterface?format=json-->true </isSupportWeightInterface> <isSupportSecurityPanicEvent> <!--ro, opt, bool, 是否支持安检紧急事件, desc:eventType:securityPanicEvent-->true </isSupportSecurityPanicEvent> <isSupportTrafficLightMalfunction> <!--ro, opt, bool, 是否支持交通信号灯故障检测事件, desc:eventType:trafficLightMalfunction-->true </isSupportTrafficLightMalfunction> <isSupportTOFShelterAlarm> <!--ro, opt, bool, 是否支持TOF遮挡报警, desc:/ISAPI/Event/channels/<channelID>/TOFShelterAlarm/capabilities?format=json-->true </isSupportTOFShelterAlarm> <isSupportSetMealQuery> <!--ro, opt, bool, 是否支持套餐查询事件上报, desc:eventType:SetMealQuery-->true </isSupportSetMealQuery> <isSupportMultiScreenControlAlarm> <!--ro, opt, bool, 是否支持多屏控制器报警事件上报, desc:eventType:multiScreenControlAlarm-->true </isSupportMultiScreenControlAlarm> <isSupportKeyFrameLoss> <!--ro, opt, bool, 是否支持关键帧丢失事件上报, desc:对应URL:/ISAPI/Event/keyFrameLoss/capabilities?format=json ,对应事件为eventType:keyFrameLoss-->true </isSupportKeyFrameLoss> <isSupportWorkStatusCfg> <!--ro, opt, bool, 是否支持工作状态配置, desc:/ISAPI/System/WorkStatusCfg?format=json-->true </isSupportWorkStatusCfg> <isSupportHealthInfoSyncQuery> <!--ro, opt, bool, 是否支持健康信息查询事件, desc:HealthInfoSyncQuery-->true </isSupportHealthInfoSyncQuery> <isSupportVisitorPictureSearchEvent> <!--ro, opt, bool, 是否支持访客头像查询事件, desc:VisitorPictureSearchEvent-->true </isSupportVisitorPictureSearchEvent> <isSupportEZVIZParameterTest> <!--ro, opt, bool, 是否支持萤石参数测试, desc:对应URL:/ISAPI/System/Network/EZVIZ/parameterTest?format=json-->true </isSupportEZVIZParameterTest> <isSupportUnattendedPackageEvent> <!--ro, opt, bool, 是否支持包裹滞留事件, desc:unattendedPackageEvent-->true </isSupportUnattendedPackageEvent> <isSupportPackageFragmentEvent> <!--ro, opt, bool, 是否支持包裹分片数据事件, desc:packageFragmentEvent-->true </isSupportPackageFragmentEvent> <isSupportPackageBarcodeMismatchEvent> <!--ro, opt, bool, 是否支持包码不匹配事件, desc:packageBarcodeMismatchEvent-->true </isSupportPackageBarcodeMismatchEvent> <isSupportCheckingModeSwitchEvent> <!--ro, opt, bool, 是否支持判图模式切换事件, desc:checkingModeSwitchEvent-->true </isSupportCheckingModeSwitchEvent> <FaceSnapPrivacyMask> <!--ro, opt, object, 是否支持人脸隐私遮蔽, desc:基于目标抓拍,对全部人脸进行隐私遮蔽,对应uri:/ISAPI/Intelligent/channels/<channelID>/faceSnap/privacyMask/capabilities?format=json--> <ChannelsList> <!--ro, opt, array, 通道列表, subType:object--> <channelsID> <!--ro, req, int, 设备支持的通道号-->1 </channelsID> </ChannelsList> </FaceSnapPrivacyMask> <FaceContrastPrivacyMask> <!--ro, opt, object, 是否支持重点人脸隐私遮蔽, desc:基于人脸比对,对重点人脸进行隐私遮蔽,对应uri:/ISAPI/Intelligent/channels/<channelID>/faceContrast/privacyMask/capabilities?format=json--> <ChannelsList> <!--ro, opt, array, 通道列表, subType:object--> <channelsID> <!--ro, req, int, 设备支持的通道号-->1 </channelsID> </ChannelsList> </FaceContrastPrivacyMask> <isSupportHumanBodyComparison> <!--ro, opt, bool, 是否支持人体比对事件, desc:eventType:humanBodyComparison,uri:/ISAPI/Event/channels/<channelID>/humanBodyComparison/capabilities?format=json-->true </isSupportHumanBodyComparison> <isSupportMedicalInfoSearchEvent> <!--ro, opt, bool, 是否支持医疗信息查询事件, desc:medicalInfoSearchEvent-->true </isSupportMedicalInfoSearchEvent> <isSupportConsumptionStatusQuery> <!--ro, opt, bool, 是否支持消费状态查询请求上报, desc:eventType:ConsumptionStatusQuery-->true </isSupportConsumptionStatusQuery> <isSupportShipChannelAbnormal> <!--ro, opt, bool, 是否支持船舶航道异常检测事件上报, desc:eventType:shipChannelAbnormal-->true </isSupportShipChannelAbnormal> <isSupportDepositRetrieveEvent> <!--ro, opt, bool, 是否支持智能柜物品存取事件-->true </isSupportDepositRetrieveEvent> <isSupportDepositTimeoutEvent> <!--ro, opt, bool, 是否支持智能柜物品寄存超时事件-->true </isSupportDepositTimeoutEvent> <isSupportCabinetStatusEvent> <!--ro, opt, bool, 是否支持智能柜状态变化事件-->true </isSupportCabinetStatusEvent> <isSupportCabinetAuthorityExpired> <!--ro, opt, bool, 是否支持智能柜权限过期事件-->true </isSupportCabinetAuthorityExpired> <isSupportT1Test> <!--ro, opt, bool, 是否支持控制T1工具配置-->true </isSupportT1Test> <isSupportDrivingDirectionAtIntersection> <!--ro, opt, bool, 是否支持路口行驶方向检测, desc:eventType: drivingDirectionAtIntersection,不支持不返回-->true </isSupportDrivingDirectionAtIntersection> <isSupportPlaceSceneExecuteStatus> <!--ro, opt, bool, 是否支持场所情景执行状态事件, desc:eventType: placeSceneExecuteStatus,不支持不返回-->true </isSupportPlaceSceneExecuteStatus> <isSupportSceneRecordingCtrl> <!--ro, opt, bool, 是否支持情景录播控制事件, desc:eventType: sceneRecordingCtrl,不支持不返回-->true </isSupportSceneRecordingCtrl> <isSupportStreamRecordStatus> <!--ro, opt, bool, 是否支持获取流ID录像状态, desc:/ISAPI/System/Video/inputs/streams/recordStatus-->true </isSupportStreamRecordStatus> <isSupportManualSnapPicture> <!--ro, opt, bool, 是否支持手动抓图, desc:对应url:/ISAPI/Streaming/channels/<trackStreamID>/picture/capabilities?format=json-->true </isSupportManualSnapPicture> <isSupportVerificationResultEvent> <!--ro, opt, bool, 是否支持人车核验结果事件, desc:对应:verificationResultEvent-->true </isSupportVerificationResultEvent> <OTAP> <!--ro, opt, object, 物联开放协议接入相关能力, desc:OTAP相关能力--> <isSupportOTAPModel> <!--ro, opt, bool, 是否支持获取OTAP虚拟型号和设备型号, desc:GET /ISAPI/System/Network/OTAP/Model?format=json-->true </isSupportOTAPModel> </OTAP> <isSupportForeignObjectInRoadDetection> <!--ro, opt, bool, 是否支持道路异物检测事件, desc:对应eventType:foreignObjectInRoadDetection-->true </isSupportForeignObjectInRoadDetection> <isSupportUPLCMethodOperatingStatus> <!--ro, opt, bool, 是否支持液相色谱系统方法运行状态事件, desc:对应eventType:UPLCMethodOperatingStatus-->true </isSupportUPLCMethodOperatingStatus> <isSupportMaterialScanTaskStatus> <!--ro, opt, bool, 是否支持物料扫描任务运行状态事件, desc:对应eventType:materialScanTaskStatus-->true </isSupportMaterialScanTaskStatus> <isSupportSearchInputProxy> <!--ro, opt, bool, 是否支持查询局域网内设备可接入IPC, desc:1、对应:GET /ISAPI/ContentMgmt/InputProxy/search?;2、注意:返回为true时,表示支持;未返回该字段,不能完全确认是否支持,还需要调用具体接口,才能确认是否支持。-->true </isSupportSearchInputProxy> <isSupportPostureDetection> <!--ro, opt, bool, 是否支持人员姿态检测, desc:对应eventType:postureDetection-->true </isSupportPostureDetection> <isSupportFans> <!--ro, opt, bool, 是否支持风扇配置, desc:/ISAPI/System/Fans?format=json-->true </isSupportFans> <pickUpCalibration> <!--ro, opt, object, 是否支持无线拾音器标定, desc:对应uri:/ISAPI/System/PickUpCalibration/channels/<channelID>/capabilities?format=json--> <ChannelsList> <!--ro, opt, array, 通道列表, subType:object--> <channelsID> <!--ro, req, int, 设备支持的通道号-->1 </channelsID> </ChannelsList> </pickUpCalibration> <isSupportSerialLogUpload> <!--ro, opt, bool, 是否支持串口日志上传, desc:若为true,表示设备支持串口日志上传,为false表示不支持-->true </isSupportSerialLogUpload> <isSupportLiquidDetectionEvent> <!--ro, opt, bool, 是否支持液体检测事件, desc:对应eventType:liquidDetectionEvent-->true </isSupportLiquidDetectionEvent> <isSupportETCRSU> <!--ro, opt, bool, 是否支持ETCRSU相关配置, desc:对应/ISAPI/Traffic/ETCRSU层级协议-->true </isSupportETCRSU> <isSupportVideoCodeConvertTool> <!--ro, opt, bool, 是否支持获取视频编码转换工具, desc:对应/ISAPI/System/videoCodeConvertTool?format=json协议-->true </isSupportVideoCodeConvertTool> <supportQuickConfigType opt="icr,dayNightGate,syncSignalOutput"> <!--ro, opt, string, web快速配置弹框支持功能列表, attr:opt{opt, string, 枚举值}, desc:该快速配置弹框不区分配置的先后顺序,仅将所支持的功能列表通过tab页的方式完全展示在web快速配置弹框中。 icr为ICR切换配置:/ISAPI/Image/channels/<channelID>/icr dayNightGate为日夜模式切换:/ISAPI/Image/channels/<channelID>/dayNightGate IOOutputs为同步信号输出/ISAPI/System/syncSignalOutput-->syncSignalOutput </supportQuickConfigType> <isSupportVisualLocation> <!--ro, opt, bool, 是否支持视觉定位服务配置, desc:对应/ISAPI/System/LocationMgr/visualLocation/capabilities?format=json协议-->true </isSupportVisualLocation> <isSupportVideoAccessAbnormal> <!--ro, opt, bool, 是否支持视频接入异常, desc:不支持不返回,eventType:VideoAccessAbnormal-->true </isSupportVideoAccessAbnormal> <isSupportSubSystemAbnormal> <!--ro, opt, bool, 是否支持子系统异常, desc:不支持不返回,eventType:SubSystemAbnormal-->true </isSupportSubSystemAbnormal> <isSupportSearchFileList> <!--ro, opt, bool, 是否支持查询设备文件列表, desc:接口:(/ISAPI/System/fileExport/SearchFileList?format=json)-->true </isSupportSearchFileList> <isSupportDistanceDetectionEvent> <!--ro, opt, bool, 是否支持距离检测事件, desc:对应eventType:distanceDetectionEven,当前仅用于产线测试工具-->true </isSupportDistanceDetectionEvent> <isSupportMeetingQueryEvent> <!--ro, opt, bool, 是否支持会议查询事件, desc:对应eventType:MeetingQuery-->true </isSupportMeetingQueryEvent> <isSupportMeetingLockEvent> <!--ro, opt, bool, 是否支持会议锁定事件, desc:对应eventType:MeetingLock-->true </isSupportMeetingLockEvent> <isSupportMeetingAddEvent> <!--ro, opt, bool, 是否支持会议预约事件, desc:对应eventType:MeetingAdd-->true </isSupportMeetingAddEvent> <isSupportMeetingModifyEvent> <!--ro, opt, bool, 是否支持会议修改事件, desc:对应eventType:MeetingModify-->true </isSupportMeetingModifyEvent> <isSupportMeetingCancelEvent> <!--ro, opt, bool, 是否支持会议取消事件, desc:对应eventType:MeetingCancel-->true </isSupportMeetingCancelEvent> <isSupportScreenBindIPCEvent> <!--ro, opt, bool, 是否支持显示屏绑定IPC事件, desc:对应eventType:ScreenBindIPC-->true </isSupportScreenBindIPCEvent> <isSupportSensorDetection> <!--ro, opt, bool, 是否支持传感器数据上报, desc:对应eventType:sensorDetection-->true </isSupportSensorDetection> <isSupportClearLogCache> <!--ro, opt, bool, 是否支持清空日志缓存, desc:接口:/ISAPI/ContentMgmt/ClearLogCache?format=json-->true </isSupportClearLogCache> <isSupportRoadOccupyDetection> <!--ro, opt, bool, 是否支持出入口占道检测事件, desc:接口/ISAPI/ITC/Entrance/channels/<channelID>/roadOccupyDetection/capabilities?format=json-->true </isSupportRoadOccupyDetection> <isSupportMeetingRoomSignInEvent> <!--ro, opt, bool, 是否支持会议室签到事件, desc:对应eventType:MeetingRoomSignIn-->true </isSupportMeetingRoomSignInEvent> <isSupportMeetingRoomSignOutEvent> <!--ro, opt, bool, 是否支持会议室签退事件, desc:对应eventType:MeetingRoomSignOut-->true </isSupportMeetingRoomSignOutEvent> <isSupportTimeTypeSTD> <!--ro, opt, bool, 是否支持严格按照ISO8601标准的时间类型, desc:当返回true,表示设备所有含有ISO8601的时间参数相关功能都支持URL中增加可选参数timeType=STD,如/ISAPI/ContentMgmt/search?timeType=STD,时间严格按照标准定义实现-->true </isSupportTimeTypeSTD> <isSupportScanner> <!--ro, opt, bool, 是否支持扫描事件及配置, desc:当返回true,表示设备支持/ISAPI/System/scanner/capabilities?format=json及scannerInfo事件-->true </isSupportScanner> <isSupportRegionTargetNumberCounting> <!--ro, opt, bool, 是否支持区域目标统计, desc:对应url:/ISAPI/Event/channels/<channelID>/RegionTargetNumberCounting/Capabilities?format=json-->true </isSupportRegionTargetNumberCounting> <depthMapMaintainMode> <!--ro, opt, object, 深度图维护模式, desc:影响利用深度图做检测的智能功能,如:垂直客流、堆积检测等。开启维护模式会修改通道部分音视频参数。对应url:/ISAPI/Intelligent/channels/<channelID>/DepthMapMaintainModeCfg/capabilities?format=json--> <ChannelsList> <!--ro, opt, array, 通道列表, subType:object--> <channelID> <!--ro, req, int, 设备支持的通道号-->1 </channelID> </ChannelsList> </depthMapMaintainMode> <isSupportExportPipCalibrationFile> <!--ro, opt, bool, 是否支持导出双光融合标定文件, desc:接口/ISAPI/System/ExportPipCalibrationFile?format=json-->true </isSupportExportPipCalibrationFile> <isSupportCourseUploadInfo> <!--ro, opt, bool, 是否支持课程上传完成提醒, desc:对应eventType:courseUploadInfo-->true </isSupportCourseUploadInfo> <isSupportPresetSwitchingInformation> <!--ro, opt, bool, 是否支持预置点切换信息上报, desc:对应eventType:presetSwitchingInformation-->true </isSupportPresetSwitchingInformation> <isSupportCabinetChargingQuery> <!--ro, opt, bool, 是否支持智能柜计费查询请求, desc:对应eventType:cabinetChargingQuery-->true </isSupportCabinetChargingQuery> <isSupportSearchVoltageAndPowerConsumptionReport> <!--ro, opt, bool, 是否支持查询电压和功耗报表, desc:对应url:/ISAPI/System/SearchVoltageAndPowerConsumptionReport/capabilities?format=json-->true </isSupportSearchVoltageAndPowerConsumptionReport> <isSupportDeviceDrop> <!--ro, opt, bool, 是否支持设备坠落事件, desc:对应事件:deviceDrop-->true </isSupportDeviceDrop> <isSupportDeviceNotMoved> <!--ro, opt, bool, 是否支持设备静止事件, desc:对应事件:deviceNotMoved-->true </isSupportDeviceNotMoved> <isSupportWalkWrongWayOnEscalator> <!--ro, opt, bool, 是否支持扶梯上逆行事件, desc:对应事件:walkWrongWayOnEscalator-->true </isSupportWalkWrongWayOnEscalator> <isSupportFallOnEscalator> <!--ro, opt, bool, 是否支持扶梯上摔倒事件, desc:对应事件:fallOnEscalator-->true </isSupportFallOnEscalator> <isSupportCarryLargeLuggageOnEscalator> <!--ro, opt, bool, 是否支持扶梯上携带大件行李事件, desc:对应事件:carryLargeLuggageOnEscalator-->true </isSupportCarryLargeLuggageOnEscalator> <isSupportPushStrollerOnEscalator> <!--ro, opt, bool, 是否支持扶梯上手推婴儿车事件, desc:对应事件:pushStrollerOnEscalator-->true </isSupportPushStrollerOnEscalator> <isSupportTeachingSpeechDetection> <!--ro, opt, bool, 是否支持教学语音检测事件, desc:对应事件:teachingSpeechDetection-->true </isSupportTeachingSpeechDetection> <updatefirmwareType opt="warningScreenFirmware,warningScreenFont,warningScreenVoice,ledReceiverCard"> <!--ro, opt, string, 设备支持的升级模块, attr:opt{opt, string, 取值范围}, desc:代表着/ISAPI/System/updateFirmware?type=<type>接口中type所支持的情况,warningScreenFirmware-预警屏固件升级,warningScreenFont-预警屏字库升级,warningScreenVoice-预警屏语音升级,ledReceiverCard -LED接收卡。注:改节点支持时同时也支持isSupportUpdatefirmware节点-->warningScreenFirmware </updatefirmwareType> <isSupportPaymentQRCodeQuery> <!--ro, opt, bool, 是否支持三方支付二维码查询事件, desc:对应事件:paymentQRCodeQuery-->true </isSupportPaymentQRCodeQuery> <isSupportTopUpEvent> <!--ro, opt, bool, 是否支持充值事件, desc:对应事件:topUpEvent-->true </isSupportTopUpEvent> <isSupportTopUpRequest> <!--ro, opt, bool, 是否支持充值请求事件, desc:对应事件:topUpRequest-->true </isSupportTopUpRequest> <isSupportTopUpStatusQuery> <!--ro, opt, bool, 是否支持查询充值状态事件, desc:对应事件:topUpStatusQuery-->true </isSupportTopUpStatusQuery> <isSupportLogOffRefundRequest> <!--ro, opt, bool, 是否支持人员注销退款请求事件, desc:对应事件:logOffRefundRequest-->true </isSupportLogOffRefundRequest> <isSupportLogOffRefundStatusQuery> <!--ro, opt, bool, 是否支持查询人员注销退款状态, desc:对应事件:logOffRefundStatusQuery-->true </isSupportLogOffRefundStatusQuery> <isSupportAuthenticationTimeoutEvent> <!--ro, opt, bool, 是否支持认证超时事件, desc:对应事件:authenticationTimeoutEvent-->true </isSupportAuthenticationTimeoutEvent> <isSupportCertificateCapture> <!--ro, opt, bool, 是否支持证件抓拍事件, desc:对应事件:certificateCapture-->true </isSupportCertificateCapture> <isSupportDeviceBatchActivation> <!--ro, opt, bool, 是否支持设备批量激活, desc:POST /ISAPI/System/activate/DeviceBatchActivation?format=json-->true </isSupportDeviceBatchActivation> <isSupportPlaceEnvironmentMonitoringRule> <!--ro, opt, bool, 是否支持场所环境监测规则参数, desc:/ISAPI/Event/channels/<channelID>/PlaceEnvironmentMonitoringRule?format=json-->true </isSupportPlaceEnvironmentMonitoringRule> <isSupportEngineResource> <!--ro, opt, bool, 是否支持引擎资源, desc:/ISAPI/System/EngineResource?format=json-->true </isSupportEngineResource> <isSupportPTModulePowerCfg> <!--ro, opt, bool, 是否支持修改转台底座电源参数, desc:PUT /ISAPI/System/ModifyPTModulePowerCfg?format=json POST /ISAPI/System/GetPTModulePowerCfg?format=json-->true </isSupportPTModulePowerCfg> <isSupportGetBoxDoorDetectionCfg> <!--ro, opt, bool, 是否支持获取箱门状态检测配置, desc:POST /ISAPI/System/GetBoxDoorDetectionCfg?format=json-->true </isSupportGetBoxDoorDetectionCfg> <isSupportModifyBoxDoorDetectionCfg> <!--ro, opt, bool, 是否支持修改箱门状态检测配置, desc:PUT /ISAPI/System/ModifyBoxDoorDetectionCfg?format=json-->true </isSupportModifyBoxDoorDetectionCfg> <isSupportSmartBoxStatus> <!--ro, opt, bool, 是否支持智能机箱状态, desc:/ISAPI/System/SmartBoxStatus?format=json-->true </isSupportSmartBoxStatus> <isSupportBatteryStatusCtrl> <!--ro, opt, bool, 是否支持电池状态事件上报控制参数, desc:/ISAPI/System/BatteryStatusCtrl?format=json-->true </isSupportBatteryStatusCtrl> <isSupportCooler> <!--ro, opt, bool, 是否支持制冷管理, desc:/ISAPI/System/Cooler/-->true </isSupportCooler> <isSupportBoxDoorDetectionCfg> <!--ro, opt, bool, 是否支持箱门状态检测配置, desc:/ISAPI/System/BoxDoorDetectionCfg?format=json-->true </isSupportBoxDoorDetectionCfg> <isSupportBoxDoorStatus> <!--ro, opt, bool, 是否支持机箱门状态, desc:/ISAPI/System/BoxDoorStatus?format=json-->true </isSupportBoxDoorStatus> <isSupportLightningProtectionStatus> <!--ro, opt, bool, 是否支持防雷状态, desc:/ISAPI/System/LightningProtectionStatus?format=json-->true </isSupportLightningProtectionStatus> <isSupportDeviceVisualLocalizationDetectionEvent> <!--ro, opt, bool, 是否支持设备视觉定位检测事件, desc:对应事件:DeviceVisualLocalizationDetectionEvent-->true </isSupportDeviceVisualLocalizationDetectionEvent> <isSupportDeviceVisualLocalizationAnalysisEvent> <!--ro, opt, bool, 是否支持设备视觉定位分析事件, desc:对应事件:DeviceVisualLocalizationAnalysisEvent-->true </isSupportDeviceVisualLocalizationAnalysisEvent> <isSupportGetPowerPortWorkParamList> <!--ro, opt, bool, 是否支持获取供电口工作参数列表, desc:POST /ISAPI/System/GetPowerPortWorkParamList?format=json-->true </isSupportGetPowerPortWorkParamList> <isSupportUsersLoginNotification> <!--ro, opt, bool, 是否支持用户登录联动通知参数, desc:/ISAPI/System/UsersLoginNotification?format=json-->true </isSupportUsersLoginNotification> <isSupportLiquidLevelDetectorInfo> <!--ro, opt, bool, 是否支持液位探测器信息上报, desc:eventType:LiquidLevelDetectorInfo-->true </isSupportLiquidLevelDetectorInfo> <isSupportWaterPressureDetectorInfo> <!--ro, opt, bool, 是否支持水压探测器信息上报, desc:eventType:WaterPressureDetectorInfo-->true </isSupportWaterPressureDetectorInfo> <isSupportEncryptionFileUpgradeMgr> <!--ro, opt, bool, 是否支持加密文件升级管理, desc:GET /ISAPI/System/EncryptionFileUpgradeMgr/capabilities?format=json-->true </isSupportEncryptionFileUpgradeMgr> <isSupportInformedConsentTextParam> <!--ro, opt, bool, 是否支持知情确认书文本参数, desc:/ISAPI/System/InformedConsentMgr/InformedConsentTextParam?format=json-->true </isSupportInformedConsentTextParam> <isSupportSendConsolePassword> <!--ro, opt, bool, 是否支持下发控制台口令, desc:POST /ISAPI/System/SendConsolePassword?format=json-->true </isSupportSendConsolePassword> <isSupportAutoLaserRanging> <!--ro, opt, bool, 是否支持自动激光测距参数配置, desc:/ISAPI/System/AutoLaserRanging?format=json-->true </isSupportAutoLaserRanging> <isSupportDelayedReboot> <!--ro, opt, bool, 是否支持断电延时重启, desc:POST /ISAPI/System/DelayedReboot?format=json-->true </isSupportDelayedReboot> <isSupportFalseAlarmMaterialLibMgr> <!--ro, opt, bool, 是否支持误报分析素材库管理, desc:GET /ISAPI/Intelligent/falseAlarmMaterialLibMgr/capabilities?format=json-->true </isSupportFalseAlarmMaterialLibMgr> <isSupportGetServerRandom> <!--ro, opt, bool, 是否支持获取国密服务端随机数, desc:POST /ISAPI/Security/ProtocolCertificate/GetServerRandom?format=json-->true </isSupportGetServerRandom> <isSupportCustomPreviewSplitCfg> <!--ro, opt, bool, 是否支持自定义预览分屏参数, desc:GET/PUT /ISAPI/System/Video/CustomPreviewSplitCfg?format=json-->true </isSupportCustomPreviewSplitCfg> <isSupportSendTelnetTestCmd> <!--ro, opt, bool, 是否支持下发telnet测试命令, desc:POST /ISAPI/System/Network/NetworkAdvancedCfg/SendTelnetTestCmd?format=json-->true </isSupportSendTelnetTestCmd> <isSupportTelnetTestCmdStatus> <!--ro, opt, bool, 是否支持telnet测试命令执行状态, desc:GET /ISAPI/System/Network/NetworkAdvancedCfg/TelnetTestCmdStatus?format=json-->true </isSupportTelnetTestCmdStatus> <isSupportImportUSBKeyAuthInfo> <!--ro, opt, bool, 是否支持导入国密USBKey认证信息, desc:POST /ISAPI/Security/ProtocolCertificate/ImportUSBKeyAuthInfo?format=json-->true </isSupportImportUSBKeyAuthInfo> <isSupportSendSupervisionRecordCollection> <!--ro, opt, bool, 是否支持发送督导录像补录完成状态, desc:POST /ISAPI/Intelligent/channels/<channelID>/SendSupervisionRecordCollection?format=json-->true </isSupportSendSupervisionRecordCollection> <isSupportSearchPersonnelOperationSupervisionTask> <!--ro, opt, bool, 是否支持查询人员作业督导任务, desc:POST /ISAPI/Intelligent/channels/<channelID>/SearchPersonnelOperationSupervisionTask?format=json-->true </isSupportSearchPersonnelOperationSupervisionTask> <isSupportDeletePersonnelOperationSupervisionTask> <!--ro, opt, bool, 是否支持删除人员作业督导任务, desc:POST /ISAPI/Intelligent/channels/<channelID>/DeletePersonnelOperationSupervisionTask?format=json-->true </isSupportDeletePersonnelOperationSupervisionTask> <isSupportAddPersonnelOperationSupervisionTask> <!--ro, opt, bool, 是否支持添加人员作业督导任务, desc:POST /ISAPI/Intelligent/channels/<channelID>/AddPersonnelOperationSupervisionTask?format=json-->true </isSupportAddPersonnelOperationSupervisionTask> <isSupportUserLoginStatusChangeEvent> <!--ro, opt, bool, 是否支持用户登录状态变化事件, desc:eventType:UserLoginStatusChangeEvent-->true </isSupportUserLoginStatusChangeEvent> <isSupportObstacleAvoidance> <!--ro, opt, bool, 是否支持避障管理, desc:GET/PUT /ISAPI/System/ObstacleAvoidance/-->true </isSupportObstacleAvoidance> <isSupportManualSnapFishEyeWallPanoramaView> <!--ro, opt, bool, 是否支持手动抓拍鱼眼壁装全景展开图, desc:GET /ISAPI/Streaming/channels/<channelID>/ManualSnapFishEyeWallPanoramaView?format=json-->true </isSupportManualSnapFishEyeWallPanoramaView> <isSupportPreviewSplitSwitchCfg> <!--ro, opt, bool, 是否支持自定义分屏切换参数, desc:GET/PUT /ISAPI/System/Video/PreviewSplitSwitchCfg?format=json-->true </isSupportPreviewSplitSwitchCfg> <isSupportCountingTargetParam> <!--ro, opt, bool, 是否支持客流量目标参数, desc:GET/PUT /ISAPI/System/Video/inputs/channels/<channelID>/counting/CountingTargetParam?format=json-->true </isSupportCountingTargetParam> <isSupportDebugLogModuleType opt="playService,communicationService,attendanceService,faceService,LCD"> <!--ro, opt, bool, 是否支持按模块导出调试日志, attr:opt{req, string, 取值范围}-->true </isSupportDebugLogModuleType> <isSupportLoginPasswordCfg> <!--ro, opt, bool, 是否支持登录密码规格参数, desc:GET/PUT /ISAPI/Security/users/LoginPasswordCfg?format=json-->true </isSupportLoginPasswordCfg> <isSupportUserDataFile> <!--ro, opt, bool, 是否支持导入导出用户数据文件, desc:POST /ISAPI/Security/users/UserDataFile/capabilities?format=json-->true </isSupportUserDataFile> <isSupportNtripAccessCfg> <!--ro, opt, bool, 是否支持Ntrip地址接入参数, desc:GET/PUT /ISAPI/System/Network/Ntrip/NtripAccessCfg?format=json-->true </isSupportNtripAccessCfg> <isSupportNetworkWatchdogParams> <!--ro, opt, bool, 是否支持网络监测看门狗参数, desc:GET/PUT /ISAPI/System/NetworkWatchdogParams?format=json-->true </isSupportNetworkWatchdogParams> <isSupportAudioRecordPlan> <!--ro, opt, bool, 是否支持录音计划, desc:GET/PUT /ISAPI/System/RecordAudio/channels/<audioID>/AudioRecordPlan?format=json-->true </isSupportAudioRecordPlan> <isSupportStartVoiceMonitor> <!--ro, opt, bool, 是否支持开启语音监听, desc:PUT /ISAPI/System/TwoWayAudio/channels/<twoWayAudioChannelID>/StartVoiceMonitor?format=json-->true </isSupportStartVoiceMonitor> <isSupportWebPTZCfg> <!--ro, opt, bool, web是否需要展示PTZ配置界面, desc:该能力与是否支持PTZ无关,仅代表是否需要web上展示PTZ配置界面。默认web处理逻辑:不存在此节点时web通过设备类型进行判断界面是否展示-->true </isSupportWebPTZCfg> <isSupportGaugeReadingEvent> <!--ro, opt, bool, 是否支持河道水尺水位检测事件, desc:eventType为GaugeReadingEvent-->true </isSupportGaugeReadingEvent> <isSupportVNCServerCfg> <!--ro, opt, bool, 是否支持VNC服务配置, desc:GET/PUT /ISAPI/System/VNCServerCfg?format=json-->true </isSupportVNCServerCfg> <isSupportResources> <!--ro, opt, bool, 是否支持资源, desc:GET /ISAPI/System/DynamicResource/Resources?format=json, Resources-->true </isSupportResources> <isSupportDeviceGroupMgr> <!--ro, opt, bool, 是否支持设备应用资源分组管理, desc:GET /ISAPI/System/DeviceGroupMgr/capabilities?format=json-->true </isSupportDeviceGroupMgr> <isSupportAsyncResetSubDevicePassword> <!--ro, opt, bool, 是否支持异步重置子设备密码, desc:/ISAPI/Security/resetPassword/AsyncResetSubDevicePassword?format=json-->true </isSupportAsyncResetSubDevicePassword> <isSupportAsyncResetSubDevicePasswordStatusList> <!--ro, opt, bool, 是否支持异步重置子设备密码状态列表, desc:/ISAPI/Security/resetPassword/AsyncResetSubDevicePasswordStatusList?format=json-->true </isSupportAsyncResetSubDevicePasswordStatusList> <isSupportEDRAccessList> <!--ro, opt, bool, 是否支持EDR服务接入地址参数, desc:GET/PUT /ISAPI/System/Network/EDRAccessList?format=json-->true </isSupportEDRAccessList> <isSupportBatteryCarInfoEvent> <!--ro, opt, bool, 是否支持电瓶车信息上报事件, desc:eventType为BatteryCarInfoEvent-->true </isSupportBatteryCarInfoEvent> <isSupportChildmanage> <!--ro, opt, bool, 是否支持网关子设备拓扑管理, desc:GET /ISAPI/IoTGateway/Childmanage/capabilities?format=json-->true </isSupportChildmanage> <isSupportSearchResources> <!--ro, opt, bool, 是否支持查询资源列表, desc:POST /ISAPI/System/DynamicResource/SearchResources?format=json-->true </isSupportSearchResources> <isSupportResetPasswordPhoneNo> <!--ro, opt, bool, 是否支持密码重置手机号, desc:GET/PUT /ISAPI/Security/resetPassword/ResetPasswordPhoneNo?format=json-->true </isSupportResetPasswordPhoneNo> <isSupportGetPhoneNoQRCode> <!--ro, opt, bool, 是否支持获取手机号重置密码二维码, desc:GET /ISAPI/Security/resetPassword/GetPhoneNoQRCode?format=json-->true </isSupportGetPhoneNoQRCode> <isSupportResetPasswordByPhoneNoSecurityCode> <!--ro, opt, bool, 是否支持通过手机号安全码重置设备密码, desc:PUT /ISAPI/Security/resetPassword/ResetPasswordByPhoneNoSecurityCode?format=json-->true </isSupportResetPasswordByPhoneNoSecurityCode> <isSupportGaugeReadingOverlapParams> <!--ro, opt, bool, 是否支持水尺检测信息媒体叠加参数, desc:GET/PUT /ISAPI/Event/gaugeReading/channels/<channelID>/GaugeReadingOverlapParams?format=json-->true </isSupportGaugeReadingOverlapParams> <isSupportGaugeReadingRainfallEvent> <!--ro, opt, bool, 是否支持 水尺降雨加报事件, desc:GaugeReadingRainfallEvent-->true </isSupportGaugeReadingRainfallEvent> <isSupportSearchTrafficLightMalfunctionResult> <!--ro, opt, bool, 是否支持查询交通信号灯故障检测结果, desc:POST /ISAPI/Event/TrafficLightMalfunctionDetection/SearchTrafficLightMalfunctionResult?format=json-->true </isSupportSearchTrafficLightMalfunctionResult> <isSupportCheckPhoneNoSecurityCode> <!--ro, opt, bool, 是否支持校验手机号安全码, desc:PUT /ISAPI/Security/resetPassword/CheckPhoneNoSecurityCode?format=json-->true </isSupportCheckPhoneNoSecurityCode> <isSupportUserValidExpired> <!--ro, opt, bool, 是否支持人员有效期过期事件, desc:eventType为UserValidExpired-->true </isSupportUserValidExpired> <isSupportSearchWaterLevelData> <!--ro, opt, bool, 是否支持查询水质高度检测数据, desc:POST /ISAPI/Event/waterQualityDetection/SearchWaterLevelData?format=json-->true </isSupportSearchWaterLevelData> <isSupportSearchRecommendPerspective> <!--ro, opt, bool, 是否支持查询推荐视角, desc:POST /ISAPI/Streaming/channels/channels/<channelID>/SearchRecommendPerspective?format=json-->true </isSupportSearchRecommendPerspective> <isSupportGetLegendaryPerspectiveInfo> <!--ro, opt, bool, 是否支持获取镜头视角信息, desc:GET /ISAPI/Streaming/channels/channels/<channelID>/GetLegendaryPerspectiveInfo?format=json-->true </isSupportGetLegendaryPerspectiveInfo> <configurationDataType opt="OSD,MODE,IMAGE,IOOUT,OTHERS"> <!--ro, opt, string, 参数导入的部分导入中的 OSD导入视频OSD和图片OSD都共同导入, attr:opt{req, string, 取值范围}-->test </configurationDataType> <isSupportRestoreVideoAdjustmentParam> <!--ro, opt, bool, 是否支持恢复视频画面调整参数, desc:GET/PUT /ISAPI/System/Video/channels/<channelID>/RestoreVideoAdjustmentParam?format=json-->true </isSupportRestoreVideoAdjustmentParam> <isSupportWeatherStationInfo> <!--ro, opt, bool, 是否支持气象站信息, desc:GET/PUT /ISAPI/Traffic/channels/<channelID>/WeatherStationInfo?format=json-->true </isSupportWeatherStationInfo> <isSupportRadarPerimeterAlgCap> <!--ro, opt, bool, 是否支持雷达周界算法参数能力, desc:GET /ISAPI/Smart/RadarPerimeterAlg/capabilities?format=json-->true </isSupportRadarPerimeterAlgCap> <isSupportBodyCameraOneKeyAlarmEvent> <!--ro, opt, bool, 是否支持执法记录仪一键报警事件, desc:eventType:BodyCameraOneKeyAlarmEvent,不支持不返回-->true </isSupportBodyCameraOneKeyAlarmEvent> <isSupportGetOnlineTrafficLight> <!--ro, opt, bool, 是否支持获取在线信号灯信息, desc:GET /ISAPI/Event/TrafficLightMalfunctionDetection/GetOnlineTrafficLight?format=json-->true </isSupportGetOnlineTrafficLight> <isSupportTrafficLightMalfunctionDefaultParams> <!--ro, opt, bool, 是否支持信号灯故障检测规则默认参数, desc:GET/PUT /ISAPI/Event/TrafficLightMalfunctionDetection/TrafficLightMalfunctionDefaultParams?format=json-->true </isSupportTrafficLightMalfunctionDefaultParams> <isSupportFallenObjectsOnTracksDetection> <!--ro, opt, bool, 是否支持轨道坠物检测, desc:GET /ISAPI/Intelligent/channels/<channelID>/FallenObjectsOnTracksDetection/capabilities?format=json-->true </isSupportFallenObjectsOnTracksDetection> <isSupportMonitorAuthorization> <!--ro, opt, bool, 是否支持设备服务监控授权信息, desc:GET /ISAPI/Security/DeviceServiceMonitor/MonitorAuthorization?format=json-->true </isSupportMonitorAuthorization> <isSupportBodyCameraTakeEvent> <!--ro, opt, bool, 是否支持执法记录仪领取事件, desc:eventType:BodyCameraTakeEvent,不支持不返回-->true </isSupportBodyCameraTakeEvent> <isSupportCollaborationModeCfg> <!--ro, opt, bool, 是否支持协同模式配置, desc:GET/PUT /ISAPI/Intelligent/CollaborationModeCfg?format=json-->true </isSupportCollaborationModeCfg> <isSupportAudioChannelVCAResource> <!--ro, opt, bool, 是否支持音频通道智能资源切换, desc:GET/PUT /ISAPI/System/VCAResource/channels/<audioID>/AudioChannelVCAResource?format=json-->true </isSupportAudioChannelVCAResource> <isSupportGasTankMonitoringEvent> <!--ro, opt, bool, 是否支持煤气罐监测事件, desc:eventType:GasTankMonitoringEvent-->true </isSupportGasTankMonitoringEvent> <isSupportChannelClearEvent> <!--ro, opt, bool, 是否支持室外消防通道畅通事件, desc:eventType:ChannelClearEvent-->true </isSupportChannelClearEvent> <isSupportBackDuty> <!--ro, opt, bool, 是否支持消控室人员回岗事件, desc:eventType:backDuty-->true </isSupportBackDuty> <isSupportSleepDuty> <!--ro, opt, bool, 是否支持消控室人员睡(在)岗(位)事件, desc:eventType:sleepDuty-->true </isSupportSleepDuty> <isSupportSearchChildDevResourcesStatus> <!--ro, opt, bool, 是否支持查询子设备资源状态, desc:POST /ISAPI/System/DynamicResource/SearchChildDevResourcesStatus?format=json-->true </isSupportSearchChildDevResourcesStatus> <isSupportDeleteResources> <!--ro, opt, bool, 是否支持删除资源, desc:PUT /ISAPI/System/DynamicResource/DeleteResources?format=json-->true </isSupportDeleteResources> <isSupportMenuFunctionList> <!--ro, opt, bool, 是否支持菜单功能列表, desc:GET /ISAPI/Thermal/MenuFunctionList?format=json-->true </isSupportMenuFunctionList> <isSupportKeyFunctionList> <!--ro, opt, bool, 是否支持按键功能列表, desc:GET /ISAPI/Thermal/KeyFunctionList?format=json-->true </isSupportKeyFunctionList> <isSupportKeyValueList> <!--ro, opt, bool, 是否支持按键值列表, desc:GET /ISAPI/Thermal/KeyValueList?format=json-->true </isSupportKeyValueList> <isSupportGetPseudoColorBackgroundPic> <!--ro, opt, bool, 是否支持获取三目伪彩背景图片, desc:GET /ISAPI/Streaming/channels/<channelID>/GetPseudoColorBackgroundPic?format=json-->true </isSupportGetPseudoColorBackgroundPic> <isSupportElevatorRunningDetection> <!--ro, opt, bool, 是否支持电梯运行状态检测, desc:GET /ISAPI/Intelligent/channels/<channelID>/ElevatorRunningDetection/capabilities?format=json-->true </isSupportElevatorRunningDetection> <isSupportSearchPersonQueueRealTimeResult> <!--ro, opt, bool, 是否支持查询人员停留行为检测事件结果, desc:POST /ISAPI/Intelligent/personQueueDetection/SearchPersonQueueRealTimeResult?format=json-->true </isSupportSearchPersonQueueRealTimeResult> <isSupportSearchLeavePositionEventResult> <!--ro, opt, bool, 是否支持查询人员离(不在)岗事件结果, desc:POST /ISAPI/Intelligent/HehaviorAnalysis/SearchLeavePositionEventResult?format=json-->true </isSupportSearchLeavePositionEventResult> <isSupportImportElectronicBadgeBackgroundImage> <!--ro, opt, bool, 是否支持导入电子工牌背景图, desc:POST /ISAPI/Traffic/ImportElectronicBadgeBackgroundImage?format=json-->true </isSupportImportElectronicBadgeBackgroundImage> <isSupportVoiceMonitoringEvent> <!--ro, opt, bool, 是否支持人声监测事件上报, desc:eventType:VoiceMonitoringEvent-->true </isSupportVoiceMonitoringEvent> <isSupportPseudoColorBackgroundParam> <!--ro, opt, bool, 是否支持三目伪彩背景参数, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/PseudoColorBackgroundParam?format=json-->true </isSupportPseudoColorBackgroundParam> <isSupportGotoPerimeterShieldMaskScene> <!--ro, opt, bool, 是否支持跳转到指定雷达周界屏蔽场景, desc:POST /ISAPI/Smart/RadarPerimeterAlg/GotoPerimeterShieldMaskScene?format=json-->true </isSupportGotoPerimeterShieldMaskScene> <isSupportSearchPersonQueueTimingStatistics> <!--ro, opt, bool, 是否支持查询排队检测定时人数统计事件, desc:POST /ISAPI/Intelligent/personQueueDetection/SearchPersonQueueTimingStatistics?format=json-->true </isSupportSearchPersonQueueTimingStatistics> <isSupportLocalUserChange> <!--ro, opt, bool, 是否支持本地人员变更事件, desc:eventType:LocalUserChange-->true </isSupportLocalUserChange> <isSupportSendClientTask> <!--ro, opt, bool, 是否支持下发客户端任务, desc:POST /ISAPI/System/RailwayPatrol/SendClientTask?format=json-->true </isSupportSendClientTask> <isSupportGetCurrentClientTaskStatus> <!--ro, opt, bool, 是否支持获取当前客户端任务执行进度, desc:GET /ISAPI/System/RailwayPatrol/GetCurrentClientTaskStatus?format=json-->true </isSupportGetCurrentClientTaskStatus> <isSupportTestEDRServerConnect> <!--ro, opt, bool, 是否支持测试EDR平台连接状态, desc:POST /ISAPI/System/Network/TestEDRServerConnect?format=json-->true </isSupportTestEDRServerConnect> <isSupportRealTimeStreamInfo> <!--ro, opt, bool, 是否支持实时码流信息获取, desc:GET /ISAPI/Streaming/RealTimeStreamInfo?format=json-->true </isSupportRealTimeStreamInfo> <isSupportIrcutFilterStatusChange> <!--ro, opt, bool, 是否支持日夜转换状态变化上报事件, desc:eventType:IrcutFilterStatusChange-->true </isSupportIrcutFilterStatusChange> <isSupportSendRoadMaintPictureAnalysisTask> <!--ro, opt, bool, 是否支持下发道路养护图片分析任务, desc:POST /ISAPI/Intelligent/SendRoadMaintPictureAnalysisTask?format=json-->true </isSupportSendRoadMaintPictureAnalysisTask> <isSupportFDRemoveDuplicateParams> <!--ro, opt, bool, 是否支持设备自定义人脸库去重参数, desc:GET/PUT /ISAPI/System/Video/inputs/counting/FDRemoveDuplicateParams?format=json-->true </isSupportFDRemoveDuplicateParams> <isSupportRadarMixedTargetSensitivityParams> <!--ro, opt, bool, 是否支持雷达混合目标灵敏度参数, desc:GET/PUT /ISAPI/Smart/RadarMixedTargetAlg/RadarMixedTargetSensitivityParams?format=json-->true </isSupportRadarMixedTargetSensitivityParams> <isSupportMixedTargetRadarSensitivityParams> <!--ro, opt, bool, 是否支持混合目标雷达灵敏度参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/MixedTargetRadarSensitivityParams?format=json-->true </isSupportMixedTargetRadarSensitivityParams> <isSupportMixedTargetRadarDebugParams> <!--ro, opt, bool, 是否支持混合目标雷达算法调试参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/MixedTargetRadarDebugParams?format=json-->true </isSupportMixedTargetRadarDebugParams> <isSupportHttpPreview> <!--ro, opt, bool, 是否支持HTTP预览, desc:对应HTTP预览接口:GET /ISAPI/Streaming/channels/<trackStreamID>/httppreview; 集成步骤: 1.判断设备返回该字段并值返回为true,则代表该设备支持HTTP预览功能。 2.若设备未返回该字段,需要通过遍历该设备所有视频通道下码流ID的“GET /ISAPI/Streaming/channels/<trackStreamID>/httppreview”接口,若遍历了所有视频通道下码流ID都返回notSupport错误码,则代表该设备不支持HTTP预览功能;若存在至少一个码流ID返回成功的情况,则代表该设备支持HTTP预览功能。 注:码流ID(trackStreamID)的支持情况可以根据“GET /ISAPI/Streaming/channels”接口出参中的StreamingChannelList.StreamingChannel.id字段得到-->true </isSupportHttpPreview> <isSupportGetRecordThumbnail> <!--ro, opt, bool, 是否支持获取录像文件缩略图, desc:POST /ISAPI/ContentMgmt/search/GetRecordThumbnail?format=json-->true </isSupportGetRecordThumbnail> <isSupportProxyAIOP> <!--ro, opt, bool, 是否支持代理接入AIOP功能(跨NVR接入IPC的AIOP设备), desc:以NVR接入IPC为例;支持该节点,可以通过ISAPI的子设备方式代理转发接入IPC的AIOP完整功能(包含设备AIOP能力、模型包的管理,任务规则管理和检测数据上传等)。-->true </isSupportProxyAIOP> <isSupportStaticObjectPositionOffsetComparison> <!--ro, opt, bool, 是否支持静态物体位置偏移比对, desc:GET /ISAPI/Intelligent/channels/<channelID>/StaticObjectPositionOffsetComparison/capabilities?format=json-->true </isSupportStaticObjectPositionOffsetComparison> <isSupportClearFDRemoveDuplicateFDLib> <!--ro, opt, bool, 是否支持手动清空设备自定义人脸库, desc:POST /ISAPI/System/Video/inputs/counting/ClearFDRemoveDuplicateFDLib?format=json-->true </isSupportClearFDRemoveDuplicateFDLib> <isSupportDevPowerStatusReportCtrl> <!--ro, opt, bool, 是否支持设备电源状态上报控制参数, desc:GET/PUT /ISAPI/System/DevPowerStatusReportCtrl?format=json-->true </isSupportDevPowerStatusReportCtrl> <isSupportIndicatorLight> <!--ro, opt, bool, 是否支持指示灯配置, desc:GET /ISAPI/System/IndicatorLight/capabilities?format=json-->true </isSupportIndicatorLight> <isSupportEnvironmentTemperatureMonitorEvent> <!--ro, opt, bool, 是否支持环境温度监测事件, desc:eventType:EnvironmentTemperatureMonitorEvent-->true </isSupportEnvironmentTemperatureMonitorEvent> <isSupportPhysicalTraining> <!--ro, opt, bool, 是否支持体育训练, desc:GET /ISAPI/Intelligent/channels/<channelID>/PhysicalTraining/capabilities?format=json-->true </isSupportPhysicalTraining> <isSupportPullUp> <!--ro, opt, bool, 是否支持引体向上事件, desc:eventType:PullUp-->true </isSupportPullUp> <isSupportSitUpWithHandsBehindHead> <!--ro, opt, bool, 是否支持抱头仰卧起坐事件, desc:eventType:SitUpWithHandsBehindHead-->true </isSupportSitUpWithHandsBehindHead> <isSupportSitUpWithArmsOnChest> <!--ro, opt, bool, 是否支持抱胸仰卧起坐事件, desc:eventType:SitUpWithArmsOnChest-->true </isSupportSitUpWithArmsOnChest> <isSupportPushUp> <!--ro, opt, bool, 是否支持俯卧撑事件, desc:eventType:PushUp-->true </isSupportPushUp> <isSupportPullUpHold> <!--ro, opt, bool, 是否支持曲臂悬垂事件, desc:eventType:PullUpHold-->true </isSupportPullUpHold> <isSupportVerificationPlatformParams> <!--ro, opt, bool, 是否支持核录平台接入参数, desc:GET/PUT /ISAPI/System/Network/VerificationPlatformAccess/VerificationPlatformParams?format=json-->true </isSupportVerificationPlatformParams> <isSupportVehicleMaintenanceDetection> <!--ro, opt, bool, 是否支持车辆维修检测, desc:GET /ISAPI/Intelligent/VehicleMaintenanceDetection/capabilities?format=json,desc:对汽车维修车间的车辆状态检测,当检测到车辆上升(用于检查底盘)、下降、发动机罩打开时,触发报警事件-->true </isSupportVehicleMaintenanceDetection> <isSupportPhysicalTrainingStatus> <!--ro, opt, bool, 是否支持体育训练状态上报事件, desc:eventType:PhysicalTrainingStatus-->true </isSupportPhysicalTrainingStatus> <isSupportDeviceAbnormalDebug> <!--ro, opt, bool, 是否支持设备运行异常状态调试, desc:GET /ISAPI/System/DeviceAbnormalDebug/capabilities?format=json,des:设备运行异常情况下,由技术支持收集设备运行调试数据(如:调试日志、dump文件)-->true </isSupportDeviceAbnormalDebug> <isSupportSetWaterLevelResetOfWaterTank> <!--ro, opt, bool, 是否支持镜头雨刷水箱水位复位, desc:PUT /ISAPI/System/Hardware/SetWaterLevelResetOfWaterTank?format=json-->true </isSupportSetWaterLevelResetOfWaterTank> <isSupportGetRemoteAlbumPicture> <!--ro, opt, bool, 是否支持获取远程相册图片, desc:POST /ISAPI/ContentMgmt/GetRemoteAlbumPicture?format=json-->true </isSupportGetRemoteAlbumPicture> <isSupportUltravioletImagingFusionParams> <!--ro, opt, bool, 是否支持紫外成像融合参数, desc:GET/PUT /ISAPI/System/Video/channels/<channelID>/UltravioletImagingFusionParams?format=json-->true </isSupportUltravioletImagingFusionParams> <isSupportAudioAnalysisCfg> <!--ro, opt, bool, 是否支持音频分析参数, desc:GET/PUT /ISAPI/Intelligent/SensitiveInfoAnalysis/AudioIn/<AudioInID>/AudioAnalysisCfg?format=json-->true </isSupportAudioAnalysisCfg> <isSupportRuningLogPlan> <!--ro, opt, bool, 是否支持设备运行日志记录计划, desc:GET/PUT /ISAPI/ContentMgmt/RuningLogPlan?format=json-->true </isSupportRuningLogPlan> <isSupportSearchRuningLogData> <!--ro, opt, bool, 是否支持查询设备运行日志数据, desc:POST /ISAPI/ContentMgmt/SearchRuningLogData?format=json-->true </isSupportSearchRuningLogData> <isSupportExportRuningLogData> <!--ro, opt, bool, 是否支持导出设备运行日志数据, desc:POST /ISAPI/ContentMgmt/ExportRuningLogData?format=json-->true </isSupportExportRuningLogData> <isSupportCertificateCaptureEvent> <!--ro, opt, bool, 是否支持证件抓拍对比事件, desc:对应事件:CertificateCaptureEvent-->true </isSupportCertificateCaptureEvent> <isSupportUpgradeKeywordModel> <!--ro, opt, bool, 是否支持升级敏感信息关键词模型, desc:PUT /ISAPI/Intelligent/SensitiveInfoAnalysis/UpgradeKeywordModel?format=json-->true </isSupportUpgradeKeywordModel> <isSupportGetKeywordModelStatus> <!--ro, opt, bool, 是否支持获取敏感信息关键词模型算法运行状态, desc:GET /ISAPI/Intelligent/SensitiveInfoAnalysis/GetKeywordModelStatus?format=json-->true </isSupportGetKeywordModelStatus> <isSupportCloseLensPrivacyCover> <!--ro, opt, bool, 是否支持手动控制关闭镜头隐私盖板, desc:PUT /ISAPI/System/channels/<channelID>/CloseLensPrivacyCover?format=json-->true </isSupportCloseLensPrivacyCover> <isSupportOpenLensPrivacyCover> <!--ro, opt, bool, 是否支持手动控制开启镜头隐私盖板, desc:PUT /ISAPI/System/channels/<channelID>/OpenLensPrivacyCover?format=json-->true </isSupportOpenLensPrivacyCover> <isSupportLensPrivacyCoverModeParams> <!--ro, opt, bool, 是否支持镜头隐私盖板工作模式参数, desc:GET/PUT /ISAPI/System/channels/<channelID>/LensPrivacyCoverModeParams?format=json-->true </isSupportLensPrivacyCoverModeParams> <isSupportOTAPService> <!--ro, opt, bool, 是否支持OTAP服务参数配置, desc:/ISAPI/System/Network/OTAPService/capabilities?format=json-->true </isSupportOTAPService> <isSupportGetPlaybackStreamInfo> <!--ro, opt, bool, 是否支持获取录像回放码流信息, desc:GET /ISAPI/Streaming/GetPlaybackStreamInfo?format=json-->true </isSupportGetPlaybackStreamInfo> <isSupportNBIoTPlateformAccessStatus> <!--ro, opt, bool, 是否支持NB-IoT平台接入状态, desc:GET /ISAPI/System/Network/NBIoTPlateformAccessStatus?format=json-->true </isSupportNBIoTPlateformAccessStatus> <isSupportScannedListEvent> <!--ro, opt, bool, 是否支持蓝牙扫描列表上报事件, desc:eventType:ScannedListEvent-->true </isSupportScannedListEvent> <isSupportDownloadAudioRecordByTime> <!--ro, opt, bool, 是否支持按时间下载录音文件, desc:POST /ISAPI/System/RecordAudio/AudioIn/<AudioInID>/DownloadAudioRecordByTime?format=json-->true </isSupportDownloadAudioRecordByTime> <isSupportBackUpConfigurationFile> <!--ro, opt, bool, 是否支持设备本地备份配置文件, desc:PUT /ISAPI/System/BackUpConfigurationFile?format=json-->true </isSupportBackUpConfigurationFile> <isSupportRestoreConfigurationFile> <!--ro, opt, bool, 是否支持恢复设备本地配置文件, desc:PUT /ISAPI/System/RestoreConfigurationFile?format=json-->true </isSupportRestoreConfigurationFile> <isSupportGetCfgFileBackUpInfo> <!--ro, opt, bool, 是否支持获取本地配置文件备份信息, desc:GET /ISAPI/System/GetCfgFileBackUpInfo?format=json-->true </isSupportGetCfgFileBackUpInfo> <isSupportSearchVideoCodeMealParams> <!--ro, opt, bool, 是否支持查询视频编码套餐参数, desc:POST /ISAPI/Streaming/channels/<channelID>/SearchVideoCodeMealParams?format=json-->true </isSupportSearchVideoCodeMealParams> <isSupportVideoCodeMealParams> <!--ro, opt, bool, 是否支持视频编码套餐参数, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/VideoCodeMealParams?format=json-->true </isSupportVideoCodeMealParams> <isSupportFlameCombustionStatusRuleParams> <!--ro, opt, bool, 是否支持火焰燃烧状态检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/FlameCombustionStatusRuleParams?format=json-->true </isSupportFlameCombustionStatusRuleParams> <isSupportFlameCombustionStatusOverlapParams> <!--ro, opt, bool, 是否支持火焰燃烧状态检测信息媒体叠加参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/FlameCombustionStatusOverlapParams?format=json-->true </isSupportFlameCombustionStatusOverlapParams> <isSupportAcousticLeakDetection> <!--ro, opt, bool, 是否支持声学捡漏总能力, desc:用于表示设备是否支持声学检测总能力,对应URL为:/ISAPI/System/AcousticLeakDetection/capabilities?format=json-->true </isSupportAcousticLeakDetection> <isSupportFlameCombustionStatusSceneList> <!--ro, opt, bool, 是否支持火焰燃烧状态检测的场景列表, desc:GET /ISAPI/Intelligent/channels/<channelID>/FlameCombustionStatusSceneList?format=json-->true </isSupportFlameCombustionStatusSceneList> <isSupportGasLeakageDetection> <!--ro, opt, bool, 是否支持漏气检测事件, desc:eventType:GasLeakageDetection-->true </isSupportGasLeakageDetection> <isSupportDischargeDetection> <!--ro, opt, bool, 是否支持放电检测事件, desc:eventType:DischargeDetection-->true </isSupportDischargeDetection> <isSupportSearchBaseMapIDList> <!--ro, opt, bool, 是否支持查询底图ID列表, desc:POST /ISAPI/ContentMgmt/SearchBaseMapIDList?format=json-->true </isSupportSearchBaseMapIDList> <isSupportRestoreDefaultParam> <!--ro, opt, bool, 是否支持恢复默认参数, desc:PUT /ISAPI/Streaming/RestoreDefaultParam?format=json-->true </isSupportRestoreDefaultParam> <isSupportSearchEventTargetInfo> <!--ro, opt, bool, 是否支持查询当前可视域中事件检测目标信息, desc:GET /ISAPI/System/Video/inputs/channels/<channelID>/SearchEventTargetInfo?format=json-->true </isSupportSearchEventTargetInfo> <isSupportElevatorRunningDetectionEvent> <!--ro, opt, bool, 是否支持电梯运行检测事件, desc:eventType:ElevatorRunningDetectionEvent-->true </isSupportElevatorRunningDetectionEvent> <isSupportElevatorOperationStatistics> <!--ro, opt, bool, 是否支持电梯运行统计事件, desc:eventType:ElevatorRunningDetectionEvent-->true </isSupportElevatorOperationStatistics> <isSupportStandingLongJump> <!--ro, opt, bool, 是否支持立定跳远事件, desc:eventType:StandingLongJump-->true </isSupportStandingLongJump> <isSupportJumpRope> <!--ro, opt, bool, 是否支持跳绳事件, desc:eventType:JumpRope-->true </isSupportJumpRope> <isSupportUserAvailablePwQuery> <!--ro, opt, bool, 是否支持人员可用密码查询事件, desc:eventType:UserAvailablePwQuery-->true </isSupportUserAvailablePwQuery> <isSupportAddHistoryEventSubscribeCfg> <!--ro, opt, bool, 是否支持添加历史事件订阅配置, desc:POST /ISAPI/Event/notification/AddHistoryEventSubscribeCfg?format=json-->true </isSupportAddHistoryEventSubscribeCfg> <isSupportHistoryEventSubscribeUploadCtrl> <!--ro, opt, bool, 是否支持历史事件订阅上报控制, desc:PUT /ISAPI/Event/notification/HistoryEventSubscribeUploadCtrl?format=json-->true </isSupportHistoryEventSubscribeUploadCtrl> <isSupportHLSStreamCfg> <!--ro, opt, bool, 是否支持HLS取流地址参数, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/HLSStreamCfg?format=json-->true </isSupportHLSStreamCfg> <isSupportGetKeywordModelVersionInfo> <!--ro, opt, bool, 是否支持获取敏感信息关键词模型版本信息, desc:GET /ISAPI/Intelligent/SensitiveInfoAnalysis/GetKeywordModelVersionInfo?format=json-->true </isSupportGetKeywordModelVersionInfo> <isSupportManualTriggerRemoteAlbumSnapshot> <!--ro, opt, bool, 是否支持手动触发远程相册抓拍, desc:PUT /ISAPI/ContentMgmt/ManualTriggerRemoteAlbumSnapshot?format=json-->true </isSupportManualTriggerRemoteAlbumSnapshot> <isSupportRadarVideoAssistedFocusParams> <!--ro, opt, bool, 是否支持雷视辅助聚焦参数, desc:GET/PUT /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/RadarVideoAssistedFocusParams?format=json-->true </isSupportRadarVideoAssistedFocusParams> <isSupportCollectionResultUpload> <!--ro, opt, bool, 是否支持采集结果上报事件, desc:eventType:CollectionResultUpload-->true </isSupportCollectionResultUpload> <isSupportDeveloperMode> <!--ro, opt, bool, 是否支持开发者模式, desc:GET/PUT /ISAPI/System/DeveloperMode?format=json-->true </isSupportDeveloperMode> <isSupportGetDetailsFunction> <!--ro, opt, bool, 是否支持获取T1测试支持的详细功能, desc:GET /ISAPI/System/T1Test/DetailsFunction?format=json-->true </isSupportGetDetailsFunction> <isSupportSearchDeviceIANAList> <!--ro, opt, bool, 是否支持查询设备支持的IANA列表, desc:POST /ISAPI/System/time/SearchDeviceIANAList?format=json-->true </isSupportSearchDeviceIANAList> <isSupportModifySpecificROIStreamJointParams> <!--ro, opt, bool, 是否支持设置指定感兴趣区域码流拼接参数, desc:PUT /ISAPI/Streaming/channels/<channelID>/ModifySpecificROIStreamJointParams?format=json-->true </isSupportModifySpecificROIStreamJointParams> <isSupportDeviceTamperParams> <!--ro, opt, bool, 是否支持设备防拆参数, desc:GET/PUT /ISAPI/System/DeviceTamperParams?format=json-->true </isSupportDeviceTamperParams> <isSupportDeviceTamperEvent> <!--ro, opt, bool, 是否支持设备防拆事件, desc:eventType:DeviceTamperEvent-->true </isSupportDeviceTamperEvent> <isSupportRoadVariableLaneCtrlParams> <!--ro, opt, bool, 是否支持道路可变车道动态管控参数, desc:GET/PUT /ISAPI/Traffic/RoadVariableLaneCtrl/channels/<channelID>/RoadVariableLaneCtrlParams?format=json-->true </isSupportRoadVariableLaneCtrlParams> <isSupportImportModelFile> <!--ro, opt, bool, 是否支持导入水质检测模型文件, desc:POST /ISAPI/Event/waterQualityDetection/ImportModelFile?format=json-->true </isSupportImportModelFile> <isSupportSearchImportStatus> <!--ro, opt, bool, 是否支持获取水质检测模型文件导入进度, desc:GET /ISAPI/Event/waterQualityDetection/SearchImportStatus?format=json-->true </isSupportSearchImportStatus> <isSupportSafetyWorkwearDetectionOverlapParams> <!--ro, opt, bool, 是否支持穿着安全工装检测信息媒体叠加参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/SafetyWorkwearDetectionOverlapParams?format=json-->true </isSupportSafetyWorkwearDetectionOverlapParams> <isSupportSafetyWorkwearDetectionRuleParams> <!--ro, opt, bool, 是否支持穿着安全工装检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/SafetyWorkwearDetectionRuleParams?format=json-->true </isSupportSafetyWorkwearDetectionRuleParams> <isSupportUpdateFirmwareMode> <!--ro, opt, bool, 是否支持设备升级模式, desc:GET/PUT /ISAPI/System/UpdateFirmwareMode?format=json-->true </isSupportUpdateFirmwareMode> <isSupportIndoorPasswayRecovery> <!--ro, opt, bool, 是否支持室内通道堵塞报警恢复事件, desc:eventType:IndoorPasswayRecovery#-->true </isSupportIndoorPasswayRecovery> <isSupportBatteryCarRecovery> <!--ro, opt, bool, 是否支持电瓶车违规停放报警恢复事件, desc:eventType:BatteryCarRecovery-->true </isSupportBatteryCarRecovery> <isSupportDetectorTemperatureRecovery> <!--ro, opt, bool, 是否支持探测器温度报警恢复事件, desc:eventType:DetectorTemperatureRecovery-->true </isSupportDetectorTemperatureRecovery> <isSupportGetRFIDReaderWorkStatus> <!--ro, opt, bool, 是否支持获取RFID读写工作状态, desc:GET /ISAPI/Traffic/UHFRFIDReader/GetRFIDReaderWorkStatus?format=json-->true </isSupportGetRFIDReaderWorkStatus> <isSupportRFIDReaderWorkStatusCtrl> <!--ro, opt, bool, 是否支持RFID读写工作状态控制, desc:PUT /ISAPI/Traffic/UHFRFIDReader/RFIDReaderWorkStatusCtrl?format=json-->true </isSupportRFIDReaderWorkStatusCtrl> <isSupportFlameCombustionStatusAlgorithmsVersion> <!--ro, opt, bool, 是否支持获取火焰燃烧状态检测算法版本, desc:GET /ISAPI/Intelligent/channels/<channelID>/FlameCombustionStatusAlgorithmsVersion?format=json-->true </isSupportFlameCombustionStatusAlgorithmsVersion> <isSupportTestResultUpload> <!--ro, opt, bool, 是否支持测试结果上报事件, desc:eventType:TestResultUpload-->true </isSupportTestResultUpload> <isSupportAutoTestParams> <!--ro, opt, bool, 是否支持自动化测试参数, desc:GET/PUT /ISAPI/System/AutoTest/AutoTestParams?format=json-->true </isSupportAutoTestParams> <isSupportExportATInstructRecord> <!--ro, opt, bool, 是否支持导出AT指令记录, desc:POST /ISAPI/System/ExportATInstructRecord?format=json-->true </isSupportExportATInstructRecord> <isSupportOfflineVideoFileManagement> <!--ro, opt, bool, 是否支持离线视频文件管理, desc:GET /ISAPI/ContentMgmt/OfflineVideoFileManagement/capabilities?format=json-->true </isSupportOfflineVideoFileManagement> <isSupportChannelOccupySceneList> <!--ro, opt, bool, 是否支持获取消防通道占用场景列表, desc:GET /ISAPI/Intelligent/channels/<channelID>/ChannelOccupySceneList?format=json-->true </isSupportChannelOccupySceneList> <isSupportChannelOccupyAlgorithmsVersion> <!--ro, opt, bool, 是否支持消防通道占用算法版本, desc:GET /ISAPI/Intelligent/channels/<channelID>/ChannelOccupyAlgorithmsVersion?format=json-->true </isSupportChannelOccupyAlgorithmsVersion> <isSupportChannelOccupyOverlapParams> <!--ro, opt, bool, 是否支持消防通道占用媒体叠加参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/ChannelOccupyOverlapParams?format=json-->true </isSupportChannelOccupyOverlapParams> <isSupportChannelOccupyRuleParams> <!--ro, opt, bool, 是否支持消防通道占用规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/ChannelOccupyRuleParams?format=json-->true </isSupportChannelOccupyRuleParams> <isSupportGotoChannelOccupyScene> <!--ro, opt, bool, 是否支持跳转到指定消防通道占用场景, desc:PUT /ISAPI/Intelligent/channels/<channelID>/GotoChannelOccupyScene?format=json-->true </isSupportGotoChannelOccupyScene> <isSupportChannelPassingEvent> <!--ro, opt, bool, 是否支持室外消防通道车辆经过, desc:eventType:channelPassingEvent-->true </isSupportChannelPassingEvent> <isSupportGunsHandoverRuleParams> <!--ro, opt, bool, 是否支持枪支交接规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/GunsHandoverRuleParams?format=json-->true </isSupportGunsHandoverRuleParams> <isSupportGunsHandover> <!--ro, opt, bool, 是否支持枪支交接事件, desc:eventType:GunsHandover-->true </isSupportGunsHandover> <isSupportBulkUpgradeChildDevice> <!--ro, opt, bool, 是否支持批量升级子设备, desc:POST /ISAPI/System/BulkUpgradeChildDeviceList?format=json-->true </isSupportBulkUpgradeChildDevice> <isSupportSearchBulkUpgradeChildDeviceProgress> <!--ro, opt, bool, 是否支持查询批量升级子设备进度, desc:PUT /ISAPI/System/BulkUpgradeChildDeviceList/Search?format=json-->true </isSupportSearchBulkUpgradeChildDeviceProgress> <isSupportDash> <!--ro, opt, bool, 是否支持短跑事件, desc:eventType:Dash-->true </isSupportDash> <isSupportStopRadarVideoAssistedFocusCalibrating> <!--ro, opt, bool, 是否支持停止雷视辅助聚焦标定, desc:PUT /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/StopRadarVideoAssistedFocusCalibrating?format=json-->true </isSupportStopRadarVideoAssistedFocusCalibrating> <isSupportRadarVideoAssistedFocusCalibrating> <!--ro, opt, bool, 是否支持雷视辅助聚焦标定, desc:GET/PUT /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/RadarVideoAssistedFocusCalibrating?format=json-->true </isSupportRadarVideoAssistedFocusCalibrating> <isSupportRadarVideoAssistedFocusCalibratingStatus> <!--ro, opt, bool, 是否支持雷视辅助聚焦标定状态, desc:GET /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/RadarVideoAssistedFocusCalibratingStatus?format=json-->true </isSupportRadarVideoAssistedFocusCalibratingStatus> <isSupportETCMatchResultUpload> <!--ro, opt, bool, 是否支持ETC车辆比对结果上报, desc:eventType:ETCMatchResultUpload-->true </isSupportETCMatchResultUpload> <isSupportPartsLifeRemind> <!--ro, opt, bool, 是否支设备部件使用寿命提示, desc:对应事件:PartsLifeRemind-->true </isSupportPartsLifeRemind> <isSupportAuthorizeMicAcquisitionParam> <!--ro, opt, bool, 是否支持音频采集授权信息, desc:GET/PUT /ISAPI/System/InformedConsentMgr/AuthorizeMicAcquisitionParam?format=json-->true </isSupportAuthorizeMicAcquisitionParam> <isSupportTOFDetectEvent> <!--ro, opt, bool, 是否支持TOF检测事件, desc:eventType:TOFDetectEvent-->true </isSupportTOFDetectEvent> <isSupportAudioAnalysisResultOSDOverlay> <!--ro, opt, bool, 是否支持音频分析结果OSD叠加参数, desc:GET/PUT /ISAPI/Intelligent/SensitiveInfoAnalysis/AudioAnalysisResultOSDOverlay?format=json-->true </isSupportAudioAnalysisResultOSDOverlay> <isSupportChildPasswordStatus> <!--ro, opt, bool, 是否支持获取子设备激活密码配置状态, desc:GET /ISAPI/System/activate/ChildPasswordStatus?format=json-->true </isSupportChildPasswordStatus> <isSupportMutexFunctionClose> <!--ro, opt, bool, 是否支持一键关闭互斥功能, desc:POST /ISAPI/System/mutexFunctionClose?format=json-->true </isSupportMutexFunctionClose> <isSupportFirePointAlarmRecovery> <!--ro, opt, bool, 是否支持火点报警恢复事件, desc:eventType:FirePointAlarmRecovery-->true </isSupportFirePointAlarmRecovery> <isSupportSmokeAlarmRecovery> <!--ro, opt, bool, 是否支持烟雾报警恢复事件, desc:eventType:FirePointAlarmRecovery-->true </isSupportSmokeAlarmRecovery> <isSupportTemperatureMeasurementPreviewAlarmRecovery> <!--ro, opt, bool, 是否支持测温预警恢复事件, desc:eventType:TemperatureMeasurementPreviewRecovery-->true </isSupportTemperatureMeasurementPreviewAlarmRecovery> <isSupportTemperatureMeasurementAlarmRecovery> <!--ro, opt, bool, 是否支持测温报警恢复事件, desc:eventType:TemperatureMeasurementRecovery-->true </isSupportTemperatureMeasurementAlarmRecovery> <isSupportUVPhotonDetection> <!--ro, opt, bool, 是否支持紫外光子检测事件, desc:eventType:UVPhotonDetection-->true </isSupportUVPhotonDetection> <isSupportUVPhotonTimeDetection> <!--ro, opt, bool, 是否支持紫外光子定时检测事件, desc:eventType:UVPhotonTimeDetection-->true </isSupportUVPhotonTimeDetection> <isSupportPatientExpensesInfoQuery> <!--ro, opt, bool, 是否支持患者费用信息查询事件, desc:eventType:PatientExpensesInfoQuery-->true </isSupportPatientExpensesInfoQuery> <isSupportReinforcementCallEvent> <!--ro, opt, bool, 是否支持增援呼叫事件, desc:eventType:ReinforcementCallEvent-->true </isSupportReinforcementCallEvent> <isSupportChargeMode> <!--ro, opt, bool, 是否支持充电模式, desc:GET/PUT /ISAPI/System/ChargeMode?format=json-->true </isSupportChargeMode> <isSupportCombinationRuleParams> <!--ro, opt, bool, 是否支持周界组合规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/PerimeterCombinationDetection/CombinationRuleParams?format=json-->true </isSupportCombinationRuleParams> <isSupportSwitchHolidayPlanCfg> <!--ro, opt, bool, 是否支持设备开关机假日计划, desc:GET/PUT /ISAPI/System/SwitchHolidayPlanCfg?format=json-->true </isSupportSwitchHolidayPlanCfg> <isSupportSwitchIrregularHolidayPlanCfg> <!--ro, opt, bool, 是否支持开关机不定期假日计划, desc:GET/PUT /ISAPI/System/SwitchIrregularHolidayPlanCfg?format=json-->true </isSupportSwitchIrregularHolidayPlanCfg> <isSupportSearchPresetConfigInfo> <!--ro, opt, bool, 是否支持查询指定预置点配置信息, desc:POST /ISAPI/Intelligent/channels/<channelID>/SearchPresetConfigInfo?format=json-->true </isSupportSearchPresetConfigInfo> <isSupportSwitchPlanCfg> <!--ro, opt, bool, 是否支持设备开关机计划, desc:GET/PUT /ISAPI/System/SwitchPlanCfg?format=json-->true </isSupportSwitchPlanCfg> <isSupportVegetationSpectrumDetection> <!--ro, opt, bool, 是否支持植物光谱检测, desc:eventType:VegetationSpectrumDetection-->true </isSupportVegetationSpectrumDetection> <isSupportCaptureResultAttributeSearch> <!--ro, opt, bool, 是否支持人体抓拍属性检索, desc:POST /ISAPI/Intelligent/CaptureResultAttributeSearch?format=json-->true </isSupportCaptureResultAttributeSearch> <isSupportHealthEducationInfoReadStatus> <!--ro, opt, bool, 是否支持健康宣教信息阅读状态上报事件, desc:eventType:HealthEducationInfoReadStatus-->true </isSupportHealthEducationInfoReadStatus> <isSupportNurseLocationEvent> <!--ro, opt, bool, 是否支持护士定位事件, desc:eventType:NurseLocationEvent-->true </isSupportNurseLocationEvent> <isSupportAddChildDevResource> <!--ro, opt, bool, 是否支持添加网关资源信息, desc:POST /ISAPI/System/DynamicResource/AddChildDevResource?format=json-->true </isSupportAddChildDevResource> <isSupportModifyChildDevResource> <!--ro, opt, bool, 是否支持修改网关资源信息, desc:POST /ISAPI/System/DynamicResource/ModifyChildDevResource?format=json-->true </isSupportModifyChildDevResource> <isSupportDiagnosisDataCollectionParams> <!--ro, opt, bool, 是否支持诊断数据收集参数, desc:GET/PUT /ISAPI/System/DiagnosisDataCollectionParams?format=json-->true </isSupportDiagnosisDataCollectionParams> <isSupportServicePlatformAccountAuth> <!--ro, opt, bool, 是否支持业务平台账号认证授权, desc:GET /ISAPI/Security/ServicePlatformAccountAuth/capabilities?format=json-->true </isSupportServicePlatformAccountAuth> <isSupportSyncPatientInfoEvent> <!--ro, opt, bool, 是否支持同步患者信息事件, desc:eventType:SyncPatientInfoEvent-->true </isSupportSyncPatientInfoEvent> <isSupportAuthenticationNetworkCfg> <!--ro, opt, bool, 是否支持认证联网方式参数, desc:GET/PUT /ISAPI/Security/ProtocolCertificate/AuthenticationNetworkCfg?format=json-->true </isSupportAuthenticationNetworkCfg> <isSupportPersonnelChannelLogParams> <!--ro, opt, bool, 是否支持人员通道日志参数, desc:GET/PUT /ISAPI/ContentMgmt/PersonnelChannelLogParams?format=json-->true </isSupportPersonnelChannelLogParams> <isSupportElectricSaveModeParams> <!--ro, opt, bool, 是否支持节电模式参数, desc:GET/PUT /ISAPI/System/ElectricSaveModeParams?format=json-->true </isSupportElectricSaveModeParams> <isSupportChannelOccupyPOSParams> <!--ro, opt, bool, 是否支持室外通道占用POS信息叠加参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/ChannelOccupyPOSParams?format=json-->true </isSupportChannelOccupyPOSParams> <isSupportChildPowerTimePlanParams> <!--ro, opt, bool, 是否支持子设备电源下电时间计划参数, desc:GET/PUT /ISAPI/System/ChildPowerTimePlanParams?format=json-->true </isSupportChildPowerTimePlanParams> <isSupportPowerIndicatorLightCtrlParams> <!--ro, opt, bool, 是否支持电源指示灯控制参数, desc:GET/PUT /ISAPI/System/PowerIndicatorLightCtrlParams?format=json-->true </isSupportPowerIndicatorLightCtrlParams> <isSupportRadarVideoMapDetectionParams> <!--ro, opt, bool, 是否支持雷视地图检测参数, desc:GET /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/RadarVideoMapDetectionParams?format=json-->true </isSupportRadarVideoMapDetectionParams> <isSupportRadarPOSParams> <!--ro, opt, bool, 是否支持雷达检测POS信息叠加参数, desc:GET/PUT /ISAPI/System/Video/inputs/channels/<channelID>/RadarPOSParams?format=json-->true </isSupportRadarPOSParams> <isSupportVideoIntercomModeEvent> <!--ro, opt, bool, 是否支持对讲模式事件, desc:eventType:VideoIntercomModeEvent-->true </isSupportVideoIntercomModeEvent> <isSupportSoftwareAndHardwareCtrlParams> <!--ro, opt, bool, 是否支持软硬件服务控制参数, desc:GET/PUT /ISAPI/System/FunctionSwitchCtrl/SoftwareAndHardwareCtrlParams?format=json-->true </isSupportSoftwareAndHardwareCtrlParams> <isSupportUserLoginAbnormal> <!--ro, opt, bool, 是否支持用户登录异常信息, desc:GET/PUT /ISAPI/Security/users/UserLoginAbnormal?format=json-->true </isSupportUserLoginAbnormal> <isSupportIndustryThermometryAdvancedParam> <!--ro, opt, bool, 是否支持工业测温高级参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/IndustryThermometryAdvancedParam?format=json-->true </isSupportIndustryThermometryAdvancedParam> <isSupportGotoVideoRecheckScene> <!--ro, opt, bool, 是否支持跳转到指定水位复核检测场景, desc:POST /ISAPI/Event/channels/<channelID>/GotoVideoRecheckScene?format=json-->true </isSupportGotoVideoRecheckScene> <isSupportVideoRecheckRuleParams> <!--ro, opt, bool, 是否支持水位复核场景规则参数, desc:PUT /ISAPI/Event/channels/<channelID>/VideoRecheckRuleParams?format=json-->true </isSupportVideoRecheckRuleParams> <isSupportVideoRecheckSceneList> <!--ro, opt, bool, 是否支持获取水位复核检测场景列表, desc:GET /ISAPI/Event/channels/<channelID>/VideoRecheckSceneList?format=json-->true </isSupportVideoRecheckSceneList> <isSupportPeopleSedentary> <!--ro, opt, bool, 是否支持人员久坐检测, desc:eventType:PeopleSedentary-->true </isSupportPeopleSedentary> <isSupportPeopleFallingDownDetection> <!--ro, opt, bool, 是否支持人员跌倒检测, desc:eventType:PeopleFallingDownDetection-->true </isSupportPeopleFallingDownDetection> <isSupportBridgeDeflectionTargetCalibration> <!--ro, opt, bool, 是否支持桥梁挠度标靶标定, desc:PUT /ISAPI/Intelligent/channels/<channelID>/BridgeDeflectionTargetCalibration?format=json-->true </isSupportBridgeDeflectionTargetCalibration> <isSupportGetBridgeDeflectionTargetCalibrationStatus> <!--ro, opt, bool, 是否支持获取桥梁挠度标靶标定结果, desc:GET /ISAPI/Intelligent/channels/<channelID>/GetBridgeDeflectionTargetCalibrationStatus?format=json-->true </isSupportGetBridgeDeflectionTargetCalibrationStatus> <isSupportBridgeDeflectionMonitoringRuleParams> <!--ro, opt, bool, 是否支持桥梁挠度监测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/BridgeDeflectionMonitoringRuleParams?format=json-->true </isSupportBridgeDeflectionMonitoringRuleParams> <isSupportHardwareReboot> <!--ro, opt, bool, 是否支持设备硬重启, desc:PUT /ISAPI/System/HardwareReboot?format=json-->true </isSupportHardwareReboot> <isSupportSearchSceneCalibrationStatus> <!--ro, opt, bool, 是否支持按场景查询多通道标定信息, desc:POST /ISAPI/System/setupCalibration/channels/<channelID>/SearchSceneCalibrationStatus?format=json-->true </isSupportSearchSceneCalibrationStatus> <isSupportSearchSceneCalibration> <!--ro, opt, bool, 是否支持按场景查询多通道标定信息, desc:POST /ISAPI/System/setupCalibration/channels/<channelID>/SearchSceneCalibration?format=json-->true </isSupportSearchSceneCalibration> <isSupportSoundSourceLocationRuleParams> <!--ro, opt, bool, 是否支持声源定位规则参数, desc:GET/PUT /ISAPI/System/SoundSourceLocation/AudioIn/<AudioInID>/SoundSourceLocationRuleParams?format=json-->true </isSupportSoundSourceLocationRuleParams> <isSupportPersonnelChannelLogDebug> <!--ro, opt, bool, 是否支持人员通道日志调试指令, desc:GET /ISAPI/ContentMgmt/PersonnelChannelLogDebug/capabilities?format=json-->true </isSupportPersonnelChannelLogDebug> <isSupportCheckDeviceExistNUCFile> <!--ro, opt, bool, 是否支持查看设备是否存在NUC文件, desc:GET /ISAPI/System/VideoQualityMeasurementCollection/channels/<channelID>/CheckDeviceExistNUCFile?format=json-->true </isSupportCheckDeviceExistNUCFile> <isSupportExportSmartDataData> <!--ro, opt, bool, 是否支持导出smartdata数据, desc:GET /ISAPI/System/VideoQualityMeasurementCollection/ExportSmartDataData?format=json-->true </isSupportExportSmartDataData> <isSupportGetCollectImageCalculateResult> <!--ro, opt, bool, 是否支持获取采集图像计算结果, desc:GET /ISAPI/System/VideoQualityMeasurementCollection/channels/<channelID>/GetCollectImageCalculateResult?format=json-->true </isSupportGetCollectImageCalculateResult> <isSupportAIOPAlarmTrans> <!--ro, opt, bool, 是否支持AIOP相关事件通过COMM_VCA_ALARM透传ISAPI报文上传, desc:AIOP相关事件包括如下在HCNetSDK定义过二进制报警的类型: AI开放平台接入视频检测报警信息(二进制报警:COMM_UPLOAD_AIOP_VIDEO,ISAPI报警:AIOP_Video)、AI开放平台接入图片检测报警信息(二进制报警:COMM_UPLOAD_AIOP_PICTURE,ISAPI报警:AIOP_Picture)、AI开放平台接入轮询抓图检测报警信息(二进制报警:COMM_UPLOAD_AIOP_POLLING_SNAP,ISAPI报警:AIOP_Polling_Snap)、AI开放平台接入轮询视频检测报警信息(二进制报警:COMM_UPLOAD_AIOP_POLLING_VIDEO,ISAPI报警:AIOP_Polling_Video))-->true </isSupportAIOPAlarmTrans> <isSupportLongDistanceRace> <!--ro, opt, bool, 是否支持长跑事件, desc:eventType:LongDistanceRace-->true </isSupportLongDistanceRace> <isSupportIndicatorLightAbnormal> <!--ro, opt, bool, 是否支持报警指示灯故障事件, desc:eventType:IndicatorLightAbnormal-->true </isSupportIndicatorLightAbnormal> <isSupportVideoLostPictureStatus> <!--ro, opt, bool, 是否支持视频丢失自定义展示图片状态, desc:GET /ISAPI/System/Video/videolosses/VideoLostPictureStatus?format=json-->true </isSupportVideoLostPictureStatus> <DualVCA> <!--ro, opt, object, 智能信息叠加--> <isSupportdualVCAList> <!--ro, opt, bool, 是否支持批量配置通道智能信息叠加参数, desc:/ISAPI/Streaming/channels/dualVCA?format=json-->true </isSupportdualVCAList> <enabled opt="true,false" def="true"> <!--ro, opt, bool, 使能, attr:opt{req, string, 取值范围},def{req, bool, 默认值}, desc:使能控制ruleRegion#仅规则区域信息的叠加-->true </enabled> <channelID min="1" max="256"> <!--ro, opt, int, 通道号, attr:min{req, int, 最小值},max{req, int, 最大值}-->1 </channelID> <overlapRangeType opt="ruleRegion,fullScreen" def="ruleRegion"> <!--ro, opt, string, 叠加范围类型, attr:opt{req, string, 取值范围},def{req, string, 默认值}-->ruleRegion </overlapRangeType> </DualVCA> <isSupportGetScopeCalibrationStatus> <!--ro, opt, bool, 是否支持获取瞄准镜校准状态, desc:GET /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/GetScopeCalibrationStatus?format=json-->true </isSupportGetScopeCalibrationStatus> <isSupportSearchShootTableUserGroupParams> <!--ro, opt, bool, 是否支持查询指定射表用户组参数, desc:POST /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/SearchShootTableUserGroupParams?format=json-->true </isSupportSearchShootTableUserGroupParams> <isSupportModifyCurrentShootTableParams> <!--ro, opt, bool, 是否支持修改当前生效射表组信息, desc:PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/ModifyCurrentShootTableParams?format=json-->true </isSupportModifyCurrentShootTableParams> <isSupportCalibrateScopeTargetPointPosition> <!--ro, opt, bool, 是否支持校准瞄准镜十字与落弹点的绝对位置, desc:PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/CalibrateScopeTargetPointPosition?format=json-->true </isSupportCalibrateScopeTargetPointPosition> <isSupportGetCurrentShootTableParams> <!--ro, opt, bool, 是否支持获取当前生效射表组信息, desc:GET /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/GetCurrentShootTableParams?format=json-->true </isSupportGetCurrentShootTableParams> <isSupportVideoGunsightRuleParam> <!--ro, opt, bool, 是否支持视频枪瞄规则参数, desc:GET/PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/VideoGunsightRuleParam?format=json-->true </isSupportVideoGunsightRuleParam> <isSupportFinishCollectImageData> <!--ro, opt, bool, 是否支持完成采集图像数据, desc:PUT /ISAPI/System/VideoQualityMeasurementCollection/channels/<channelID>/FinishCollectImageData?format=json-->true </isSupportFinishCollectImageData> <isSupportStartCollectImageData> <!--ro, opt, bool, 是否支持开始采集图像数据, desc:PUT /ISAPI/System/VideoQualityMeasurementCollection/channels/<channelID>/StartCollectImageData?format=json-->true </isSupportStartCollectImageData> <isSupportSearchBridgeDeflectionMonitoringEvent> <!--ro, opt, bool, 是否支持查询桥梁挠度监测事件结果, desc:POST /ISAPI/Intelligent/SearchBridgeDeflectionMonitoringEvent?format=json-->true </isSupportSearchBridgeDeflectionMonitoringEvent> <isSupportGetAllPIPCofigParams> <!--ro, opt, bool, 是否支持获取全部画中画配置参数, desc:GET /ISAPI/System/Video/GetAllPIPCofigParams?format=json-->true </isSupportGetAllPIPCofigParams> <isSupportManualDetectionCarriageClearStatus> <!--ro, opt, bool, 是否支持手动检测车厢内清空状态, desc:POST /ISAPI/System/channels/<channelID>/ManualDetectionCarriageClearStatus?format=json-->true </isSupportManualDetectionCarriageClearStatus> <isSupportGetCarriageClearCalibrationStatus> <!--ro, opt, bool, 是否支持获取车厢内清空基准标定状态, desc:GET /ISAPI/System/channels/<channelID>/GetCarriageClearCalibrationStatus?format=json-->true </isSupportGetCarriageClearCalibrationStatus> <isSupportModifyCarriageClearCalibration> <!--ro, opt, bool, 是否支持设置车厢内清空基准标定, desc:POST /ISAPI/System/channels/<channelID>/ModifyCarriageClearCalibration?format=json-->true </isSupportModifyCarriageClearCalibration> <isSupportCarriageClearRuleParams> <!--ro, opt, bool, 是否支持车厢内清空规则参数, desc:GET/PUT /ISAPI/System/channels/<channelID>/CarriageClearRuleParams?format=json-->true </isSupportCarriageClearRuleParams> <isSupportRadarFallenObjectsOnTracks> <!--ro, opt, bool, 是否支持雷达轨道坠物检测, desc:eventType:RadarFallenObjectsOnTracks-->true </isSupportRadarFallenObjectsOnTracks> <isSupportTemperatureRiseCalibrationParams> <!--ro, opt, bool, 是否支持温升标定参数, desc:GET/PUT /ISAPI/Thermal/TemperatureRiseCalibrationParams?format=json-->true </isSupportTemperatureRiseCalibrationParams> <isSupportStartTemperatureRiseCalibration> <!--ro, opt, bool, 是否支持开始温升标定, desc:PUT /ISAPI/Thermal/StartTemperatureRiseCalibration?format=json-->true </isSupportStartTemperatureRiseCalibration> <isSupportGetTemperatureRiseCalibrationStatus> <!--ro, opt, bool, 是否支持获取温升标定状态, desc:GET /ISAPI/Thermal/GetTemperatureRiseCalibrationStatus?format=json-->true </isSupportGetTemperatureRiseCalibrationStatus> <isSupportExportTemperatureRiseCalibrationFile> <!--ro, opt, bool, 是否支持导出温升标定文件, desc:GET /ISAPI/Thermal/ExportTemperatureRiseCalibrationFile?format=json-->true </isSupportExportTemperatureRiseCalibrationFile> <isSupportGetTemperatureRiseCorrectionVersion> <!--ro, opt, bool, 是否支持获取温升标定版本信息, desc:GET /ISAPI/Thermal/GetTemperatureRiseCorrectionVersion?format=json-->true </isSupportGetTemperatureRiseCorrectionVersion> <isSupportSearchImportDeviceDataTaskProgress> <!--ro, opt, bool, 是否支持查询导入设备数据任务进度, desc:POST /ISAPI/System/SearchImportDeviceDataTaskProgress?format=json-->true </isSupportSearchImportDeviceDataTaskProgress> <isSupportSearchExportDeviceDataTaskProgress> <!--ro, opt, bool, 是否支持查询导出设备数据任务进度, desc:POST /ISAPI/System/SearchExportDeviceDataTaskProgress?format=json-->true </isSupportSearchExportDeviceDataTaskProgress> <isSupportAddImportDeviceDataTask> <!--ro, opt, bool, 是否支持创建导入设备数据任务, desc:POST /ISAPI/System/AddImportDeviceDataTask?format=json-->true </isSupportAddImportDeviceDataTask> <isSupportAddExportDeviceDataTask> <!--ro, opt, bool, 是否支持创建导出设备数据任务, desc:POST /ISAPI/System/AddExportDeviceDataTask?format=json-->true </isSupportAddExportDeviceDataTask> <isSupportSearchRecordStorage> <!--ro, opt, bool, 是否支持查询录像存储硬盘信息, desc:POST /ISAPI/ContentMgmt/search/SearchRecordStorage?format=json-->true </isSupportSearchRecordStorage> <isSupportDetectionPathRuleParams> <!--ro, opt, bool, 是否支持危险气体检测巡检路径规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/DetectionPathRuleParams?format=json-->true </isSupportDetectionPathRuleParams> <isSupportSearchObjectDistanceFocusInfoList> <!--ro, opt, bool, 是否支持查询物距聚焦标定信息列表, desc:POST /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/SearchObjectDistanceFocusInfoList?format=json-->true </isSupportSearchObjectDistanceFocusInfoList> <isSupportMoveObjectDistanceFocusLocation> <!--ro, opt, bool, 是否支持跳转至物距聚焦标定位置, desc:PUT /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/MoveObjectDistanceFocusLocation?format=json-->true </isSupportMoveObjectDistanceFocusLocation> <isSupportAddObjectDistanceFocusInfo> <!--ro, opt, bool, 是否支持添加物距聚焦标定信息, desc:POST /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/AddObjectDistanceFocusInfo?format=json-->true </isSupportAddObjectDistanceFocusInfo> <isSupportModifyObjectDistanceFocusInfo> <!--ro, opt, bool, 是否支持修改物距聚焦标定信息, desc:PUT /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/ModifyObjectDistanceFocusInfo?format=json-->true </isSupportModifyObjectDistanceFocusInfo> <isSupportObjectDistanceCalibrateAutoFocusParams> <!--ro, opt, bool, 是否支持物距标定自动聚焦参数, desc:GET/PUT /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/ObjectDistanceCalibrateAutoFocusParams?format=json-->true </isSupportObjectDistanceCalibrateAutoFocusParams> <isSupportExpresswayNetworkTollAccessParams> <!--ro, opt, bool, 是否支持高速公路联网收费协议接入参数, desc:GET/PUT /ISAPI/System/Network/ExpresswayNetworkTollAccess/ExpresswayNetworkTollAccessParams?format=json-->true </isSupportExpresswayNetworkTollAccessParams> <isSupportControlCameraDetectAction> <!--ro, opt, bool, 是否支持控制相机执行巡检路径, desc:PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/ControlCameraDetectAction?format=json-->true </isSupportControlCameraDetectAction> <isSupportObjectDistanceAccessWay> <!--ro, opt, bool, 是否支持物距获取方式, desc:GET/PUT /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/ObjectDistanceAccessWay?format=json-->true </isSupportObjectDistanceAccessWay> <isSupportCancelTemperatureRiseCalibration> <!--ro, opt, bool, 是否支持取消温升标定, desc:PUT /ISAPI/Thermal/CancelTemperatureRiseCalibration?format=json-->true </isSupportCancelTemperatureRiseCalibration> <isSupportRTCTimeTrigger> <!--ro, opt, bool, 是否支持RTC时间异常联动, desc:GET/PUT /ISAPI/Event/RTCTimeTrigger?format=json-->true </isSupportRTCTimeTrigger> <isSupportChargingGunAbnormalEvent> <!--ro, opt, bool, 是否支持充电桩插枪异常事件, desc:eventType:ChargingGunAbnormalEvent-->true </isSupportChargingGunAbnormalEvent> <isSupportVideoChannelEnhance> <!--ro, opt, bool, 是否支持视频通道添加增强, desc:GET/PUT /ISAPI/ContentMgmt/InputProxy/VideoChannelEnhance?format=json-->true </isSupportVideoChannelEnhance> <isSupportDeleteObjectDistanceFocusInfo> <!--ro, opt, bool, 是否支持删除物距聚焦标定信息, desc:POST /ISAPI/Image/ObjectDistanceFocusCalibrate/channels/<channelID>/DeleteObjectDistanceFocusInfo?format=json-->true </isSupportDeleteObjectDistanceFocusInfo> <isSupportGetStartTemperatureRiseCalibrationParams> <!--ro, opt, bool, 是否支持获取开始温升标定参数, desc:GET /ISAPI/Thermal/GetStartTemperatureRiseCalibrationParams?format=json-->true </isSupportGetStartTemperatureRiseCalibrationParams> <isSupportSearchAudioRecordPlan> <!--ro, opt, bool, 是否支持查询所有录音计划, desc:POST /ISAPI/System/RecordAudio/SearchAudioRecordPlan?format=json-->true </isSupportSearchAudioRecordPlan> <isSupportCleanerDetectionOverlapParams> <!--ro, opt, bool, 是否支持清洁液检测信息媒体叠加参数, desc:GET/PUT /ISAPI/System/Hardware/channels/<channelID>/CleanerDetectionOverlapParams?format=json-->true </isSupportCleanerDetectionOverlapParams> <isSupportWaterLevelVerticalAreaDisplayParams> <!--ro, opt, bool, 是否支持水位垂直视角监测区域显示参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/WaterLevelVerticalAreaDisplayParams?format=json-->true </isSupportWaterLevelVerticalAreaDisplayParams> <isSupportGetRecordStatusList> <!--ro, opt, bool, 是否支持获取所有通道录像状态, desc:POST /ISAPI/ContentMgmt/search/GetRecordStatusList?format=json-->true </isSupportGetRecordStatusList> <isSupportWiperClean> <!--ro, opt, bool, 是否支持雨刷清洁事件, desc:eventType:WiperClean-->true </isSupportWiperClean> <isSupportGetNATStatus> <!--ro, opt, bool, 是否支持获取NAT状态, desc:GET /ISAPI/System/Network/NetworkAdvancedCfg/GetNATStatus?format=json-->true </isSupportGetNATStatus> <isSupportRestoreSensitivityDefaultParams> <!--ro, opt, bool, 是否支持恢复雷达周界灵敏度默认参数, desc:PUT /ISAPI/Smart/RadarPerimeterAlg/RestoreSensitivityDefaultParams?format=json-->true </isSupportRestoreSensitivityDefaultParams> <isSupportCarryPassengersPricingStatus> <!--ro, opt, bool, 是否支持载客咪表状态变化, desc:eventType:CarryPassengersPricingStatus-->true </isSupportCarryPassengersPricingStatus> <isSupportCarryPassengersNoPricing> <!--ro, opt, bool, 是否支持载客不打表事件, desc:eventType:CarryPassengersNoPricing-->true </isSupportCarryPassengersNoPricing> <isSupportNPlusMultiple> <!--ro, opt, bool, 是否支持主备机N+M模式, desc:PUT /ISAPI/System/Network/NPlusOne/capabilities?format=json是否可以配置workMode为N+M-->true </isSupportNPlusMultiple> <ifPopUpNetWorkCfgSetting> <!--ro, opt, bool, 是否弹出网络配置界面, desc:PUT/GET /ISAPI/System/Network/interfaces/<interfaceID>,如果检测到设备默认的IP地址是192.168.0.100,为true表示该设备会弹出网络配置界面,为false或者没有该结点表示不会弹出网络配置界面-->true </ifPopUpNetWorkCfgSetting> <AudioOutputChannelCfg> <!--ro, opt, object, 是否支持音频输出通道关联音频文件配置--> <AudioOutputChannelIDList> <!--ro, opt, array, 音频输出通道列表, subType:object--> <AudioOutputChannelID> <!--ro, req, int, 音频输出通道号-->1 </AudioOutputChannelID> </AudioOutputChannelIDList> </AudioOutputChannelCfg> <isSupportImportTemperatureRiseCalibrationFile> <!--ro, opt, bool, 是否支持导入温升标定文件, desc:PUT /ISAPI/Thermal/ImportTemperatureRiseCalibrationFile?format=json-->true </isSupportImportTemperatureRiseCalibrationFile> <isSupportGetAPPQRCodePic> <!--ro, opt, bool, 是否支持获取设备接入的APP二维码图片, desc:GET /ISAPI/System/GetAPPQRCodePic?format=json-->true </isSupportGetAPPQRCodePic> <isSupportPersionQueueRealTimeData> <!--ro, opt, bool, 是否支持排队区域实时人数, desc:GET /ISAPI/Intelligent/personQueueDetection/channels/<channelID>/PersionQueueRealTimeData?format=json-->true </isSupportPersionQueueRealTimeData> <isSupportImageVignettingOptimizeParams> <!--ro, opt, bool, 是否支持图像暗角优化参数, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/ImageVignettingOptimizeParams?format=json-->true </isSupportImageVignettingOptimizeParams> <isSupportStartMultispectralCalibration> <!--ro, opt, bool, 是否支持开启多光谱标定, desc:PUT /ISAPI/System/SpectrumCalibration/channels/<channelID>/StartMultispectralCalibration?format=json-->true </isSupportStartMultispectralCalibration> <isSupportGetMultispectralCalibrationStatus> <!--ro, opt, bool, 是否支持获取多光谱标定状态, desc:GET /ISAPI/System/SpectrumCalibration/channels/<channelID>/GetMultispectralCalibrationStatus?format=json-->true </isSupportGetMultispectralCalibrationStatus> <isSupportStopRadarVideoTargetTracking> <!--ro, opt, bool, 是否支持停止雷视目标跟随, desc:PUT /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/StopRadarVideoTargetTracking?format=json-->true </isSupportStopRadarVideoTargetTracking> <isSupportGetRadarVideoTargetTrackingStatus> <!--ro, opt, bool, 是否支持获取雷视目标跟随状态, desc:GET /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/GetRadarVideoTargetTrackingStatus?format=json-->true </isSupportGetRadarVideoTargetTrackingStatus> <isSupportStartRadarVideoTargetTracking> <!--ro, opt, bool, 是否支持开始雷视目标跟随, desc:PUT /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/StartRadarVideoTargetTracking?format=json-->true </isSupportStartRadarVideoTargetTracking> <isSupportBatteryChargeCtrl> <!--ro, opt, bool, 是否支持电池充电控制参数, desc:GET/PUT /ISAPI/System/BatteryChargeCtrl?format=json-->true </isSupportBatteryChargeCtrl> <isUpgrageAuxDevice opt="true,false"> <!--ro, opt, string, 是否支持同步升级辅机, attr:opt{opt, string, 取值范围}, desc:代表着/ISAPI/System/updateFirmware?type=<type>&moduleAddress=<moduleAddress>&id=<indexID>&childDevID=<devIndex>&isUpgrageAuxDevice=<isUpgrageAuxDevice>接口中isUpgrageAuxDevice所支持的情况-->true </isUpgrageAuxDevice> <isSupportClearFile> <!--ro, opt, bool, 是否支持清空设备指定路径下的文件, desc:POST /ISAPI/System/VideoQualityMeasurementCollection/ClearFile?format=json-->true </isSupportClearFile> <isSupportRestoreDefaultParamByChannel> <!--ro, opt, bool, 是否支持恢复单一通道默认参数, desc:PUT /ISAPI/Streaming/RestoreDefaultParam?format=json&channelID=<channelID>-->true </isSupportRestoreDefaultParamByChannel> <isSupportGetMultispectralCalibrationParams> <!--ro, opt, bool, 是否支持获取多光谱标定参数, desc:GET /ISAPI/System/SpectrumCalibration/channels/<channelID>/GetMultispectralCalibrationParams?format=json-->true </isSupportGetMultispectralCalibrationParams> <isSupportGetThermometryCalibrationData> <!--ro, opt, bool, 是否支持获取测温标定相关数据, desc:GET /ISAPI/Thermal/GetThermometryCalibrationData?format=json-->true </isSupportGetThermometryCalibrationData> <isSupportImportEncryptedComponentFile> <!--ro, opt, bool, 是否支持导入加密组件文件, desc:POST /ISAPI/System/EncryptionFileUpgradeMgr/ImportEncryptedComponentFile?format=json-->true </isSupportImportEncryptedComponentFile> <isSupportGetFrameMeanValue> <!--ro, opt, bool, 是否支持获取帧均值信息, desc:GET /ISAPI/System/VideoQualityMeasurementCollection/channels/<channelID>/GetFrameMeanValue?format=json-->true </isSupportGetFrameMeanValue> <isSupportGetBaffleImage> <!--ro, opt, bool, 是否支持获取打档片前后图像数据, desc:GET /ISAPI/System/VideoQualityMeasurementCollection/GetBaffleImage?format=json-->true </isSupportGetBaffleImage> <isSupportThermometryGainMode> <!--ro, opt, bool, 是否支持测温增益参数, desc:GET/PUT /ISAPI/Thermal/ThermometryGainMode?format=json-->true </isSupportThermometryGainMode> <isSupportGetChannelEnhancePreOperationTips> <!--ro, opt, bool, 是否支持获取通道添加增强操作前提示信息, desc:POST /ISAPI/ContentMgmt/InputProxy/GetChannelEnhancePreOperationTips?format=json-->true </isSupportGetChannelEnhancePreOperationTips> <isSupportGetDeviceNetworkLinkStatus> <!--ro, opt, bool, 是否支持获取设备网络连接状态, desc:GET /ISAPI/System/GetDeviceNetworkLinkStatus?format=json-->true </isSupportGetDeviceNetworkLinkStatus> <isSupportManualRefreshOnlineUserList> <!--ro, opt, bool, web是否需要展示刷新按钮, desc:web界面展示用,通过该字段来判断设备是否需要展示用来刷新获取在线用户列表的的刷新按钮-->true </isSupportManualRefreshOnlineUserList> <isSupportVCAAlarmTrans> <!--ro, opt, bool, 是否支持异常行为检测相关事件通过透传ISAPI报文上传, desc:异常行为检测所有相关事件见HCNetSDK枚举VCA_RULE_EVENT_TYPE_EX-->true </isSupportVCAAlarmTrans> <isSupportHumidityEvent> <!--ro, opt, bool, 是否支持湿度告警事件, desc:HumidityEvent-->true </isSupportHumidityEvent> <isSupportDisplayThermometryFirePrevention> <!--ro, opt, bool, web是否需要将测温功能展示为测温防火, desc:功能是同一个,用的场景不一样,需要web做不同的展示,该字段为true,则web展示成“测温防火”,否则展示成“测温”,不实现该字段,web展示成“测温”-->true </isSupportDisplayThermometryFirePrevention> <isSupportPreRemoteCheckEvent> <!--ro, opt, bool, 是否支持采集预核验事件, desc:eventType:PreRemoteCheckEvent-->true </isSupportPreRemoteCheckEvent> <isSupportSearchExportDeviceStatusTaskProgress> <!--ro, opt, bool, 是否支持获取导出设备信息和状态任务进度, desc:POST /ISAPI/System/SearchExportDeviceStatusTaskProgress?format=json-->true </isSupportSearchExportDeviceStatusTaskProgress> <isSupportAddExportDeviceStatusTask> <!--ro, opt, bool, 是否支持创建导出设备信息和状态任务, desc:POST /ISAPI/System/AddExportDeviceStatusTask?format=json-->true </isSupportAddExportDeviceStatusTask> <isSupportInsulatorThermometryRuleParams> <!--ro, opt, bool, 是否支持绝缘子测温规则参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/InsulatorThermometryRuleParams?format=json-->true </isSupportInsulatorThermometryRuleParams> <isSupportInsulatorCruiseParams> <!--ro, opt, bool, 是否支持绝缘子巡航参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/InsulatorCruiseParams?format=json-->true </isSupportInsulatorCruiseParams> <isSupportModifyInsulatorDetectionRegion> <!--ro, opt, bool, 是否支持修改绝缘子组检测区域, desc:PUT /ISAPI/Thermal/channels/<channelID>/ModifyInsulatorDetectionRegion?format=json-->true </isSupportModifyInsulatorDetectionRegion> <isSupportMoveInsulatorPosition> <!--ro, opt, bool, 是否支持运动到指定绝缘子串位置, desc:POST /ISAPI/Thermal/channels/<channelID>/MoveInsulatorPosition?format=json-->true </isSupportMoveInsulatorPosition> <isSupportDeleteInsulatorGroup> <!--ro, opt, bool, 是否支持删除指定绝缘子组, desc:POST /ISAPI/Thermal/channels/<channelID>/DeleteInsulatorGroup?format=json-->true </isSupportDeleteInsulatorGroup> <isSupportGenerateInsulatorRuleRegion> <!--ro, opt, bool, 是否支持生成指定绝缘子串规则区域, desc:POST /ISAPI/Thermal/channels/<channelID>/GenerateInsulatorRuleRegion?format=json-->true </isSupportGenerateInsulatorRuleRegion> <isSupportGetInsulatorAllName> <!--ro, opt, bool, 是否支持获取绝缘子组全部名称, desc:GET /ISAPI/Thermal/channels/<channelID>/GetInsulatorAllName?format=json-->true </isSupportGetInsulatorAllName> <isSupportSearchUploadLog> <!--ro, opt, bool, 是否支持搜索并上传日志文件, desc:PUT /ISAPI/ContentMgmt/SearchUploadLog?format=json-->true </isSupportSearchUploadLog> <isSupportRainfallTelemeter> <!--ro, opt, bool, 是否支持降雨量遥测, desc:eventType:RainfallTelemeter-->true </isSupportRainfallTelemeter> <isSupportPosOverlayTest> <!--ro, opt, bool, 是否支持配置POS信息叠加启用测试, desc:POST /ISAPI/System/Video/inputs/channels/<channelID>/PosOverlayTest?format=json-->true </isSupportPosOverlayTest> <isSupportFullScreenPosOverlay> <!--ro, opt, bool, 是否支持全屏POS信息叠加参数, desc:GET/PUT /ISAPI/System/Video/inputs/channels/<channelID>/FullScreenPosOverlay?format=json-->true </isSupportFullScreenPosOverlay> <isSupportFullScreenPosOverlayCap> <!--ro, opt, bool, 是否获取全屏POS信息叠加参数动态能力, desc:GET /ISAPI/System/Video/inputs/channels/<channelID>/FullScreenPosOverlayCap?format=json-->true </isSupportFullScreenPosOverlayCap> <isSupportVCAOptimizeDisplay> <!--ro, opt, bool, 是否支持智能资源易用性页面展示, desc:给web用,智能分析页面设备有两套,web不知道展示那一套,通过该字段判断,若为true展示易用性的界面,否则展示之前的页面,没实现该字段按照之前的逻辑去判断,即根据设备类型去判断-->true </isSupportVCAOptimizeDisplay> <isSupportSearchInsulatorParams> <!--ro, opt, bool, 是否支持查询指定绝缘子组参数, desc:POST /ISAPI/Thermal/channels/<channelID>/SearchInsulatorParams?format=json-->true </isSupportSearchInsulatorParams> <isSupportSetInsulatorParams> <!--ro, opt, bool, 是否支持设置绝缘子组参数, desc:PUT /ISAPI/Thermal/channels/<channelID>/SetInsulatorParams?format=json-->true </isSupportSetInsulatorParams> <isSupportInsulatorAbnormalAlarm> <!--ro, opt, bool, 是否支持绝缘子异常报警, desc:eventType:InsulatorAbnormalAlarm-->true </isSupportInsulatorAbnormalAlarm> <isSupportGetFlashLifespanInfo> <!--ro, opt, bool, 是否支持获取内置磁盘存储介质寿命信息, desc:GET /ISAPI/System/GetFlashLifespanInfo?format=json-->true </isSupportGetFlashLifespanInfo> <isSupportDownloadAudioAnalysisFile> <!--ro, opt, bool, 是否支持下载音频分析文件, desc:POST /ISAPI/Intelligent/SensitiveInfoAnalysis/DownloadAudioAnalysisFile?format=json-->true </isSupportDownloadAudioAnalysisFile> <isSupportCrowdDispersing> <!--ro, opt, bool, 是否支持人员骤散, desc:对应事件:CrowdDispersing-->true </isSupportCrowdDispersing> <isSupportPeripheralAbnormalEvent> <!--ro, opt, bool, 是否支持外设故障事件, desc:不支持不返回,eventType:PeripheralAbnormalEvent-->true </isSupportPeripheralAbnormalEvent> <isSupportPeripheralAbnormalTrigger> <!--ro, opt, bool, 是否支持外设故障联动, desc:GET/PUT /ISAPI/Event/PeripheralAbnormalTrigger?format=json-->true </isSupportPeripheralAbnormalTrigger> <isSupportBodyCameraAbnormalEvent> <!--ro, opt, bool, 是否支持执法记录仪异常事件, desc:对应事件:BodyCameraAbnormalEvent-->true </isSupportBodyCameraAbnormalEvent> <isSupportDeviceWorkModeAsyncStatusEvent> <!--ro, opt, bool, 是否支持执法设备工作模式异步状态事件, desc:对应事件:DeviceWorkModeAsyncStatusEvent-->true </isSupportDeviceWorkModeAsyncStatusEvent> <isSupportDeviceUserAsyncStatusEvent> <!--ro, opt, bool, 是否支持执法设备用户异步参数状态事件, desc:对应事件:DeviceUserAsyncStatusEvent-->true </isSupportDeviceUserAsyncStatusEvent> <isSupportVideoCodingAsyncStatusEvent> <!--ro, opt, bool, 是否支持视频编码异步参数状态事件, desc:对应事件:VideoCodingAsyncStatusEvent-->true </isSupportVideoCodingAsyncStatusEvent> <isSupportRecordAsyncStatusEvent> <!--ro, opt, bool, 是否支持手动录像异步参数状态事件, desc:对应事件:RecordAsyncStatusEvent-->true </isSupportRecordAsyncStatusEvent> <isSupportISUPAccessAsyncStatusEvent> <!--ro, opt, bool, 是否支持ISUP协议接入异步参数状态事件, desc:对应事件:ISUPAccessAsyncStatusEvent-->true </isSupportISUPAccessAsyncStatusEvent> <isSupportWirelessConfigListAsyncStatusEvent> <!--ro, opt, bool, 是否支持无线配置列表异步参数状态事件, desc:对应事件:WirelessConfigListAsyncStatusEvent-->true </isSupportWirelessConfigListAsyncStatusEvent> <isSupportDeviceLocationAsyncStatusEvent> <!--ro, opt, bool, 是否支持设备定位异步参数状态事件, desc:对应事件:DeviceLocationAsyncStatusEvent-->true </isSupportDeviceLocationAsyncStatusEvent> <isSupportVideoCodingAsyncParams> <!--ro, opt, bool, 是否支持视频编码异步参数, desc:GET/PUT /ISAPI/Streaming/VideoCodingAsyncParams?format=json-->true </isSupportVideoCodingAsyncParams> <isSupportMoveShield> <!--ro, opt, bool, 是否支持运动到指定屏蔽区域, desc:POST /ISAPI/Intelligent/channels/<channelID>/MoveShield?format=json-->true </isSupportMoveShield> <isSupportStopAutoGenerateShield> <!--ro, opt, bool, 是否支持停止自动识别智能屏蔽区域, desc:PUT /ISAPI/Intelligent/channels/<channelID>/StopAutoGenerateShield?format=json-->true </isSupportStopAutoGenerateShield> <isSupportStartGenerateParams> <!--ro, opt, bool, 是否支持开始生成智能屏蔽区域, desc:PUT /ISAPI/Intelligent/channels/<channelID>/StartGenerateParams?format=json-->true </isSupportStartGenerateParams> <isSupportIntelligentShieldAlgorithmsVersion> <!--ro, opt, bool, 是否支持获取智能屏蔽区域识别算法库版本信息, desc:GET /ISAPI/Intelligent/channels/<channelID>/IntelligentShieldAlgorithmsVersion?format=json-->true </isSupportIntelligentShieldAlgorithmsVersion> <isSupportConvertShield> <!--ro, opt, bool, 是否支持转换指定屏蔽区域, desc:PUT /ISAPI/Intelligent/channels/<channelID>/ConvertShield?format=json-->true </isSupportConvertShield> <isSupportDeleteShield> <!--ro, opt, bool, 是否支持删除指定屏蔽区域, desc:PUT /ISAPI/Intelligent/channels/<channelID>/DeleteShield?format=json-->true </isSupportDeleteShield> <isSupportGetGenerateParams> <!--ro, opt, bool, 是否支持获取智能屏蔽区域生成参数, desc:GET /ISAPI/Intelligent/channels/<channelID>/GetGenerateParams?format=json-->true </isSupportGetGenerateParams> <isSupportManualAddShield> <!--ro, opt, bool, 是否支持手动添加屏蔽区域, desc:PUT /ISAPI/Intelligent/channels/<channelID>/ManualAddShield?format=json-->true </isSupportManualAddShield> <isSupportIntelligentShieldParams> <!--ro, opt, bool, 是否支持智能屏蔽区域参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/IntelligentShieldParams?format=json-->true </isSupportIntelligentShieldParams> <isSupportIntelligentShieldListParams> <!--ro, opt, bool, 是否支持智能屏蔽区域列表参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/IntelligentShieldListParams?format=json-->true </isSupportIntelligentShieldListParams> <isSupportDeicingCfg> <!--ro, opt, bool, 是否支持镜头加热除冰控制参数, desc:GET/PUT /ISAPI/System/Hardware/DeicingCfg?format=json-->true </isSupportDeicingCfg> <isSupportInspectionOverdueEvent> <!--ro, opt, bool, 是否支持酒精检测执法仪年检超期事件, desc:对应事件:InspectionOverdueEvent-->true </isSupportInspectionOverdueEvent> <isSupportChannelsPanoramaCalibration> <!--ro, opt, bool, 是否支持批量配置通道标定距离, desc:GET/PUT /ISAPI/Panorama/channels/calibration/distance?format=json-->true </isSupportChannelsPanoramaCalibration> <isSupportRadarPerimeterShieldOverlapParams> <!--ro, opt, bool, 是否支持雷达周界叠加参数, desc:GET/PUT /ISAPI/Smart/RadarPerimeterAlg/Radar/<RadarID>/RadarPerimeterShieldOverlapParams?format=json-->true </isSupportRadarPerimeterShieldOverlapParams> <isSupportAlarmFilteInterval> <!--ro, opt, bool, 是否支持配置报警过滤间隔, desc:对应 POST /ISAPI/IoTGateway/AlarmRules/SetAlarmRules?format=json中的alarmFilteInterval节点-->true </isSupportAlarmFilteInterval> <isSupportImportLicense> <!--ro, opt, bool, 是否支持导入授权文件, desc:POST /ISAPI/System/SoftwareLicense/ImportLicense?format=json-->true </isSupportImportLicense> <isSupportShipStatisticsAnalysisParams> <!--ro, opt, bool, 是否支持船只流量统计参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/ShipStatisticsAnalysisParams?format=json-->true </isSupportShipStatisticsAnalysisParams> <isSupportShipStatisticsEvent> <!--ro, opt, bool, 是否支持船只流量统计事件, desc:对应事件:ShipStatisticsEvent-->true </isSupportShipStatisticsEvent> <isSupportPeopleVitalSignsDetection> <!--ro, opt, bool, 是否支持人员生命体征检测事件, desc:eventType:PeopleVitalSignsDetection-->true </isSupportPeopleVitalSignsDetection> <isSupportPeopleVitalSignsStatistic> <!--ro, opt, bool, 是否支持人员生命体征统计事件, desc:eventType:PeopleVitalSignsStatistic-->true </isSupportPeopleVitalSignsStatistic> <isSupportPeopleBodyMoving> <!--ro, opt, bool, 是否支持人员体动检测事件, desc:eventType:PeopleBodyMoving-->true </isSupportPeopleBodyMoving> <isSupportPeopleGetUp> <!--ro, opt, bool, 是否支持人员起身检测事件, desc:eventType:PeopleGetUp,desc:对人员睡姿检测时检测到人员从床上起身-->true </isSupportPeopleGetUp> <isSupportPersonLocationDetection> <!--ro, opt, bool, 是否支持人员方位监测事件, desc:eventType:PersonLocationDetection-->true </isSupportPersonLocationDetection> <isSupportPeopleFallingDownRecovery> <!--ro, opt, bool, 是否支持人员跌倒恢复事件, desc:eventType:PeopleFallingDownRecovery-->true </isSupportPeopleFallingDownRecovery> <isSupportPersonRetentionEvent> <!--ro, opt, bool, 是否支持人员滞留事件, desc:eventType:PersonRetentionEvent-->true </isSupportPersonRetentionEvent> <isSupportPersonRetentionRecoveryEvent> <!--ro, opt, bool, 是否支持人员滞留恢复事件, desc:eventType:PersonRetentionRecoveryEvent-->true </isSupportPersonRetentionRecoveryEvent> <isSupportPeopleLongTimeLeaveEvent> <!--ro, opt, bool, 是否支持人员长时间离床事件, desc:eventType:PeopleLongTimeLeaveEvent-->true </isSupportPeopleLongTimeLeaveEvent> <isSupportPeopleLongTimeLeaveRecoveryEvent> <!--ro, opt, bool, 是否支持人员长时间离床恢复事件, desc:eventType:PeopleLongTimeLeaveRecoveryEvent-->true </isSupportPeopleLongTimeLeaveRecoveryEvent> <isSupportPeopleVitalSignsAbnormalEvent> <!--ro, opt, bool, 是否支持人员生命体征异常事件, desc:eventType:PeopleVitalSignsAbnormalEvent-->true </isSupportPeopleVitalSignsAbnormalEvent> <isSupportPeopleVitalSignsRecoveryEvent> <!--ro, opt, bool, 是否支持人员生命体征异常恢复事件, desc:eventType:PeopleVitalSignsRecoveryEvent-->true </isSupportPeopleVitalSignsRecoveryEvent> <isSupportPeopleVitalSignsExportTaskEvent> <!--ro, opt, bool, 是否支持生命体征数据导出任务结果事件, desc:eventType:PeopleVitalSignsExportTaskEvent-->true </isSupportPeopleVitalSignsExportTaskEvent> <isSupportTOFCalibrate> <!--ro, opt, bool, 是否支持配置TOF检测标定, desc:PUT /ISAPI/System/Video/inputs/tamperDetection/TOFCalibrate?format=json-->true </isSupportTOFCalibrate> <isSupportSearchBulkUpgradeChildDeviceTask> <!--ro, opt, bool, 是否支持查询批量升级子设备任务, desc:/ISAPI/System/SearchBulkUpgradeChildDeviceTask?format=json-->true </isSupportSearchBulkUpgradeChildDeviceTask> <isSupportModifyBulkUpgradeChildDeviceTask> <!--ro, opt, bool, 是否支持修改批量升级子设备任务, desc:/ISAPI/System/ModifyBulkUpgradeChildDeviceTask?format=json-->true </isSupportModifyBulkUpgradeChildDeviceTask> <isSupportDeleteBulkUpgradeChildDeviceTask> <!--ro, opt, bool, 是否支持删除批量升级子设备任务, desc:/ISAPI/System/DeleteBulkUpgradeChildDeviceTask?format=json-->true </isSupportDeleteBulkUpgradeChildDeviceTask> <isSupportAddEventTemplate> <!--ro, opt, bool, 是否支持添加事件报文模板, desc:POST /ISAPI/Event/notification/httpHosts/AddEventTemplate?format=json-->true </isSupportAddEventTemplate> <isSupportTestEventTemplate> <!--ro, opt, bool, 是否支持测试事件报文模板, desc:POST /ISAPI/Event/notification/httpHosts/TestEventTemplate?format=json-->true </isSupportTestEventTemplate> <isSupportEventTemplateParams> <!--ro, opt, bool, 是否支持事件报文模板参数, desc:GET /ISAPI/Event/notification/httpHosts/EventTemplateParams?format=json-->true </isSupportEventTemplateParams> <isSupportAddCombineEvents> <!--ro, opt, bool, 是否支持添加组合事件, desc:POST /ISAPI/Event/CombineEvents/AddCombineEvents?format=json-->true </isSupportAddCombineEvents> <isSupportModifyCombineEventsParams> <!--ro, opt, bool, 是否支持修改组合事件参数, desc:POST /ISAPI/Event/CombineEvents/ModifyCombineEventsParams?format=json-->true </isSupportModifyCombineEventsParams> <isSupportSearchCombineEventsParams> <!--ro, opt, bool, 是否支持查询组合事件参数, desc:POST /ISAPI/Event/CombineEvents/SearchCombineEventsParams?format=json-->true </isSupportSearchCombineEventsParams> <isSupportDeleteCombineEventsList> <!--ro, opt, bool, 是否支持批量删除组合事件, desc:POST /ISAPI/Event/CombineEvents/DeleteCombineEventsList?format=json-->true </isSupportDeleteCombineEventsList> <isSupportEventRuleAndTriggerParams> <!--ro, opt, bool, 是否支持配置指定事件规则联动参数, desc:POST /ISAPI/Event/EventBatchRulesMgr/EventRuleAndTriggerParams?format=json-->true </isSupportEventRuleAndTriggerParams> <isSupportSearchEventRuleAndTriggerParams> <!--ro, opt, bool, 是否支持查询指定事件规则联动参数, desc:POST /ISAPI/Event/EventBatchRulesMgr/SearchEventRuleAndTriggerParams?format=json-->true </isSupportSearchEventRuleAndTriggerParams> <isSupportCallMessageHandlingEvent> <!--ro, opt, bool, 是否支持呼叫消息处置事件, desc:eventType:CallMessageHandlingEvent-->true </isSupportCallMessageHandlingEvent> <isSupportResetBatchChild> <!--ro, opt, bool, 是否支持批量恢复子设备, desc:PUT /ISAPI/System/ResetBatchChild?format=json-->true </isSupportResetBatchChild> <isSupportSearchResetBatchChildStatus> <!--ro, opt, bool, 是否支持查询批量恢复子设备状态, desc:POST /ISAPI/System/SearchResetBatchChildStatus?format=json-->true </isSupportSearchResetBatchChildStatus> <isSupportSearchRebootBatchChildStatus> <!--ro, opt, bool, 是否支持查询重启批量子设备状态, desc:POST /ISAPI/System/SearchRebootBatchChildStatus?format=json-->true </isSupportSearchRebootBatchChildStatus> <isSupportRebootBatchChild> <!--ro, opt, bool, 是否支持重启批量子设备, desc:PUT /ISAPI/System/RebootBatchChild?format=json-->true </isSupportRebootBatchChild> <isSupportFlowStatisticsTelemeter> <!--ro, opt, bool, 是否支持流量统计遥测事件, desc:eventType:FlowStatisticsTelemeter-->true </isSupportFlowStatisticsTelemeter> <isSupportModifyFlowStatisticsTelemeterUpload> <!--ro, opt, bool, 是否支持修改流量统计遥测上报策略参数, desc:PUT /ISAPI/System/Network/NetworkFlowMonitor/ModifyFlowStatisticsTelemeterUpload?format=json-->true </isSupportModifyFlowStatisticsTelemeterUpload> <isSupportClearFlowStatisticsTelemeter> <!--ro, opt, bool, 是否支持清空流量统计遥测数据, desc:PUT /ISAPI/System/Network/NetworkFlowMonitor/ClearFlowStatisticsTelemeter?format=json-->true </isSupportClearFlowStatisticsTelemeter> <isSupportFlowStatisticsTelemeterUpload> <!--ro, opt, bool, 是否支持流量统计遥测上报策略参数, desc:GET /ISAPI/System/Network/NetworkFlowMonitor/FlowStatisticsTelemeterUpload?format=json-->true </isSupportFlowStatisticsTelemeterUpload> <isSupportScreenGraphicsColorControl> <!--ro, opt, bool, 是否支持屏幕画面颜色控制, desc:POST /ISAPI/System/ScreenColorQualityDetection/ScreenGraphicsColorControl?format=json-->true </isSupportScreenGraphicsColorControl> <isSupportSearchScreenColorQualityDetectionResult> <!--ro, opt, bool, 是否支持查询屏幕画面颜色质量检测结果, desc:POST /ISAPI/System/ScreenColorQualityDetection/SearchScreenColorQualityDetectionResult?format=json-->true </isSupportSearchScreenColorQualityDetectionResult> <isSupportSearchScreenColorQualityDetectionProcess> <!--ro, opt, bool, 是否支持查询屏幕画面颜色质量检测进度, desc:POST /ISAPI/System/ScreenColorQualityDetection/SearchScreenColorQualityDetectionProcess?format=json-->true </isSupportSearchScreenColorQualityDetectionProcess> <isSupportScreenColorQualityDetectionParams> <!--ro, opt, bool, 是否支持屏幕画面颜色质量检测参数, desc:GET/PUT /ISAPI/System/ScreenColorQualityDetection/channels/<channelID>/ScreenColorQualityDetectionParams?format=json-->true </isSupportScreenColorQualityDetectionParams> <isSupportAddInsulatorGroup> <!--ro, opt, bool, 是否支持新增绝缘子组, desc:GET /ISAPI/Thermal/channels/<channelID>/AddInsulatorGroup?format=json-->true </isSupportAddInsulatorGroup> <isSupportSuperResolutionReboot> <!--ro, opt, bool, 设备是否支持超分重启, desc:不同设备能力不一样,有的设备在开启智能超分时,视频/图片会实时转换成超分后的结果,而有的设备需要设备重启后,视频/图片才会转换成超分后的结果;设备是否支持超分重启,为true时设备需要重启才可完成超分转换,为false时设备不需要重启就可完成超分转换-->true </isSupportSuperResolutionReboot> <isSupportStartAutoTest> <!--ro, opt, bool, 是否支持启动自动化测试, desc:POST /ISAPI/System/AutoTest/StartAutoTest?format=json-->true </isSupportStartAutoTest> <isSupportGetUserManualLink> <!--ro, opt, bool, 是否支持获取设备用户手册链接, desc:GET /ISAPI/System/GetUserManualLink?format=json-->true </isSupportGetUserManualLink> <isSupportExportSignaturePublicKey> <!--ro, opt, bool, 是否支持导出签名公钥, desc:GET /ISAPI/Security/ProtocolCertificate/ExportSignaturePublicKey?format=json-->true </isSupportExportSignaturePublicKey> <isSupportCipherCardRunningStatus> <!--ro, opt, bool, 是否支持密码卡运行状态, desc:GET /ISAPI/System/CipherCardRunningStatus?format=json-->true </isSupportCipherCardRunningStatus> <isSupportBridgeDeflectionMonitoringCapture> <!--ro, opt, bool, 是否支持手动触发桥梁挠度监测抓拍, desc:POST /ISAPI/Intelligent/channels/<channelID>/BridgeDeflectionMonitoringCapture?format=json-->true </isSupportBridgeDeflectionMonitoringCapture> <isSupportAdaptiveVideoStreamParams> <!--ro, opt, bool, 是否支持自适应视频流控参数, desc:GET/PUT /ISAPI/ContentMgmt/InputProxy/AdaptiveVideoStreamParams?format=json-->true </isSupportAdaptiveVideoStreamParams> <isSupportSearchAudioDetectionTaskProcess> <!--ro, opt, bool, 是否支持查询音频检测任务进度, desc:POST /ISAPI/System/DeviceAudioDetection/SearchAudioDetectionTaskProcess?format=json-->true </isSupportSearchAudioDetectionTaskProcess> <isSupportSendAudioDetectionTask> <!--ro, opt, bool, 是否支持下发音频检测任务, desc:POST /ISAPI/System/DeviceAudioDetection/SendAudioDetectionTask?format=json-->true </isSupportSendAudioDetectionTask> <isSupportMedicalImageURLExpiredEvent> <!--ro, opt, bool, 是否支持医疗图片URL过期事件, desc:eventType:MedicalImageURLExpiredEvent-->true </isSupportMedicalImageURLExpiredEvent> <isSupportBridgeDeflectionMonitoringEvent> <!--ro, opt, bool, 是否支持桥梁挠度监测事件, desc:eventType:BridgeDeflectionMonitoringEvent-->true </isSupportBridgeDeflectionMonitoringEvent> <isSupportBridgeDeflectionTargetLossEvent> <!--ro, opt, bool, 是否支持桥梁挠度标靶丢失事件, desc:eventType:BridgeDeflectionTargetLossEvent-->true </isSupportBridgeDeflectionTargetLossEvent> <isSupportNobodyDetectionRuleParams> <!--ro, opt, bool, 是否支持无人检测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/NobodyDetectionRuleParams?format=json-->true </isSupportNobodyDetectionRuleParams> <isSupportNobodyDetectionRegionShieldParams> <!--ro, opt, bool, 是否支持无人检测区域屏蔽参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/NobodyDetectionRegionShieldParams?format=json-->true </isSupportNobodyDetectionRegionShieldParams> <isSupportReduceTemperatureFilterParams> <!--ro, opt, bool, 是否支持降温过滤参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/ReduceTemperatureFilterParams?format=json-->true </isSupportReduceTemperatureFilterParams> <isSupportGetStreamOverlayLogDebugStatus> <!--ro, opt, bool, 是否支持获取码流叠加日志调试状态, desc:GET /ISAPI/ContentMgmt/channels/<channelID>/GetStreamOverlayLogDebugStatus?format=json-->true </isSupportGetStreamOverlayLogDebugStatus> <isSupportStreamOverlayLogDebugParams> <!--ro, opt, bool, 是否支持码流叠加日志调试参数, desc:GET/PUT /ISAPI/ContentMgmt/channels/<channelID>/StreamOverlayLogDebugParams?format=json-->true </isSupportStreamOverlayLogDebugParams> <isSupportBridgeDeflectionAbnormalRuleParams> <!--ro, opt, bool, 是否支持桥梁挠度异常检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/BridgeDeflectionAbnormalRuleParams?format=json-->true </isSupportBridgeDeflectionAbnormalRuleParams> <isSupportBridgeDeflectionAbnormalEvent> <!--ro, opt, bool, 是否支持桥梁挠度异常事件, desc:eventType:BridgeDeflectionAbnormalEvent-->true </isSupportBridgeDeflectionAbnormalEvent> <isSupportRestoreBackup> <!--ro, opt, bool, 是否支持还原备份, desc:POST /ISAPI/System/SystemSnapshot/RestoreBackup?format=json-->true </isSupportRestoreBackup> <isSupportDeleteBackupFile> <!--ro, opt, bool, 是否支持删除备份文件, desc:POST /ISAPI/System/SystemSnapshot/DeleteBackupFile?format=json-->true </isSupportDeleteBackupFile> <isSupportSearchRestoreBackupProgress> <!--ro, opt, bool, 是否支持查询还原备份进度, desc:POST /ISAPI/System/SystemSnapshot/SearchRestoreBackupProgress?format=json-->true </isSupportSearchRestoreBackupProgress> <isSupportGetBackupsFileList> <!--ro, opt, bool, 是否支持获取备份文件列表, desc:POST /ISAPI/System/SystemSnapshot/GetBackupsFileList?format=json-->true </isSupportGetBackupsFileList> <isSupportAutoBackupParams> <!--ro, opt, bool, 是否支持自动备份参数, desc:GET/PUT /ISAPI/System/SystemSnapshot/AutoBackupParams?format=json-->true </isSupportAutoBackupParams> <isSupportDeviceSoftwareRunningProgramRestart> <!--ro, opt, bool, 是否支持设备软件运行程序重启, desc:POST /ISAPI/System/DeviceSoftwareRunningProgramRestart?format=json-->true </isSupportDeviceSoftwareRunningProgramRestart> <isSupportSendScreenColorQualityDetectionRequest> <!--ro, opt, bool, 是否支持下发屏幕画面颜色质量检测请求, desc:POST /ISAPI/System/ScreenColorQualityDetection/SendScreenColorQualityDetectionRequest?format=json-->true </isSupportSendScreenColorQualityDetectionRequest> <isSupportTelephoningDetectionRuleParams> <!--ro, opt, bool, 是否支持打电话检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/telephoningDetect/TelephoningDetectionRuleParams?format=json-->true </isSupportTelephoningDetectionRuleParams> <isSupportTelephoningBehaviorAlarmEvent> <!--ro, opt, bool, 是否支持打电话行为报警事件, desc:eventType:TelephoningBehaviorAlarmEvent-->true </isSupportTelephoningBehaviorAlarmEvent> <isSupportTelephoningBehaviorRecoveryEvent> <!--ro, opt, bool, 是否支持打电话行为恢复事件, desc:eventType:TelephoningBehaviorRecoveryEvent-->true </isSupportTelephoningBehaviorRecoveryEvent> <isSupportSleepDutyRecoveryEvent> <!--ro, opt, bool, 是否支持消控室人员睡(在)岗(位)恢复事件, desc:eventType:sleepDutyRecoveryEvent-->true </isSupportSleepDutyRecoveryEvent> <isSupportGetBridgeDeflectionTargetOffsetResetStatus> <!--ro, opt, bool, 是否支持获取桥梁挠度标靶位移归零结果, desc:GET /ISAPI/Intelligent/channels/<channelID>/GetBridgeDeflectionTargetOffsetResetStatus?format=json-->true </isSupportGetBridgeDeflectionTargetOffsetResetStatus> <isSupportBridgeDeflectionTargetOffsetReset> <!--ro, opt, bool, 是否支持桥梁挠度标靶位移归零, desc:PUT /ISAPI/Intelligent/channels/<channelID>/BridgeDeflectionTargetOffsetReset?format=json-->true </isSupportBridgeDeflectionTargetOffsetReset> <isSupportBridgeDeflectionTargetLossRuleParams> <!--ro, opt, bool, 是否支持桥梁挠度标靶丢失规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/BridgeDeflectionTargetLossRuleParams?format=json-->true </isSupportBridgeDeflectionTargetLossRuleParams> <isSupportGetAnalogOutputParams> <!--ro, opt, bool, 是否支持获取全部模拟量输出口参数, desc:GET /ISAPI/System/AnalogOutput/GetAnalogOutputParams?format=json-->true </isSupportGetAnalogOutputParams> <isSupportSystemReset> <!--ro, opt, bool, 是否支持设备系统恢复出厂设置, desc:POST /ISAPI/System/SystemReset?format=json-->true </isSupportSystemReset> <isSupportFakePlateDetection> <!--ro, opt, bool, 是否支持虚假车牌检测事件, desc:对应事件:FakePlateDetection-->true </isSupportFakePlateDetection> <isSupportSafetyWorkwearDetectionEvent> <!--ro, opt, bool, 是否支持穿着安全工装检测事件, desc:对应事件:SafetyWorkwearDetectionEvent-->true </isSupportSafetyWorkwearDetectionEvent> <isSupportVehicleMaintenanceStatusEvent> <!--ro, opt, bool, 是否支持车辆维修状态事件, desc:对应事件:VehicleMaintenanceStatusEvent-->true </isSupportVehicleMaintenanceStatusEvent> <isSupportEventRetransmissionInfo> <!--ro, opt, bool, 是否支持事件重传信息, desc:GET /ISAPI/System/EventRetransmissionInfo?format=json-->true </isSupportEventRetransmissionInfo> <isSupportGetEnvironmentCaptureStatus> <!--ro, opt, bool, 是否支持获取环境采集状态, desc:POST /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/GetEnvironmentCaptureStatus?format=json-->true </isSupportGetEnvironmentCaptureStatus> <isSupportEnvironmentCapture> <!--ro, opt, bool, 是否支持环境采集, desc:POST /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/EnvironmentCapture?format=json-->true </isSupportEnvironmentCapture> <isSupportSearchCPUDetailInfo> <!--ro, opt, bool, 是否支持查询CPU性能详细信息, desc:POST /ISAPI/System/SearchCPUDetailInfo?format=json-->true </isSupportSearchCPUDetailInfo> <isSupportPanelControlParams> <!--ro, opt, bool, 是否支持设备硬件面板配置参数, desc:GET/PUT /ISAPI/System/PanelControlParams?format=json-->true </isSupportPanelControlParams> <isSupportSearchGoodsIncAndDecStatistics> <!--ro, opt, bool, 是否支持查询货物增减统计, desc:POST /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/SearchGoodsIncAndDecStatistics?format=json-->true </isSupportSearchGoodsIncAndDecStatistics> <isSupportCustomAlarmHTTPParams> <!--ro, opt, bool, 是否支持自定义报警http参数, desc:GET/PUT /ISAPI/Event/notification/httpHosts/CustomAlarmHTTPParams?format=json-->true </isSupportCustomAlarmHTTPParams> <isSupportTestCustomAlarmHTTP> <!--ro, opt, bool, 是否支持自定义报警HTTP请求测试, desc:PUT /ISAPI/Event/notification/httpHosts/TestCustomAlarmHTTP?format=json-->true </isSupportTestCustomAlarmHTTP> <isSupportCustomAlarmHTTPLinkageParams> <!--ro, opt, bool, 是否支持自定义报警HTTP联动参数, desc:GET/PUT /ISAPI/Thermal/CustomAlarmHTTPLinkageParams?format=json-->true </isSupportCustomAlarmHTTPLinkageParams> <isSupportAccumulationDetectionPeriodicReport> <!--ro, opt, bool, 是否支持堆积检测定时上报事件, desc:对应事件:AccumulationDetectionPeriodicReport-->true </isSupportAccumulationDetectionPeriodicReport> <isSupportImportDiskCompatibilityCertificate> <!--ro, opt, bool, 是否支持导入磁盘兼容性证书, desc:PUT /ISAPI/Security/serverCertificate/certificate?type=<type>&platformNo=<platformNo>, type为DiskCompatibility-->true </isSupportImportDiskCompatibilityCertificate> <isSupportGetAcumulationDetectionAlgorithmicVersion> <!--ro, opt, bool, 是否支持获取堆积检测算法版本, desc:GET /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/GetAcumulationDetectionAlgorithmicVersion?format=json-->true </isSupportGetAcumulationDetectionAlgorithmicVersion> <isSupportSnapshotUpgradeDifferenceFile> <!--ro, opt, bool, 是否支持获取快照升级差异文件, desc:GET /ISAPI/System/SystemSnapshot/SnapshotUpgradeDifferenceFile?format=json-->true </isSupportSnapshotUpgradeDifferenceFile> <isSupportGroupRecoveryEvent> <!--ro, opt, bool, 是否支持人员聚集恢复事件-->true </isSupportGroupRecoveryEvent> <isSupportElectronicEyepieceParams> <!--ro, opt, bool, 是否支持电子目镜通道参数, desc:GET/PUT /ISAPI/System/Video/ElectronicEyepieceParams?format=json-->true </isSupportElectronicEyepieceParams> <isSupportSmokingDetectionRecoverEvent> <!--ro, opt, bool, 是否支持抽烟检测恢复事件, desc:消防报警上传中eventType:SmokingDetectionRecoverEvent-->true </isSupportSmokingDetectionRecoverEvent> <isSupportDeviceRegionParams> <!--ro, opt, bool, 是否支持设备地区参数, desc:GET/PUT /ISAPI/System/DeviceRegionParams?format=json-->true </isSupportDeviceRegionParams> <isSupportTemperatureEvent> <!--ro, opt, bool, 是否支持温度告警事件, desc:TemperatureEvent-->true </isSupportTemperatureEvent> <isSupportTemperatureRecoverEvent> <!--ro, opt, bool, 是否支持温度恢复事件, desc:TemperatureRecoverEvent-->true </isSupportTemperatureRecoverEvent> <isSupportWebSSH> <!--ro, opt, bool, 是否支持WebSSH, desc:不返回该字段,默认表示不支持-->true </isSupportWebSSH> <isSupportCreateDebugChannel> <!--ro, opt, bool, 是否支持创建WebSSH调试通道, desc:不返回该字段,默认表示不支持-->true </isSupportCreateDebugChannel> <isSupportExportDebugLog> <!--ro, opt, bool, 是否支持导出调试日志, desc:不返回该字段,默认表示不支持-->true </isSupportExportDebugLog> <isSupportAcumulationDetectionEffectiveAreaCfgParams> <!--ro, opt, bool, 是否支持堆积检测有效区域配置参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/AcumulationDetectionEffectiveAreaCfgParams?format=json-->true </isSupportAcumulationDetectionEffectiveAreaCfgParams> <isSupportGetGoalDryWetBallTempCurve> <!--ro, opt, bool, 是否支持获取目标干湿球温度曲线, desc:POST /ISAPI/System/TobaccoBakeMgr/GetGoalDryWetBallTempCurve?format=json-->true </isSupportGetGoalDryWetBallTempCurve> <isSupportBakeTobaccoRuleParams> <!--ro, opt, bool, 是否支持烟叶烘烤规则参数, desc:GET/PUT /ISAPI/System/TobaccoBakeMgr/BakeTobaccoRuleParams?format=json-->true </isSupportBakeTobaccoRuleParams> <isSupportStartBakeTobacco> <!--ro, opt, bool, 是否支持开始烤烟, desc:POST /ISAPI/System/TobaccoBakeMgr/StartBakeTobacco?format=json-->true </isSupportStartBakeTobacco> <isSupportEndBakeTobacco> <!--ro, opt, bool, 是否支持结束烤烟, desc:POST /ISAPI/System/TobaccoBakeMgr/EndBakeTobacco?format=json-->true </isSupportEndBakeTobacco> <isSupportDryWetBallTempEventRuleParams> <!--ro, opt, bool, 是否支持干湿球温度上报规则参数, desc:GET/PUT /ISAPI/System/TobaccoBakeMgr/DryWetBallTempEventRuleParams?format=json-->true </isSupportDryWetBallTempEventRuleParams> <isSupportDevAccessServerNetworkStatus> <!--ro, opt, bool, 是否支持设备与多接入服务网络连接状态, desc:GET /ISAPI/System/DevAccessServerNetworkStatus?format=json-->true </isSupportDevAccessServerNetworkStatus> <isSupportMaintenanceServiceAuthorization> <!--ro, opt, bool, 是否支持设备运维服务授权信息, desc:GET/PUT /ISAPI/System/MaintenanceServiceAuthorization?format=json-->true </isSupportMaintenanceServiceAuthorization> <isSupportUploadIndividualCallSignalOperation> <!--ro, opt, bool, 是否支持上传单呼通话信令事件, desc:UploadIndividualCallSignalOperation-->true </isSupportUploadIndividualCallSignalOperation> <isSupportUploadGroupCallSignalOperation> <!--ro, opt, bool, 是否支持上传群呼通话信令事件, desc:UploadGroupCallSignalOperation-->true </isSupportUploadGroupCallSignalOperation> <isSupportDrivingBehaviorVoiceReminder> <!--ro, opt, bool, 是否支持驾驶行为智能语音提醒配置, desc:GET/PUT /ISAPI/Event/DrivingBehaviorVoiceReminder?format=json-->true </isSupportDrivingBehaviorVoiceReminder> <isSupportImportMultiCameraCalibratationFile> <!--ro, opt, bool, 是否支持导入多相机标定画面标定文件, desc:POST /ISAPI/Intelligent/radarVideoDetection/channels/<channelID>/ImportMultiCameraCalibratationFile?format=json-->true </isSupportImportMultiCameraCalibratationFile> <isSupportDeletePlayerFileList> <!--ro, opt, bool, 是否支持批量删除播放器文件, desc:POST /ISAPI/System/Video/DeletePlayerFileList?format=json-->true </isSupportDeletePlayerFileList> <isSupportPlayerInfoParams> <!--ro, opt, bool, 是否支持播放器信息参数, desc:GET /ISAPI/System/Video/PlayerInfoParams?format=json-->true </isSupportPlayerInfoParams> <isSupportBurnPlayerParams> <!--ro, opt, bool, 是否支持刻录播放器参数, desc:GET/PUT /ISAPI/System/Video/BurnPlayerParams?format=json-->true </isSupportBurnPlayerParams> <isSupportOneKeyVoiceAbnormalDetection> <!--ro, opt, bool, 是否支持一键人声异常检测, desc:POST /ISAPI/System/VoiceAbnormalDetection/channels/<channelID>/OneKeyVoiceAbnormalDetection?format=json-->true </isSupportOneKeyVoiceAbnormalDetection> <isSupportVoiceAbnormalDetectionRuleParams> <!--ro, opt, bool, 是否支持人声异常检测参数, desc:GET/PUT /ISAPI/System/VoiceAbnormalDetection/channels/<channelID>/VoiceAbnormalDetectionRuleParams?format=json-->true </isSupportVoiceAbnormalDetectionRuleParams> <isSupportSearchOneKeyVoiceAbnormalDetectionProcess> <!--ro, opt, bool, 是否支持查询一键人声异常检测进度, desc:POST /ISAPI/System/VoiceAbnormalDetection/SearchOneKeyVoiceAbnormalDetectionProcess?format=json-->true </isSupportSearchOneKeyVoiceAbnormalDetectionProcess> <isSupportSearchOneKeyAudioDetection> <!--ro, opt, bool, 是否支持查询一键音频侦测进度, desc:POST /ISAPI/Smart/AudioExceptionDetection/SearchOneKeyAudioDetection?format=json-->true </isSupportSearchOneKeyAudioDetection> <isSupportOneKeyAudioDetection> <!--ro, opt, bool, 是否支持一键音频侦测, desc:POST /ISAPI/Smart/AudioExceptionDetection/channels/<channelID>/OneKeyAudioDetection?format=json-->true </isSupportOneKeyAudioDetection> <isNotSupportScheduledRecordUpload> <!--ro, opt, bool, 是否不支持通道定时录像事件, desc:不传此节点或者此节点返回false表示支持,返回true表示不支持定时录像,默认为false.-->false </isNotSupportScheduledRecordUpload> <isSupportDevEnvironmentalCtrlMaterielInfoDetect> <!--ro, opt, bool, 是否支持设备环控物料信息检测, desc:POST /ISAPI/System/DeviceModuleDiagnosis/DevEnvironmentalCtrlMaterielInfoDetect?format=json-->true </isSupportDevEnvironmentalCtrlMaterielInfoDetect> <isSupportWaterRescueDetectionRuleParams> <!--ro, opt, bool, 是否支持水域救援检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/WaterRescueDetectionRuleParams?format=json-->true </isSupportWaterRescueDetectionRuleParams> <isSupportWaterRescueDetectionEvent> <!--ro, opt, bool, 是否支持水域救援检测事件, desc:对应事件:WaterRescueDetectionEvent-->true </isSupportWaterRescueDetectionEvent> <isSupportGetActualDryWetBallTempCurve> <!--ro, opt, bool, 是否支持获取实际干湿球温度曲线, desc:POST /ISAPI/System/TobaccoBakeMgr/GetActualDryWetBallTempCurve?format=json-->true </isSupportGetActualDryWetBallTempCurve> <isSupportPerimeterAlgoTargetFilterParams> <!--ro, opt, bool, 是否支持周界算法目标过滤参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/PerimeterAlgoMgr/PerimeterAlgoTargetFilterParams?format=json-->true </isSupportPerimeterAlgoTargetFilterParams> <isSupportSendDeviceMaintenanceStatus> <!--ro, opt, bool, 是否支持下发设备运维状态, desc:PUT /ISAPI/System/SendDeviceMaintenanceStatus?format=json-->true </isSupportSendDeviceMaintenanceStatus> <videoEncodeChannel opt="1,2,3,4,5,6"> <!--ro, opt, string, web支持视频参数显示的通道, attr:opt{req, string, 取值范围}, desc:例如:高教相机外接学生相机,高级相机不展示管理学生相机视频参数-->1,2 </videoEncodeChannel> <isSupportLocalButtonRecordControl> <!--ro, opt, bool, 是否支持设备本地录像按键控制, desc:/ISAPI/System/localButtonRecord?format=json-->true </isSupportLocalButtonRecordControl> <isSupportLocalButtonSnapshotControl> <!--ro, opt, bool, 是否支持设备本地抓图按键控制, desc:/ISAPI/System/localButtonSnapshot?format=json-->true </isSupportLocalButtonSnapshotControl> <isSupportSecurityDisclaimerParams> <!--ro, opt, bool, 是否支持安全免责声明参数, desc:GET/PUT /ISAPI/System/InformedConsentMgr/SecurityDisclaimerParams?format=json-->true </isSupportSecurityDisclaimerParams> <isSupportThermometryGatewayParams> <!--ro, opt, bool, 是否支持测温网关配置参数, desc:GET/PUT /ISAPI/Thermal/ThermometryGatewayParams?format=json-->true </isSupportThermometryGatewayParams> <isSupportSearchRegionDefaultInfo> <!--ro, opt, bool, 是否支持查询地区默认参数, desc:POST /ISAPI/System/SearchRegionDefaultInfo?format=json-->true </isSupportSearchRegionDefaultInfo> <isSupportAntiCollisionWarningEvent> <!--ro, opt, bool, 是否支持防碰撞预警事件, desc:AntiCollisionWarningEvent-->true </isSupportAntiCollisionWarningEvent> <isSupportMovementWorkStatus> <!--ro, opt, bool, 是否支持气云机芯工作状态, desc:GET /ISAPI/System/MovementMgr/MovementWorkStatus?format=json-->true </isSupportMovementWorkStatus> <isSupportMovementTimingPowerOffParams> <!--ro, opt, bool, 是否支持气云成像机芯定时下电参数, desc:GET/PUT /ISAPI/System/MovementMgr/MovementTimingPowerOffParams?format=json-->true </isSupportMovementTimingPowerOffParams> <isSupportFireExtinguisherDetectionRuleParams> <!--ro, opt, bool, 是否支持灭火器检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/FireExtinguisherDetectionRuleParams?format=json-->true </isSupportFireExtinguisherDetectionRuleParams> <isSupportFireExtinguisherRecoveryEvent> <!--ro, opt, bool, 是否支持灭火器检测恢复事件, desc:eventType:FireExtinguisherRecoveryEvent-->true </isSupportFireExtinguisherRecoveryEvent> <isSupportGasTankMonitoringRecoveryEvent> <!--ro, opt, bool, 是否支持煤气罐检测恢复事件, desc:eventType:GasTankMonitoringRecoveryEvent-->true </isSupportGasTankMonitoringRecoveryEvent> <isSupportSearchImportPlayerFileProcess> <!--ro, opt, bool, 是否支持查询导入播放器文件进度, desc:POST /ISAPI/System/Video/SearchImportPlayerFileProcess?format=json-->true </isSupportSearchImportPlayerFileProcess> <isSupportStatisticalDataFlashStorageParams> <!--ro, opt, bool, 是否支持数据统计Flash存储参数, desc:GET/PUT /ISAPI/System/dataAware/StatisticalDataFlashStorageParams?format=json-->true </isSupportStatisticalDataFlashStorageParams> <eventRecheckCap> <!--ro, opt, object, 事件复核的能力, desc:低端相机因为算力的限制要依赖算力强大的NVR对低端相机的报警进行二次复核达到减少误报的效果--> <algorithmInfoList> <!--ro, opt, array, 事件检测算法信息列表, subType:object, range:[1,5]--> <algorithmInfoitem> <!--ro, req, object, 事件检测算法元素--> <algorithmType> <!--ro, req, enum, 事件检测算法类型, subType:string, [VMD#移动侦测,regionEntrance#进入区域,regionExiting#离开区域,linedetection#越界侦测,fielddetection#区域入侵]-->VMD </algorithmType> <algorithmVersion> <!--ro, req, string, 事件检测算法版本, desc:版本信息由研究院提供并维护-->1B </algorithmVersion> </algorithmInfoitem> </algorithmInfoList> </eventRecheckCap> <isSupportModifyWindowGroup> <!--ro, opt, bool, 是否支持修改枪瞄设备指定视窗组, desc:PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/ModifyWindowGroup?format=json-->true </isSupportModifyWindowGroup> <isSupportCalibrateWindowGroup> <!--ro, opt, bool, 是否支持校准枪瞄指定视窗组, desc:PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/CalibrateWindowGroup?format=json-->true </isSupportCalibrateWindowGroup> <isSupportAllWindowParams> <!--ro, opt, bool, 是否支持枪瞄全部视窗参数, desc:GET /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/AllWindowParams?format=json-->true </isSupportAllWindowParams> <isSupportWindowCalibrationStatus> <!--ro, opt, bool, 是否支持获取枪瞄视窗校准状态, desc:GET /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/WindowCalibrationStatus?format=json-->true </isSupportWindowCalibrationStatus> <isSupportOBUModuleInfo> <!--ro, opt, bool, 是否支持OBU模块信息, desc:GET /ISAPI/Traffic/ETC/OBUModuleInfo?format=json-->true </isSupportOBUModuleInfo> <isSupportExportOBUDetectionLogFile> <!--ro, opt, bool, 是否支持导出OBU标签检测模块日志, desc:POST /ISAPI/Traffic/ETC/ExportOBUDetectionLogFile?format=json-->true </isSupportExportOBUDetectionLogFile> <isSupportOBUDetectionReboot> <!--ro, opt, bool, 是否支持OBU标签检测模块重启, desc:PUT /ISAPI/Traffic/ETC/OBUDetectionReboot?format=json-->true </isSupportOBUDetectionReboot> <isSupportGetOBURebootStatus> <!--ro, opt, bool, 是否支持获取OBU模块重启状态, desc:GET /ISAPI/Traffic/ETC/GetOBURebootStatus?format=json-->true </isSupportGetOBURebootStatus> <isSupportSearchOBUStatisticsReport> <!--ro, opt, bool, 是否支持查询OBU标签检测统计数据, desc:POST /ISAPI/Traffic/ETC/SearchOBUStatisticsReport?format=json-->true </isSupportSearchOBUStatisticsReport> <isSupportSearchTargetEnhancementInfo> <!--ro, opt, bool, 是否支持查询目标凸显参数, desc:POST /ISAPI/System/Video/TargetEnhancement/channels/<channelID>/SearchTargetEnhancementInfo?format=json-->true </isSupportSearchTargetEnhancementInfo> <isSupportTargetEnhancementParams> <!--ro, opt, bool, 是否支持目标凸显参数, desc:GET/PUT /ISAPI/System/Video/TargetEnhancement/channels/<channelID>/TargetEnhancementParams?format=json-->true </isSupportTargetEnhancementParams> <isSupportPicSearchByCoordinate> <!--ro, opt, bool, 是否支持AcuSearch参数配置, desc:GET/PUT /ISAPI/ContentMgmt/PicSearchByCoordinate?format=json-->true </isSupportPicSearchByCoordinate> <AcuSearchCap> <!--ro, opt, object, AcuSearch查询能力--> <targetType opt="face,human,vehicle"> <!--ro, opt, enum, 支持AcuSearch的目标类型, subType:string, [face#人脸,human#人体,vehicle#车辆], attr:opt{req, string, 取值范围}-->face </targetType> <dataType opt="url,binary,modelData"> <!--ro, opt, enum, 支持查询的图片传输格式类型, subType:string, [url#存储Url,binary#表单,modelData#建模数据], attr:opt{req, string, 取值范围}-->url </dataType> <maxPicSize> <!--ro, opt, int, 最大支持查询的图片大小, range:[0,5], desc:单位M-->1 </maxPicSize> <maxPicWidthSize> <!--ro, opt, int, 最大支持查询的图片宽, range:[0,4096]-->4096 </maxPicWidthSize> <maxPicHeightSize> <!--ro, opt, int, 最大支持查询的图片高, range:[0,4096]-->4096 </maxPicHeightSize> </AcuSearchCap> <isSupportSendDevRemoteGUICtrl> <!--ro, opt, bool, 是否支持下发设备远程GUI控制, desc:POST /ISAPI/System/RemoteCtrlDevGUI/SendDevRemoteGUICtrl?format=json-->true </isSupportSendDevRemoteGUICtrl> <isSupportStreamTemperatureParams> <!--ro, opt, bool, 是否支持热成像码流温度参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/StreamTemperatureParams?format=json-->true </isSupportStreamTemperatureParams> <moduleTypeSupportCap> <!--ro, opt, object, 设备模块支持能力--> <isSupportMaintenanceModule> <!--ro, opt, bool, 是否支持运维模块, desc:输电线类产品内嵌businessModule#业务模块和maintenanceModule#运维模块,分别支持独立接入萤石云平台等;同时支持云平台向运维模块下发运维指令。-->true </isSupportMaintenanceModule> </moduleTypeSupportCap> <isSupportSearchEventResources> <!--ro, opt, bool, 是否支持查询事件资源信息, desc:POST /ISAPI/Event/EventBatchRulesMgr/SearchEventResources?format=json-->true </isSupportSearchEventResources> <isSupportRestorePerimeterAlgoDefaultParam> <!--ro, opt, bool, 是否支持恢复周界算法默认参数, desc:PUT /ISAPI/Intelligent/channels/<channelID>/PerimeterAlgoMgr/RestorePerimeterAlgoDefaultParam?format=json-->true </isSupportRestorePerimeterAlgoDefaultParam> <isSupportGetDeviceMaintenanceStatus> <!--ro, opt, bool, 是否支持获取设备运维状态, desc:GET /ISAPI/System/GetDeviceMaintenanceStatus?format=json-->true </isSupportGetDeviceMaintenanceStatus> <isSupportImportConfigurationFileByModel> <!--ro, opt, bool, 是否支持按设备型号导入配置文件, desc:POST /ISAPI/System/ImportConfigurationFileByModel?format=json-->true </isSupportImportConfigurationFileByModel> <isSupportRadarVideoDetectionStorageParams> <!--ro, opt, bool, 是否支持雷视目标检测结果存储参数, desc:GET/PUT /ISAPI/Intelligent/radarVideoDetection/RadarVideoDetectionStorageParams?format=json-->true </isSupportRadarVideoDetectionStorageParams> <isSupportBodyCameraMediaInfo> <!--ro, opt, bool, 是否支持执法记录仪上报媒体信息, desc:eventType: BodyCameraMediaInfo-->true </isSupportBodyCameraMediaInfo> <isSupportRadarVideoPOSOverlayParams> <!--ro, opt, bool, 是否支持雷视智能信息POS叠加参数, desc:GET/PUT /ISAPI/Intelligent/radarVideoDetection/RadarVideoPOSOverlayParams?format=json-->true </isSupportRadarVideoPOSOverlayParams> <isSupportDeleteNetworkCaptureFile> <!--ro, opt, bool, 是否支持删除抓包文件, desc:POST /ISAPI/System/DeleteNetworkCaptureFile?format=json-->true </isSupportDeleteNetworkCaptureFile> <isSupportRecoverCustomEventTemplate> <!--ro, opt, bool, 是否支持恢复自定义事件报文模板, desc:POST /ISAPI/Event/notification/httpHosts/RecoverCustomEventTemplate?format=json-->true </isSupportRecoverCustomEventTemplate> <isSupportModCustomEventTemplateParams> <!--ro, opt, bool, 是否支持修改指定自定义事件报文模板, desc:PUT /ISAPI/Event/notification/httpHosts/ModCustomEventTemplateParams?format=json-->true </isSupportModCustomEventTemplateParams> <isSupportSearchAbnormalStreamInfo> <!--ro, opt, bool, 是否支持查询取流异常状态信息, desc:POST /ISAPI/Streaming/SearchAbnormalStreamInfo?format=json-->true </isSupportSearchAbnormalStreamInfo> <isSupportAbnormalStreamEvent> <!--ro, opt, bool, 是否支持实时取流异常状态上报-->true </isSupportAbnormalStreamEvent> <isSupportBatchDeleteNetworkCaptureFile> <!--ro, opt, bool, 是否支持批量删除抓包文件, desc:PUT /ISAPI/System/BatchDeleteNetworkCaptureFile?format=json-->true </isSupportBatchDeleteNetworkCaptureFile> <isSupportWindowRuleParams> <!--ro, opt, bool, 是否支持枪瞄视窗规则参数, desc:GET/PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/WindowRuleParams?format=json-->true </isSupportWindowRuleParams> <isSupportGetMultiRemoteAlbumPicture> <!--ro, opt, bool, 是否支持获取指定路径下远程相册图片, desc:POST /ISAPI/Thermal/GetMultiRemoteAlbumPicture?format=json-->true </isSupportGetMultiRemoteAlbumPicture> <isSupportGetDeviceTokenInfo> <!--ro, opt, bool, 是否支持获取设备Token信息, desc:/ISAPI/System/ImportConfigurationFileByURL?format=json /ISAPI/System/DeviceAuth/GetDeviceTokenInfo?format=json-->true </isSupportGetDeviceTokenInfo> <isSupportDisplayEnableCloudServicePrompt> <!--ro, opt, bool, 是否支持显示启用云服务的提示语, desc:默认为false,当设备返回为true,支持显示启用云服务的提示语。场景示例:您的设备连接互联网并开启云服务后,我们将为您提供更好的云端设备管理和运维升级服务,为实现该服务我们将收集设备的IP地址、设备名称、设备序列号等相关设备信息。如有任何疑问可随时向客服人员咨询。-->true </isSupportDisplayEnableCloudServicePrompt> <isSupportFiredoorDetectionEvent> <!--ro, opt, bool, 是否支持防火门检测事件, desc:eventType:FiredoorDetectionEvent-->true </isSupportFiredoorDetectionEvent> <isSupportImportConfigurationFileByURL> <!--ro, opt, bool, 是否支持导入配置文件(URL方式), desc:POST /ISAPI/System/ImportConfigurationFileByURL?format=json-->true </isSupportImportConfigurationFileByURL> <isSupportPlayCellphoneRecoveryEvent> <!--ro, opt, bool, 是否支持玩手机恢复事件, desc:eventType:PlayCellphoneRecoveryEvent-->true </isSupportPlayCellphoneRecoveryEvent> <isSupportDetectorShelterAlarmRecovery> <!--ro, opt, bool, 是否支持探测器遮挡检测恢复事件, desc:eventType:DetectorShelterAlarmRecovery-->true </isSupportDetectorShelterAlarmRecovery> <isSupportExportThermalMovementFile> <!--ro, opt, bool, 是否支持导出设备测温机芯模板, desc:POST /ISAPI/Thermal/ExportThermalMovementFile?format=json-->true </isSupportExportThermalMovementFile> <isSupportUPSAbnormalAutoShutDownParams> <!--ro, opt, bool, 是否支持UPS电源异常自动关机参数, desc:GET/PUT /ISAPI/System/UPSAbnormalAutoShutDownParams?format=json-->true </isSupportUPSAbnormalAutoShutDownParams> <isSupportThermalLensDriveParams> <!--ro, opt, bool, 是否支持热成像镜头驱动参数, desc:GET/PUT /ISAPI/Thermal/ThermalLensDriveParams?format=json-->true </isSupportThermalLensDriveParams> <isSupportBatchDeleteUserInfoCfg> <!--ro, opt, bool, 是否支持批量删除用户信息配置, desc:PUT /ISAPI/Security/users/BatchDeleteUserInfoCfg?format=json-->true </isSupportBatchDeleteUserInfoCfg> <isSupportAddUserGroup> <!--ro, opt, bool, 是否支持添加用户分组, desc:POST /ISAPI/System/UserGroupingMgr/AddUserGroup?format=json-->true </isSupportAddUserGroup> <isSupportModifyUserGroup> <!--ro, opt, bool, 是否支持修改用户分组, desc:PUT /ISAPI/System/UserGroupingMgr/ModifyUserGroup?format=json-->true </isSupportModifyUserGroup> <isSupportSearchUserGroup> <!--ro, opt, bool, 是否支持查询用户分组, desc:POST /ISAPI/System/UserGroupingMgr/SearchUserGroup?format=json-->true </isSupportSearchUserGroup> <isSupportDeleteUserGroup> <!--ro, opt, bool, 是否支持删除用户分组, desc:PUT /ISAPI/System/UserGroupingMgr/DeleteUserGroup?format=json-->true </isSupportDeleteUserGroup> <isSupportReadUpgradePackageData> <!--ro, opt, bool, 是否支持通知设备读取升级包数据, desc:PUT /ISAPI/System/SystemUpgrade/ReadUpgradePackageData?format=json-->true </isSupportReadUpgradePackageData> <isSupportWebDisplayThermometryDistanceTips> <!--ro, opt, bool, web是否支持展示测温距离提示语, desc:测温距离不仅仅影响测温结果,还影响测温位置精度-->true </isSupportWebDisplayThermometryDistanceTips> <isSupportFlashLifespanProtectParams> <!--ro, opt, bool, 是否支持FLASH寿命保护参数, desc:GET/PUT /ISAPI/System/FLASHMgr/FlashLifespanProtectParams?format=json-->true </isSupportFlashLifespanProtectParams> <isSupportIlluminanceTelemeter> <!--ro, opt, bool, 是否支持光照强度遥测, desc:eventType:IlluminanceTelemeter-->true </isSupportIlluminanceTelemeter> <isSupportWindDirectionInDegreesTelemeter> <!--ro, opt, bool, 是否支持风向遥测, desc:eventType:WindDirectionInDegreesTelemeter-->true </isSupportWindDirectionInDegreesTelemeter> <isSupportWindSpeedTelemeter> <!--ro, opt, bool, 是否支持风速遥测, desc:eventType:WindSpeedTelemeter-->true </isSupportWindSpeedTelemeter> <isSupportAirPressureTelemeter> <!--ro, opt, bool, 是否支持气压遥测, desc:eventType:AirPressureTelemeter-->true </isSupportAirPressureTelemeter> <isSupportBatteryPercentageTelemeter> <!--ro, opt, bool, 是否支持电池电量遥测, desc:eventType:BatteryPercentageTelemeter-->true </isSupportBatteryPercentageTelemeter> <isSupportTemperaturesTelemeter> <!--ro, opt, bool, 是否支持温度遥测, desc:eventType:TemperaturesTelemeter-->true </isSupportTemperaturesTelemeter> <isSupportHumiditysTelemeter> <!--ro, opt, bool, 是否支持湿度遥测, desc:eventType:HumiditysTelemeter-->true </isSupportHumiditysTelemeter> <isSupportDipAngleTelemeter> <!--ro, opt, bool, 是否支持倾角遥测, desc:eventType:DipAngleTelemeter-->true </isSupportDipAngleTelemeter> <isSupportLocationEvent> <!--ro, opt, bool, 是否支持设备定位信息上报事件, desc:eventType:Location-->true </isSupportLocationEvent> <isSupportSoilMoistureTelemeter> <!--ro, opt, bool, 是否支持土壤含水率遥测, desc:eventType:SoilMoistureTelemeter-->true </isSupportSoilMoistureTelemeter> <isSupportLitterTelemeter> <!--ro, opt, bool, 是否支持凋落物遥测, desc:eventType:LitterTelemeter-->true </isSupportLitterTelemeter> <isSupportSearchRealStreamStatus> <!--ro, opt, bool, 是否支持查询实时取流状态信息, desc:POST /ISAPI/Streaming/SearchRealStreamStatus?format=json-->true </isSupportSearchRealStreamStatus> <isSupportSearchStreamBandwidthInfo> <!--ro, opt, bool, 是否支持查询取流带宽状态信息, desc:POST /ISAPI/Streaming/SearchStreamBandwidthInfo?format=json-->true </isSupportSearchStreamBandwidthInfo> <isSupportExportThermometryData> <!--ro, opt, bool, 是否支持导出可见光辐射测温数据, desc:POST /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/ExportThermometryData?format=json-->true </isSupportExportThermometryData> <isSupportModifyClickToThermometry> <!--ro, opt, bool, 是否支持配置可见光点击测温规则参数, desc:PUT /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/ModifyClickToThermometry?format=json-->true </isSupportModifyClickToThermometry> <isSupportExpertThermometryAlarmParams> <!--ro, opt, bool, 是否支持专家测温报警参数, desc:GET/PUT /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/ExpertThermometryAlarmParams?format=json-->true </isSupportExpertThermometryAlarmParams> <isSupportExpertThermometryRuleParams> <!--ro, opt, bool, 是否支持专家测温规则参数, desc:GET/PUT /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/ExpertThermometryRuleParams?format=json-->true </isSupportExpertThermometryRuleParams> <isSupportNormalThermometryRuleParams> <!--ro, opt, bool, 是否支持普通测温规则参数, desc:GET/PUT /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/NormalThermometryRuleParams?format=json-->true </isSupportNormalThermometryRuleParams> <isSupportModeParams> <!--ro, opt, bool, 是否支持可见光辐射测温模式参数, desc:GET/PUT /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/ModeParams?format=json-->true </isSupportModeParams> <isSupportBasicParams> <!--ro, opt, bool, 是否支持可见光辐射测温基本参数, desc:GET/PUT /ISAPI/Smart/VisibleRadiationThermometry/channels/<channelID>/BasicParams?format=json-->true </isSupportBasicParams> <isSupportImportPlayerFile> <!--ro, opt, bool, 是否支持导入播放器文件, desc:POST /ISAPI/System/Video/ImportPlayerFile?format=json-->true </isSupportImportPlayerFile> <isSupportSearchQuickQRCode> <!--ro, opt, bool, 是否支持查询快操码, desc:POST /ISAPI/System/QuickConfigQRCodeMgr/SearchQuickQRCode?format=json-->true </isSupportSearchQuickQRCode> <isSupportQuickQRCodeEncryptionParams> <!--ro, opt, bool, 是否支持快操码加密参数, desc:PUT /ISAPI/System/QuickConfigQRCodeMgr/QuickQRCodeEncryptionParams?format=json-->true </isSupportQuickQRCodeEncryptionParams> <isUnsynchronizedUpgradeKVMIntput> <!--ro, opt, bool, 是否不同步升级分布式坐席输入节点, desc:1.对于分布式主控不返回该字段或者返回false都是同时对添加到主控上的坐席输入节点进行升级;2.返回true表示不对坐席输入节点进行升级-->true </isUnsynchronizedUpgradeKVMIntput> <isSupportWaterRescueDetectionOverlapParams> <!--ro, opt, bool, 是否支持水域救援智能信息叠加参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/WaterRescueDetectionOverlapParams?format=json-->true </isSupportWaterRescueDetectionOverlapParams> <isSupportSearchRecordStatusList> <!--ro, opt, bool, 是否支持查询通道录像状态, desc:POST /ISAPI/ContentMgmt/search/SearchRecordStatusList?format=json-->true </isSupportSearchRecordStatusList> <isSupportWiperSelfCheckParams> <!--ro, opt, bool, 是否支持雨刷自检参数, desc:GET/PUT /ISAPI/System/Hardware/channels/<channelID>/WiperSelfCheckParams?format=json-->true </isSupportWiperSelfCheckParams> <isSupportBlackoutNotification> <!--ro, opt, bool, 是否支持断电通知, desc:PUT /ISAPI/System/channels/<channelID>/BlackoutNotification?format=json-->true </isSupportBlackoutNotification> <isSupportGotoWaterFlowScene> <!--ro, opt, bool, 是否支持跳转到指定水流检测场景, desc:POST /ISAPI/Event/channels/<channelID>/GotoWaterFlowScene?format=json-->true </isSupportGotoWaterFlowScene> <isSupportHVTVehicleDetectUploadChannel> <!--ro, opt, bool, 是否支持混行检测ftp信息上传通道配置, desc:GET/PUT /ISAPI/System/Network/ftp/HVTVehicleDetectUpload?format=json&channelID=<channelID>-->true </isSupportHVTVehicleDetectUploadChannel> <isSupportWaterFlowAdvancedParams> <!--ro, opt, bool, 是否支持水流检测高级参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/WaterFlowAdvancedParams?format=json-->true </isSupportWaterFlowAdvancedParams> <isSupportWaterFlowSceneList> <!--ro, opt, bool, 是否支持水流检测场景列表, desc:GET /ISAPI/Event/channels/<channelID>/WaterFlowSceneList?format=json-->true </isSupportWaterFlowSceneList> <isSupportWaterFlowSceneRuleParams> <!--ro, opt, bool, 是否支持水流检测场景规则参数, desc:PUT /ISAPI/Event/channels/<channelID>/WaterFlowSceneRuleParams?format=json-->true </isSupportWaterFlowSceneRuleParams> <isSupportRainfallScheduledUpload> <!--ro, opt, bool, 是否支持雨量定时上报事件, desc:RainfallScheduledUpload-->true </isSupportRainfallScheduledUpload> <isSupportFlowVelocityScheduledUpload> <!--ro, opt, bool, 是否支持水流流速定时上报事件, desc:FlowVelocityScheduledUpload-->true </isSupportFlowVelocityScheduledUpload> <isSupportFlowVelocityAlarm> <!--ro, opt, bool, 是否支持水流流速报警事件, desc:FlowVelocityAlarm-->true </isSupportFlowVelocityAlarm> <isSupportVolumeFlowRateScheduledUpload> <!--ro, opt, bool, 是否支持水流流量定时上报事件, desc:VolumeFlowRateScheduledUpload-->true </isSupportVolumeFlowRateScheduledUpload> <isSupportVolumeFlowRateAlarm> <!--ro, opt, bool, 是否支持水流流量报警事件, desc:VolumeFlowRateAlarm-->true </isSupportVolumeFlowRateAlarm> <isSupportSecurityDisclaimerResultEvent> <!--ro, opt, bool, 是否支持安全免责声明结果上报, desc:SecurityDisclaimerResultEvent-->true </isSupportSecurityDisclaimerResultEvent> <isSupportInfusionAlarmEvent> <!--ro, opt, bool, 是否支持输液报警事件, desc:InfusionAlarmEvent-->true </isSupportInfusionAlarmEvent> <isSupportBodyCameraBatteryTamperEvent> <!--ro, opt, bool, 是否支持执法仪电池防拆事件, desc:eventType:BodyCameraBatteryTamperEvent-->true </isSupportBodyCameraBatteryTamperEvent> <isSupportShipSafeOperationDetectionEvent> <!--ro, opt, bool, 是否支持船只安全作业检测事件, desc:eventType:ShipSafeOperationDetectionEvent-->true </isSupportShipSafeOperationDetectionEvent> <isSupportTrafficLightStatusDetectionEvent> <!--ro, opt, bool, 是否支持交通信号灯状态检测事件, desc:eventType:TrafficLightStatusDetectionEvent-->true </isSupportTrafficLightStatusDetectionEvent> <isSupportSoundPressureDetectionEvent> <!--ro, opt, bool, 是否支持过载声压触发告警, desc:eventType:SoundPressureDetectionEvent-->true </isSupportSoundPressureDetectionEvent> <isSupportInvigilatorBehaviorRuleParams> <!--ro, opt, bool, 是否支持驾照考试监考员行为检测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/InvigilatorBehaviorRuleParams?format=json-->true </isSupportInvigilatorBehaviorRuleParams> <isSupportInvigilatorBehaviorEvent> <!--ro, opt, bool, 是否支持驾照考试监考员行为检测事件, desc:对应eventType: InvigilatorBehaviorEvent-->true </isSupportInvigilatorBehaviorEvent> <isSupportPeopleSleepingDetectionReport> <!--ro, opt, bool, 是否支持人员睡眠检测报告事件, desc:eventType:PeopleSleepingDetectionReport-->true </isSupportPeopleSleepingDetectionReport> <isSupportPhysicalMatchMgr> <!--ro, opt, bool, 是否体育比赛管理, desc:GET /ISAPI/Intelligent/channels/<channelID>/PhysicalMatchMgr/capabilities?format=json-->true </isSupportPhysicalMatchMgr> <isSupportSearchNetworkResources> <!--ro, opt, bool, 是否支持查询网络资源信息, desc:POST /ISAPI/System/Network/NetworkAdvancedCfg/SearchNetworkResources?format=json-->true </isSupportSearchNetworkResources> <isSupportTriggerPeripheralAbnormalDetection> <!--ro, opt, bool, 是否支持触发设备检测元件故障, desc:PUT /ISAPI/Event/TriggerPeripheralAbnormalDetection?format=json-->true </isSupportTriggerPeripheralAbnormalDetection> <isSupportDeviceCabinetDoorOpenAlarm> <!--ro, opt, bool, 是否支持设备机箱门开报警事件, desc:eventType:DeviceCabinetDoorOpenAlarm-->true </isSupportDeviceCabinetDoorOpenAlarm> <isSupportSurplusPower> <!--ro, opt, bool, 是否支持剩余电量, desc:GET/PUT /ISAPI/System/SurplusPower?format=json-->true </isSupportSurplusPower> <isSupportPeripheralAbnormalScheduledUpload> <!--ro, opt, bool, 是否支持设备元件故障定时上报事件, desc:eventType:PeripheralAbnormalScheduledUpload-->true </isSupportPeripheralAbnormalScheduledUpload> <isSupportBandwidthLimitWarningParams> <!--ro, opt, bool, 是否支持带宽限制预警参数, desc:GET/PUT /ISAPI/System/Network/NetworkFlowMonitor/BandwidthLimitWarningParams?format=json-->true </isSupportBandwidthLimitWarningParams> <isSupportRoadMaintSceneList> <!--ro, opt, bool, 是否支持道路养护场景列表, desc:GET /ISAPI/Intelligent/channels/<channelID>/RoadMaintSceneList?format=json-->true </isSupportRoadMaintSceneList> <isSupportSearchIntelligencePerformance> <!--ro, opt, bool, 是否支持查询智能后性能参数, desc:POST /ISAPI/System/VCAResource/SearchIntelligencePerformance?format=json-->true </isSupportSearchIntelligencePerformance> <isSupportRainfallRuleParams> <!--ro, opt, bool, 是否支持雨量检测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/RainfallRuleParams?format=json-->true </isSupportRainfallRuleParams> <isSupportRadarFlowmeterOverlapParams> <!--ro, opt, bool, 是否支持雷达检测信息媒体叠加参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/RadarFlowmeterOverlapParams/?format=json-->true </isSupportRadarFlowmeterOverlapParams> <isSupportCurrentComStatus> <!--ro, opt, bool, 是否支持获取设备当前通信状态, desc:GET /ISAPI/System/CurrentComStatus?format=json-->true </isSupportCurrentComStatus> <isSupportRoadMaintAlgorithmVersion> <!--ro, opt, bool, 是否支持道路养护算法版本, desc:GET /ISAPI/Intelligent/channels/<channelID>/RoadMaintAlgorithmVersion?format=json-->true </isSupportRoadMaintAlgorithmVersion> <isSupportRoadMaintOverlapParams> <!--ro, opt, bool, 是否支持道路养护媒体叠加参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/RoadMaintOverlapParams?format=json-->true </isSupportRoadMaintOverlapParams> <isSupportActionExecuteStatus> <!--ro, opt, bool, 是否支持动作执行状态上报, desc:对应eventType: ActionExecuteStatus-->true </isSupportActionExecuteStatus> <isSupportExportConfigurationFile> <!--ro, opt, bool, 是否支持导出配置文件, desc:GET /ISAPI/System/ExportConfigurationFile?format=json-->true </isSupportExportConfigurationFile> <isSupportMultiChannelStreamMergeParams> <!--ro, opt, bool, 是否支持多全景通道画面合并编码参数, desc:GET/PUT /ISAPI/System/Video/inputs/MultiChannelStreamMergeParams?format=json-->true </isSupportMultiChannelStreamMergeParams> <isSupportAnalysisEngineCfgTest> <!--ro, opt, bool, 是否支持引擎分析参数配置重启探测, desc:POST /ISAPI/System/VCAResource/AnalysisEngineCfgTest?format=json-->true </isSupportAnalysisEngineCfgTest> <isSupportModifyPlaybackSpeed> <!--ro, opt, bool, 是否支持流媒体设备录像倍速回放, desc:POST /ISAPI/Streaming/channels/<channelID>/ModifyPlaybackSpeed?format=json-->true </isSupportModifyPlaybackSpeed> <isSupportSeekToSegsPlayback> <!--ro, opt, bool, 是否支持流媒体录像回放拖动到时间段, desc:POST /ISAPI/Streaming/channels/<channelID>/SeekToSegsPlayback?format=json-->true </isSupportSeekToSegsPlayback> <isSupportIntersectionTrafficFlowStatisticsEvent> <!--ro, opt, bool, 是否支持路口机动车流量统计事件, desc:对应eventType: IntersectionTrafficFlowStatisticsEvent-->true </isSupportIntersectionTrafficFlowStatisticsEvent> <isSupportLensCoverAbnormalEvent> <!--ro, opt, bool, 是否支持镜头舱门异常事件, desc:对应eventType: LensCoverAbnormalEvent-->true </isSupportLensCoverAbnormalEvent> <isSupportCrackMonitoringEvent> <!--ro, opt, bool, 是否支持地质裂缝检测事件, desc:对应eventType: CrackMonitoringEvent-->true </isSupportCrackMonitoringEvent> <isSupportExportNetworkCaptureFile> <!--ro, opt, bool, 是否支持导出抓包文件, desc:POST /ISAPI/System/ExportNetworkCaptureFile?format=json-->true </isSupportExportNetworkCaptureFile> <isSupportGetNetworkCaptureStatus> <!--ro, opt, bool, 是否支持获取抓包状态, desc:POST /ISAPI/System/GetNetworkCaptureStatus?format=json-->true </isSupportGetNetworkCaptureStatus> <isSupportStartNetworkCapture> <!--ro, opt, bool, 是否支持开始网络抓包, desc:POST /ISAPI/System/StartNetworkCapture?format=json-->true </isSupportStartNetworkCapture> <isSupportStopNetworkCapture> <!--ro, opt, bool, 是否支持停止网络抓包, desc:POST /ISAPI/System/StopNetworkCapture?format=json-->true </isSupportStopNetworkCapture> <isSupportObjectAccumulationAlgorithmParams> <!--ro, opt, bool, 是否支持堆积检测算法参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/ObjectAccumulationAlgorithmParams?format=json-->true </isSupportObjectAccumulationAlgorithmParams> <isSupportGetTobaccoStageStatus> <!--ro, opt, bool, 是否支持获取烤烟阶段状态, desc:POST /ISAPI/System/TobaccoBakeMgr/GetTobaccoStageStatus?format=json-->true </isSupportGetTobaccoStageStatus> <isSupportMultipleIntelligentParams> <!--ro, opt, bool, 是否支持多智能模式参数, desc:GET/PUT /ISAPI/System/VCAResource/MultipleIntelligentParams?format=json-->true </isSupportMultipleIntelligentParams> <isSupportStartSystemEnvDetection> <!--ro, opt, bool, 是否支持开始系统环境检测, desc:POST /ISAPI/System/StartSystemEnvDetection?format=json-->true </isSupportStartSystemEnvDetection> <isSupportSearchSystemEnvDetectionProcess> <!--ro, opt, bool, 是否支持查询系统环境检测进度, desc:POST /ISAPI/System/SearchSystemEnvDetectionProcess?format=json-->true </isSupportSearchSystemEnvDetectionProcess> <isSupportEVACInputParams> <!--ro, opt, bool, 是否支持EVAC输入参数, desc:GET/PUT /ISAPI/System/EVACInput/EVACInputParams?format=json-->true </isSupportEVACInputParams> <isSupportModifyT1TestParams> <!--ro, opt, bool, 是否支持修改T1测试参数, desc:POST /ISAPI/System/AutoTest/ModifyT1TestParams?format=json-->true </isSupportModifyT1TestParams> <isSupportDetectionRegionRuleParams> <!--ro, opt, bool, 是否支持危险气体区域扫描检测规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/DetectionRegionRuleParams?format=json-->true </isSupportDetectionRegionRuleParams> <isSupportFaceApproach> <!--ro, opt, bool, 是否支持人脸靠近事件, desc:eventType:FaceApproach-->true </isSupportFaceApproach> <isSupportHardwareEnergySaving> <!--ro, opt, bool, 是否支持设备硬件节能参数, desc:GET/PUT /ISAPI/System/consumptionMode/HardwareEnergySaving?format=json-->true </isSupportHardwareEnergySaving> <isSupportDeviceHighTemperature> <!--ro, opt, bool, 是否支持设备温度过高事件, desc:eventType:DeviceHighTemperature-->true </isSupportDeviceHighTemperature> <isSupportExportAudioAndVideoFile> <!--ro, opt, bool, 是否支持导出音视频文件, desc:POST /ISAPI/System/ExportAudioAndVideoFile?format=json-->true </isSupportExportAudioAndVideoFile> <isSupportGetExportAudioAndVideoFileStatus> <!--ro, opt, bool, 是否支持获取导出音视频文件状态, desc:GET /ISAPI/System/GetExportAudioAndVideoFileStatus?format=json-->true </isSupportGetExportAudioAndVideoFileStatus> <isSupportStartExportAudioAndVideoFile> <!--ro, opt, bool, 是否支持开始导出音视频文件, desc:PUT /ISAPI/System/StartExportAudioAndVideoFile?format=json-->true </isSupportStartExportAudioAndVideoFile> <isSupportStopExportAudioAndVideoFile> <!--ro, opt, bool, 是否支持停止导出音视频文件, desc:PUT /ISAPI/System/StopExportAudioAndVideoFile?format=json-->true </isSupportStopExportAudioAndVideoFile> <isSupportAsyncExportSearchEventResult> <!--ro, opt, bool, 是否支持异步导出查询事件录像结果, desc:POST /ISAPI/ContentMgmt/search/AsyncExportSearchEventResult?format=json-->true </isSupportAsyncExportSearchEventResult> <isRebootAfterUpgradeFailed> <!--ro, opt, bool, 设备升级失败后是否需要重启, desc:无该字段表示设备升级失败后不重启-->true </isRebootAfterUpgradeFailed> <isSupportGetAsyncExportSearchEventResultProgress> <!--ro, opt, bool, 是否支持获取异步导出查询事件录像结果进度, desc:POST /ISAPI/ContentMgmt/search/GetAsyncExportSearchEventResultProgress?format=json-->true </isSupportGetAsyncExportSearchEventResultProgress> <isSupportManualTriggerWipe> <!--ro, opt, bool, 是否支持手动触发雨刷, desc:POST /ISAPI/System/Hardware/ManualTriggerWipe?format=json-->true </isSupportManualTriggerWipe> <isSupportWiperCleanMode> <!--ro, opt, bool, 是否支持雨刷清洁模式, desc:GET/PUT /ISAPI/System/Hardware/WiperCleanMode?format=json-->true </isSupportWiperCleanMode> <isSupportRadarWaterFlowRuleParams> <!--ro, opt, bool, 是否支持雷达检测水流规则参数, desc:GET/PUT /ISAPI/Event/Radar/<RadarID>/RadarWaterFlowRuleParams?format=json-->true </isSupportRadarWaterFlowRuleParams> <isSupportRadarWaterFlowAdvancedParams> <!--ro, opt, bool, 是否支持雷达检测水流高级参数, desc:GET/PUT /ISAPI/Event/Radar/<RadarID>/RadarWaterFlowAdvancedParams?format=json-->true </isSupportRadarWaterFlowAdvancedParams> <isSupportLaserSourceSwitch> <!--ro, opt, bool, 是否支持激光灯源切换, desc:GET/PUT /ISAPI/System/channels/<channelID>/LaserSourceSwitch?format=json-->true </isSupportLaserSourceSwitch> <isSupportLensStainConfigParams> <!--ro, opt, bool, 是否支持镜片脏污检测配置参数, desc:GET/PUT /ISAPI/System/Hardware/LensStainConfigParams?format=json-->true </isSupportLensStainConfigParams> <setupParamType opt="PTZLaser"> <!--ro, opt, object, 是否支持设备子模块架设参数, attr:opt{req, string, 取值范围}, desc:/ISAPI/System/SetupParam?type=<type>接口是否支持可选参数type--> </setupParamType> <isSupportLensStain> <!--ro, opt, bool, 是否支持镜片脏污事件, desc:eventType:LensStain-->true </isSupportLensStain> <isSupportLensStainRecovered> <!--ro, opt, bool, 是否支持镜片脏污恢复事件, desc:eventType:LensStainRecovered-->true </isSupportLensStainRecovered> <isSupportDeviceCircuitFault> <!--ro, opt, bool, 是否支持设备电路故障事件, desc:eventType:DeviceCircuitFault-->true </isSupportDeviceCircuitFault> <isSupportDeviceCircuitRestored> <!--ro, opt, bool, 是否支持设备电路故障恢复事件, desc:eventType:DeviceCircuitRestored-->true </isSupportDeviceCircuitRestored> <isSupportTurnOffBuiltInBattery> <!--ro, opt, bool, 是否支持关闭内置电池, desc:PUT /ISAPI/System/TurnOffBuiltInBattery?format=json-->true </isSupportTurnOffBuiltInBattery> <isSupportElevatorStartMove> <!--ro, opt, bool, 是否支持电梯开始运行事件, desc:eventType:ElevatorStartMove-->true </isSupportElevatorStartMove> <isSupportElevatorStopMove> <!--ro, opt, bool, 是否支持电梯停止运行事件, desc:eventType:ElevatorStopMove-->true </isSupportElevatorStopMove> <isSupportOpticalFiberRasterAlarm> <!--ro, opt, bool, 是否支持光纤光栅报警事件, desc:对应事件:OpticalFiberRasterAlarm-->true </isSupportOpticalFiberRasterAlarm> <isSupportSensorRealTimeData> <!--ro, opt, bool, 是否支持传感器数据实时上报事件, desc:对应事件:SensorRealTimeData-->true </isSupportSensorRealTimeData> <isSupportGNSSWorkStatus> <!--ro, opt, bool, 是否支持GNSS工作状态上报事件, desc:对应事件:GNSSWorkStatus-->true </isSupportGNSSWorkStatus> <isSupportDevOnPlatformInfoEvent> <!--ro, opt, bool, 是否支持设备在平台信息请求事件, desc:对应事件:DevOnPlatformInfoEvent-->true </isSupportDevOnPlatformInfoEvent> <isSupportUpdateScheduleEvent> <!--ro, opt, bool, 是否支持更新日程请求事件, desc:对应事件:UpdateScheduleEvent-->true </isSupportUpdateScheduleEvent> <isSupportIntelligentApply> <!--ro, opt, bool, 是否支持智能模式应用参数, desc:GET/PUT /ISAPI/System/VCAResource/IntelligentApply?format=json-->true </isSupportIntelligentApply> <isSupportMCUDevSerialWrite> <!--ro, opt, bool, 是否支持MCU设备序列号写入, desc:POST /ISAPI/System/MCUDevSerialWrite?format=json-->true </isSupportMCUDevSerialWrite> <isSupportSambaServerParams> <!--ro, opt, bool, 是否支持Samba服务器参数, desc:GET/PUT /ISAPI/System/SambaSeverManagement/SambaServerParams?format=json-->true </isSupportSambaServerParams> <isSupportToolingBoardConfigParams> <!--ro, opt, bool, 是否支持工装板配置参数, desc:PUT /ISAPI/System/AutoTest/ToolingBoardConfigParams?format=json-->true </isSupportToolingBoardConfigParams> <isSupportAlumFlocObservationParams> <!--ro, opt, bool, 是否支持矾花监测规则参数, desc:GET/PUT /ISAPI/Intelligent/AlumFlocObservation/channels/<channelID>/AlumFlocObservationParams?format=json-->true </isSupportAlumFlocObservationParams> <isDisplayRebootTips> <!--ro, opt, bool, 打档片模式切换时是否提示设备重启, desc:打档片功能,性能低的设备实现模式切换的时候需要设备重启后才可生效,web需要告知客户;性能高的设备不需要重启设备也可以实现模式切换;通过该字段来判断web是否需要提示设备重启;未实现该字段默认需要web提示-->true </isDisplayRebootTips> <isSupportAIOPMPAndResChanged> <!--ro, opt, bool, 是否AIOP模型包和资源接口意义变化, desc:如果返回为true,则表示AIOP的接口含义发生了变化,即AIOP模型包管理和引擎管理接口取代了算法包调度和算法应用调度的算法管理和引擎管理。如:/ISAPI/Intelligent/AIOpenPlatform/algorithmModel/engine/<engineID>?format=json /ISAPI/Intelligent/AIOpenPlatform/algorithmModel/engines?format=json会返回所有可于AIOP模型、算法包调度和算法应用调度的引擎, /ISAPI/Intelligent/AIOpenPlatform/algorithmModel/management?format=json会返回AIOP模型包、算法应用调度和算法包调度的信息。-->true </isSupportAIOPMPAndResChanged> <isSupportRoadVisibilityAnalysisCfg> <!--ro, opt, bool, 是否支持道路能见度检测分析参数, desc:GET/PUT /ISAPI/Traffic/channels/<channelID>/RoadVisibilityAnalysisCfg?format=json-->true </isSupportRoadVisibilityAnalysisCfg> <isSupportHotStandbyParams> <!--ro, opt, bool, 是否支持热备参数, desc:GET/PUT /ISAPI/System/MainSpareDeviceSettings/HotStandbyParams?format=json-->true </isSupportHotStandbyParams> <isSupportHotStandbySwitchParams> <!--ro, opt, bool, 是否支持热备开关, desc:GET/PUT /ISAPI/System/MainSpareDeviceSettings/HotStandbySwitchParams?format=json-->true </isSupportHotStandbySwitchParams> <isSupportManualControlHotStandby> <!--ro, opt, bool, 是否支持手动接管热备, desc:POST /ISAPI/System/MainSpareDeviceSettings/ManualControlHotStandby?format=json-->true </isSupportManualControlHotStandby> <isSupportGetHotStandbyStatus> <!--ro, opt, bool, 是否支持获取热备状态, desc:GET /ISAPI/System/MainSpareDeviceSettings/GetHotStandbyStatus?format=json-->true </isSupportGetHotStandbyStatus> <isSupportRestoreStreamCollectionInfo> <!--ro, opt, bool, 是否支持马赛克原始流采集知情信息, desc:GET/PUT /ISAPI/System/InformedConsentMgr/RestoreStreamCollectionInfo?format=json-->true </isSupportRestoreStreamCollectionInfo> <isSupportFileNameFormat> <!--ro, opt, bool, 是否支持文件名格式, desc:GET/PUT /ISAPI/System/FileNameFormat?format=json-->true </isSupportFileNameFormat> <isSupportThermalInspectionParams> <!--ro, opt, bool, 是否支持热成像巡检参数, desc:GET/PUT /ISAPI/Thermal/ThermalInspectionParams?format=json-->true </isSupportThermalInspectionParams> <isSupportThermalRecordParams> <!--ro, opt, bool, 是否支持热成像指定通道录像参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/ThermalRecordParams?format=json-->true </isSupportThermalRecordParams> <isSupportThermalLensParams> <!--ro, opt, bool, 是否支持热成像镜头参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/ThermalLensParams?format=json-->true </isSupportThermalLensParams> <isSupportThermalInfoDisplayParam> <!--ro, opt, bool, 是否支持测温信息显示参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/ThermalInfoDisplayParam?format=json-->true </isSupportThermalInfoDisplayParam> <isSupportHotMapParam> <!--ro, opt, bool, 是否支持抓热图参数, desc:GET/PUT /ISAPI/Thermal/channels/<channelID>/HotMapParam?format=json-->true </isSupportHotMapParam> <isSupportGetLaserRangingResult> <!--ro, opt, bool, 是否支持获取激光灯测距结果, desc:GET /ISAPI/System/GetLaserRangingResult?format=json-->true </isSupportGetLaserRangingResult> <isSupportLaserRangingOverlay> <!--ro, opt, bool, 是否支持激光测距叠加参数, desc:GET/PUT /ISAPI/System/LaserRangingOverlay?format=json-->true </isSupportLaserRangingOverlay> <isSupportPersonQueueRegionRealTime> <!--ro, opt, bool, 是否支持排队检测实时人数定时上报, desc:eventType:PersonQueueRegionRealTime-->true </isSupportPersonQueueRegionRealTime> <isSupportFullSpectrumAnalysis> <!--ro, opt, bool, 是否支持全光谱分析参数, desc:GET /ISAPI/FullSpectrumAnalysis/capabilities?format=json-->true </isSupportFullSpectrumAnalysis> <isSupportColorDetectionActionDelayTimeParams> <!--ro, opt, bool, 是否支持屏幕画面颜色质量检测动作延迟参数, desc:GET/PUT /ISAPI/System/ScreenColorQualityDetection/ColorDetectionActionDelayTimeParams?format=json-->true </isSupportColorDetectionActionDelayTimeParams> <isSupportAudioDetectionActionDelayTimeParams> <!--ro, opt, bool, 是否支持音频检测动作延迟参数, desc:GET/PUT /ISAPI/System/DeviceAudioDetection/AudioDetectionActionDelayTimeParams?format=json-->true </isSupportAudioDetectionActionDelayTimeParams> <isSupportCustomVideoChannelStatusIconParams> <!--ro, opt, bool, 是否支持自定义视频通道状态图标参数, desc:GET/PUT /ISAPI/ContentMgmt/InputProxy/CustomVideoChannelStatusIconParams?format=json-->true </isSupportCustomVideoChannelStatusIconParams> <isSupportImportVideoChannelStatusIcon> <!--ro, opt, bool, 是否支持导入自定义视频通道状态图标, desc:POST /ISAPI/ContentMgmt/InputProxy/ImportVideoChannelStatusIcon?format=json-->true </isSupportImportVideoChannelStatusIcon> <isSupportDeleteVideoChannelStatusIcon> <!--ro, opt, bool, 是否支持删除自定义视频通道状态图标, desc:POST /ISAPI/ContentMgmt/InputProxy/DeleteVideoChannelStatusIcon?format=json-->true </isSupportDeleteVideoChannelStatusIcon> <isSupportSmokeScopeTelemeter> <!--ro, opt, bool, 是否支持烟雾浓度遥测, desc:eventType:SmokeScopeTelemeter-->true </isSupportSmokeScopeTelemeter> <isSupportTempDataScheduledUpload> <!--ro, opt, bool, 是否支持测温数据定时上报, desc:eventType:TempDataScheduledUpload-->true </isSupportTempDataScheduledUpload> <isSupportSafetyRopeDetectionRuleParams> <!--ro, opt, bool, 是否支持系安全绳检测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/SafetyRopeDetectionRuleParams?format=json-->true </isSupportSafetyRopeDetectionRuleParams> <isSupportSafetyRopeDetectionEvent> <!--ro, opt, bool, 是否支持系安全绳检测事件, desc:eventType:SafetyRopeDetectionEvent-->true </isSupportSafetyRopeDetectionEvent> <isSupportAddPositionShieldMask> <!--ro, opt, bool, 是否支持添加指定云台绝对位置屏蔽区域, desc:PUT /ISAPI/Intelligent/channels/<channelID>/AddPositionShieldMask?format=json-->true </isSupportAddPositionShieldMask> <isSupportPRPDUpload> <!--ro, opt, bool, 是否支持PRPD图谱数据上传, desc:eventType:PRPDUpload-->true </isSupportPRPDUpload> <isSupportAsynchronousUploadGNSSInitDataResult> <!--ro, opt, bool, 是否支持GNSS原始数据异步上传到存储服务器的上传结果, desc:eventType:AsynchronousUploadGNSSInitDataResult-->true </isSupportAsynchronousUploadGNSSInitDataResult> <isSupportVirtualChannelExtendedParams> <!--ro, opt, bool, 是否支持虚拟通道扩充参数, desc:GET/PUT /ISAPI/ContentMgmt/InputProxy/VirtualChannelExtendedParams?format=json-->true </isSupportVirtualChannelExtendedParams> <isSupportSystemIdentify> <!--ro, opt, bool, 是否支持校验请求, desc:POST /ISAPI/System/identify?format=json-->true </isSupportSystemIdentify> <isSupportPerimeterAnalysisParams> <!--ro, opt, bool, 是否支持周界算法分析模式参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/PerimeterAlgoMgr/PerimeterAnalysisParams?format=json-->true </isSupportPerimeterAnalysisParams> <isSupportCallCaptureImageEvent> <!--ro, opt, bool, 是否呼叫抓图事件, desc:eventType:CallCaptureImageEvent-->true </isSupportCallCaptureImageEvent> <isSupportTDLASModuleInfoMgr> <!--ro, opt, bool, 是否支持危险气体TDLAS模组信息管理, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/TDLASModuleInfoMgr?format=json-->true </isSupportTDLASModuleInfoMgr> <isSupportPhysicalMatchWonderfulMoments> <!--ro, opt, bool, 是否支持体育比赛精彩瞬间, desc:eventType:PhysicalMatchWonderfulMoments-->true </isSupportPhysicalMatchWonderfulMoments> <isSupportHighResolutionLowPerformanceTip> <!--ro, opt, bool, 是否支持高分辨率低性能提示, desc:给web做提示用;设备视频分辨率切换到500W分辨率的时候,有些设备性能较低,导致很多功能无法使用,需要web做提示;而有些设备性能较高,不会出现功能无法使用的情况,即不需要提示;某设备是否需要web做提示即通过该能力判断;为true则web需要做提示,为false则不需要做提示;未实现该字段则web不提示-->true </isSupportHighResolutionLowPerformanceTip> <isSupportPeopleNumChangeOverlapParams> <!--ro, opt, bool, 是否支持人数变化媒体叠加参数, desc:GET/PUT /ISAPI/Smart/PeopleNumChange/channels/<channelID>/PeopleNumChangeOverlapParams?format=json-->true </isSupportPeopleNumChangeOverlapParams> <isSupportAudioAlarmParam> <!--ro, opt, bool, 是否支持音频报警参数, desc:GET/PUT /ISAPI/Smart/AudioExceptionDetection/AudioIn/<AudioInID>/AudioAlarmParam?format=json-->true </isSupportAudioAlarmParam> <isSupportCrackMonitoringCalibration> <!--ro, opt, bool, 是否支持地质裂缝检测标定, desc:POST /ISAPI/Event/CrackMonitoringCalibration?format=json-->true </isSupportCrackMonitoringCalibration> <isSupportFileUploadServerList> <!--ro, opt, bool, 是否支持文件上传服务器列表, desc:GET/PUT /ISAPI/System/FileUploadServer/FileUploadServerList?format=json-->true </isSupportFileUploadServerList> <isSupportFileUploadServerTest> <!--ro, opt, bool, 是否支持测试文件上传服务器, desc:POST /ISAPI/System/FileUploadServer/FileUploadServerTest?format=json-->true </isSupportFileUploadServerTest> <isSupportBestDetectionArea> <!--ro, opt, bool, 是否支持堆积检测最佳检测区域, desc:GET /ISAPI/Event/channels/<channelID>/objectAccumulationDetection/BestDetectionArea?format=json-->true </isSupportBestDetectionArea> <isSupportAnalysisEngineEnabledTest> <!--ro, opt, bool, 是否支持智能启用后性能测试, desc:POST /ISAPI/System/VCAResource/AnalysisEngineEnabledTest?format=json-->true </isSupportAnalysisEngineEnabledTest> <isSupportAlarmTriggeredByPanicButton> <!--ro, opt, bool, 是否支持紧急按钮报警事件, desc:eventType:AlarmTriggeredByPanicButton-->true </isSupportAlarmTriggeredByPanicButton> <isSupportSecretKeyFileParam> <!--ro, opt, bool, 是否支持秘钥文件方式重置参数, desc:GET/PUT /ISAPI/Security/resetPassword/SecretKeyFileParam?format=json-->true </isSupportSecretKeyFileParam> <isSupportSearchEventRuleAndScheduleParams> <!--ro, opt, bool, 是否支持查询指定事件规则布防参数, desc:POST /ISAPI/Event/EventBatchRulesMgr/SearchEventRuleAndScheduleParams?format=json-->true </isSupportSearchEventRuleAndScheduleParams> <isSupportEventRuleAndScheduleParams> <!--ro, opt, bool, 是否支持配置指定事件规则布防参数, desc:POST /ISAPI/Event/EventBatchRulesMgr/EventRuleAndScheduleParams?format=json-->true </isSupportEventRuleAndScheduleParams> <deviceReboot> <!--ro, opt, object, 设备重启, desc:当isSupportReboot=true时本参数有效--> <module opt="algorithmProgram,radar"> <!--ro, opt, string, 设备支持的重启模块, attr:opt{opt, string, 取值范围}, desc:当isSupportReboot=true时本参数有效,代表着"/ISAPI/System/reboot?childDevID=<devIndex>&module=<module>&loginPassword=<loginPassword>"接口url支持可选参数module和对应的枚举值-->radar </module> </deviceReboot> <factoryReset> <!--ro, opt, object, 设备恢复默认参数, desc:当isSupportFactoryReset=true时本参数有效--> <module opt="radar"> <!--ro, opt, string, 设备支持的模块恢复出厂, attr:opt{opt, string, 取值范围}, desc:代表着"/ISAPI/System/factoryReset?mode=<mode>&childDevID=<devIndex>&loginPassword=<loginPassword>&module=<module>&"接口url支持可选参数module和对应的枚举值-->radar </module> </factoryReset> <isSupportCancelAsyncExportSearchEventResult> <!--ro, opt, bool, 是否支持取消异步导出查询事件录像结果, desc:POST /ISAPI/ContentMgmt/search/CancelAsyncExportSearchEventResult?format=json-->true </isSupportCancelAsyncExportSearchEventResult> <isSupportGetIntellAndTemperatureRangeMap> <!--ro, opt, bool, 是否支持获取热成像智能模式与测温档位映射关系, desc:GET /ISAPI/System/VCAResource/channels/<channelID>/GetIntellAndTemperatureRangeMap?format=json-->true </isSupportGetIntellAndTemperatureRangeMap> <isSupportSendScreenColorEnvErrorCalibrationTask> <!--ro, opt, bool, 是否支持下发屏幕颜色环境误差校准任务, desc:POST /ISAPI/System/ScreenColorQualityDetection/SendScreenColorEnvErrorCalibrationTask?format=json-->true </isSupportSendScreenColorEnvErrorCalibrationTask> <isSupportSearchScreenColorEnvErrorCalibrationTask> <!--ro, opt, bool, 是否支持查询屏幕颜色环境误差校准任务进度, desc:POST /ISAPI/System/ScreenColorQualityDetection/SearchScreenColorEnvErrorCalibrationTask?format=json-->true </isSupportSearchScreenColorEnvErrorCalibrationTask> <isSupportCurrentScreenColorEnvErrorCalibrationParams> <!--ro, opt, bool, 是否支持当前屏幕颜色环境误差校准参数, desc:GET /ISAPI/System/ScreenColorQualityDetection/CurrentScreenColorEnvErrorCalibrationParams?format=json-->true </isSupportCurrentScreenColorEnvErrorCalibrationParams> <isSupportSynchronizationRulesBetweenChannels> <!--ro, opt, bool, 是否支持智能规则通道间同步, desc:POST /ISAPI/System/IntelligentRulesMgr/channels/<channelID>/SynchronizationRulesBetweenChannels?format=json-->true </isSupportSynchronizationRulesBetweenChannels> <isSupportGestureRecognitionRuleParams> <!--ro, opt, bool, 是否支持人员手势识别检测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/GestureRecognitionRuleParams?format=json-->true </isSupportGestureRecognitionRuleParams> <isSupportSolidBallSport> <!--ro, opt, bool, 是否支持实心球运动事件, desc:eventType:SolidBallSport-->true </isSupportSolidBallSport> <isSupportVolleyballSport> <!--ro, opt, bool, 是否支持排球运动事件, desc:eventType:VolleyballSport-->true </isSupportVolleyballSport> <isSupportBasketballSport> <!--ro, opt, bool, 是否支持篮球运动事件, desc:eventType:BasketballSport-->true </isSupportBasketballSport> <isSupportSoccerSport> <!--ro, opt, bool, 是否支持足球运动事件, desc:eventType:SoccerSport-->true </isSupportSoccerSport> <isSupportPersonnelGestureDetection> <!--ro, opt, bool, 是否支持人员手势识别事件, desc:eventType:PersonnelGestureDetection-->true </isSupportPersonnelGestureDetection> <isSupportExportLensThermalCalibrationFile> <!--ro, opt, bool, 是否支持导出指定倍镜测温标定文件, desc:POST /ISAPI/Thermal/ExportLensThermalCalibrationFile?format=json-->true </isSupportExportLensThermalCalibrationFile> <isSupportModifyPresetRatioCombination> <!--ro, opt, bool, 是否支持配置指定预置点倍率组合, desc:PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/ModifyPresetRatioCombination?format=json-->true </isSupportModifyPresetRatioCombination> <isSupportExportChannelConfigAbnormalReport> <!--ro, opt, bool, 是否支持导出数字通道配置文件异常报告, desc:POST /ISAPI/ContentMgmt/InputProxy/ExportChannelConfigAbnormalReport?format=json-->true </isSupportExportChannelConfigAbnormalReport> <isSupportExportChannelConfigTemplate> <!--ro, opt, bool, 是否支持导出数字通道配置文件模板, desc:POST /ISAPI/ContentMgmt/InputProxy/ExportChannelConfigTemplate?format=json-->true </isSupportExportChannelConfigTemplate> <isSupportSoftStorageInterfaceParams> <!--ro, opt, bool, 是否支持软存储网卡参数, desc:GET/PUT /ISAPI/System/Network/NetworkAdvancedCfg/SoftStorageInterfaceParams?format=json-->true </isSupportSoftStorageInterfaceParams> <isSupportImportSceneFile> <!--ro, opt, bool, 是否支持导入场景配置文件, desc:POST /ISAPI/Thermal/ImportSceneFile?format=json-->true </isSupportImportSceneFile> <isSupportExportSceneFile> <!--ro, opt, bool, 是否支持导出场景配置文件, desc:POST /ISAPI/Thermal/ExportSceneFile?format=json-->true </isSupportExportSceneFile> <isSupportRadarWaterLevelAdvancedParams> <!--ro, opt, bool, 是否支持雷达检测水尺高级参数, desc:GET/PUT /ISAPI/Event/Radar/<RadarID>/RadarWaterLevelAdvancedParams?format=json-->true </isSupportRadarWaterLevelAdvancedParams> <isSupportOpenAndCloseDoorLearningEvent> <!--ro, opt, bool, 是否支持开关门学习事件, desc:eventType:OpenAndCloseDoorLearningEvent-->true </isSupportOpenAndCloseDoorLearningEvent> <isSupportResetScreenColorEnvErrorCalibration> <!--ro, opt, bool, 是否支持重置屏幕颜色环境误差校准, desc:PUT /ISAPI/System/ScreenColorQualityDetection/ResetScreenColorEnvErrorCalibration?format=json-->true </isSupportResetScreenColorEnvErrorCalibration> <isSupportConsumptionPermissionSearchEvent> <!--ro, opt, bool, 是否支持消费权限查询事件, desc:eventType:ConsumptionPermissionSearchEvent-->true </isSupportConsumptionPermissionSearchEvent> <isSupportDeviceCap> <!--ro, opt, bool, 是否支持设备能力, desc:GET /ISAPI/PCA/COMMON/DeviceCapbilityConfig/DeviceCap?format=json-->true </isSupportDeviceCap> <isSupportVideoPipList> <!--ro, opt, bool, 是否支持指定通道嵌入多画中画配置, desc:GET/PUT /ISAPI/System/Video/channels/<channelID>/VideoPipList?format=json-->true </isSupportVideoPipList> <maxProtocolConcurrencyNum> <!--ro, opt, int, 设备允许的协议并发最大数量, desc:低端设备资源有限,上层请求协议的并发数需要做限制。主要用于限制web并行下发协议数量-->10 </maxProtocolConcurrencyNum> <isSupportReplayShotImage> <!--ro, opt, bool, 是否支持手动事件抓拍-->true </isSupportReplayShotImage> <isSupportColumnSpeakers> <!--ro, opt, bool, 是否支持对接音柱-->true </isSupportColumnSpeakers> <isSupportPublish> <!--ro, opt, bool, 是否支持对接信息发布主机-->true </isSupportPublish> <isSupportGetDevicePartsLife> <!--ro, opt, bool, 是否支持获取设备部件使用寿命, desc:GET /ISAPI/System/GetDevicePartsLife?format=json-->true </isSupportGetDevicePartsLife> <isSupportVisibilityTelemeter> <!--ro, opt, bool, 是否支持能见度遥测事件, desc:eventType:VisibilityTelemeter-->true </isSupportVisibilityTelemeter> <isSupportVisibilityEvent> <!--ro, opt, bool, 是否支持能见度事件, desc:eventType:VisibilityEvent-->true </isSupportVisibilityEvent> <isSupportRestoreRadarWaterLevelDefaultParams> <!--ro, opt, bool, 是否支持恢复水尺雷达默认参数, desc:PUT /ISAPI/Event/Radar/<RadarID>/RestoreRadarWaterLevelDefaultParams?format=json-->true </isSupportRestoreRadarWaterLevelDefaultParams> <isSupportDeviceCreateUserNum> <!--ro, opt, bool, 是否支持设备创建用户数量, desc:GET/PUT /ISAPI/Security/users/DeviceCreateUserNum?format=json-->true </isSupportDeviceCreateUserNum> <isSupportSetStreamingSecretKey> <!--ro, opt, bool, 是否支持设置码流加密秘钥, desc:PUT /ISAPI/Streaming/channels/<channelID>/SetStreamingSecretKey?format=json-->true </isSupportSetStreamingSecretKey> <isSupportSearchClickToThermometry> <!--ro, opt, bool, 是否支持查询点击测温温度, desc:POST /ISAPI/Thermal/channels/<channelID>/SearchClickToThermometry?format=json-->true </isSupportSearchClickToThermometry> <isSupportResourceChildParams> <!--ro, opt, bool, 是否支持资源关联设备信息, desc:GET/PUT /ISAPI/System/DynamicResource/channels/<channelID>/ResourceChildParams?format=json-->true </isSupportResourceChildParams> <isSupportSearchThermometryInfo> <!--ro, opt, bool, 是否支持查询指定规则测温温度信息, desc:POST /ISAPI/Thermal/channels/<channelID>/SearchThermometryInfo?format=json-->true </isSupportSearchThermometryInfo> <isSupportSendScanInfoToCamera> <!--ro, opt, bool, 是否支持下发扫码信息给相机, desc:POST /ISAPI/System/ScanData/SendScanInfoToCamera?format=json-->true </isSupportSendScanInfoToCamera> <isSupportRtspPreRecord> <!--ro, opt, bool, 是否支持RTSP协议获取包含预录的码流-->true </isSupportRtspPreRecord> <isSupportGetClientAccessCapabilities> <!--ro, opt, bool, 是否支持获取热成像客户端接入能力, desc:GET /ISAPI/Thermal/GetClientAccessCapabilities?format=json-->true </isSupportGetClientAccessCapabilities> <isSupportISUPChileDevHttp> <!--ro, opt, bool, 是否支持ISUPV5.0透传子设备http, desc:ISUP接口入参中的pInBuffer输入为HTTP数据透传请求,HTTP Cookie中携带子设备ID信息(格式为Cookie:childDev=ip:port),网关设备自动代理透传子设备HTTP-->true </isSupportISUPChileDevHttp> <isSupportRemoteDesktopParams> <!--ro, opt, bool, 是否支持Windows远程桌面参数, desc:GET/PUT /ISAPI/System/RemoteDesktopParams?format=json-->true </isSupportRemoteDesktopParams> <isSupportPassbackRecordUpload> <!--ro, opt, bool, 是否支持录像回传事件事件, desc:eventType:PassbackRecordUpload-->true </isSupportPassbackRecordUpload> <alertDistributionAddMode opt="cover,append" def="append"> <!--ro, opt, bool, 是否支持下发警情分发事件信息列表添加模式, attr:opt{req, string, 取值范围},def{req, string, 默认值}, desc:/ISAPI/Traffic/alertDistribution/events?format=json中addMode字段-->append </alertDistributionAddMode> <isSupportSkeletonKeypointRuleParams> <!--ro, opt, bool, 是否支持人体骨骼点检测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/SkeletonKeypointRuleParams?format=json-->true </isSupportSkeletonKeypointRuleParams> <isSupportHumanSkeletonKeypointDetection> <!--ro, opt, bool, 是否支持人体骨骼关键点检测事件, desc:eventType:HumanSkeletonKeypointDetection-->true </isSupportHumanSkeletonKeypointDetection> <isSupportWaterQualityCountingRule> <!--ro, opt, bool, 是否支持水质数据统计规则, desc:GET/PUT /ISAPI/Event/waterQualityDetection/channels/<channelID>/WaterQualityCountingRule?format=json-->true </isSupportWaterQualityCountingRule> <isSupportWaterQualityReport> <!--ro, opt, bool, 是否支持水质数据统计上报-->true </isSupportWaterQualityReport> <isOnlySupportAnalogChannel> <!--ro, opt, bool, 是否支持按通道配置设备本地接口(RS485、音频口), desc:多通道的设备音频、RS485这两个不支持区分通道配置,true-表示不支持-->true </isOnlySupportAnalogChannel> <isSupportClarityLevel> <!--ro, opt, bool, 是否支持预览档位, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/ClarityLevel?format=json-->true </isSupportClarityLevel> <isSupportDeviceNetworkDiscoverySearchParams> <!--ro, opt, bool, 是否支持设备网络发现搜索参数, desc:GET/PUT /ISAPI/System/DeviceNetworkDiscovery/DeviceNetworkDiscoverySearchParams?format=json-->true </isSupportDeviceNetworkDiscoverySearchParams> <isSupportConfigurationFileAsyncUpload> <!--ro, opt, bool, 是否支持设备配置文件异步上传, desc:PUT /ISAPI/System/ConfigurationFileAsyncUpload?format=json-->true </isSupportConfigurationFileAsyncUpload> <isSupportSearchAsyncUploadStatus> <!--ro, opt, bool, 是否支持查询设备配置文件异步上传状态, desc:POST /ISAPI/System/SearchAsyncUploadStatus?format=json-->true </isSupportSearchAsyncUploadStatus> <isSupportSoundClassificationDetection> <!--ro, opt, bool, 是否支持声音分类检测事件, desc:eventType:SoundClassificationDetection-->true </isSupportSoundClassificationDetection> <isSupportTwoLevelPaletteFrameReductionTips> <!--ro, opt, bool, web是否支持展示两段式伪彩预览帧率降帧提示语, desc:未实现该字段,默认不提示,有些设备开启两段式伪彩后性能不足,需对预览帧率做降帧处理,需要在web界面提示-->false </isSupportTwoLevelPaletteFrameReductionTips> <isSupportSwitchToUpgradePreparationMode> <!--ro, opt, bool, 是否支持切换成升级准备模式, desc:PUT /ISAPI/System/SwitchToUpgradePreparationMode?format=json-->true </isSupportSwitchToUpgradePreparationMode> <isSupportMovementUpgrade> <!--ro, opt, bool, 是否支持机芯升级, desc:POST /ISAPI/System/MovementMgr/MovementUpgrade?format=json-->true </isSupportMovementUpgrade> <isSupportGetMovementUpgradeStatus> <!--ro, opt, bool, 是否支持获取机芯升级状态, desc:GET /ISAPI/System/MovementMgr/GetMovementUpgradeStatus?format=json-->true </isSupportGetMovementUpgradeStatus> <isSupportSupplementAndwhiteAlarmConflictTips> <!--ro, opt, bool, web是否支持展示白光补光灯与闪光报警互斥提示语, desc:有些设备在开启白光补光灯时,外设的白光灯只能用来做补光使用,不再生效于闪光报警,但开启红外补光时,外设的白光灯又用作闪光报警灯使用,所以在白光补光灯模式下需要web提示此时的闪光报警功能不生效,而对于有多个白灯外设则不需要提示语,加该能力用于给web判断是否需要提示,未实现该字段,默认不提示-->false </isSupportSupplementAndwhiteAlarmConflictTips> <isSupportNotifyDevRemoteGUICtrl> <!--ro, opt, bool, 是否支持通知设备远程GUI控制, desc:POST /ISAPI/System/RemoteCtrlDevGUI/NotifyDevRemoteGUICtrl?format=json-->true </isSupportNotifyDevRemoteGUICtrl> <isSupportExampleTerms> <!--ro, opt, bool, 是否支持获取示例词条, desc:GET /ISAPI/Intelligent/AcuSeek/ExampleTerms?format=json-->true </isSupportExampleTerms> <isSupportDeleteHistoricalTerms> <!--ro, opt, bool, 是否支持删除历史检索记录, desc:POST /ISAPI/Intelligent/AcuSeek/DeleteHistoricalTerms?format=json-->true </isSupportDeleteHistoricalTerms> <isSupportGetHistoricalTerms> <!--ro, opt, bool, 是否支持获取历史检索记录, desc:GET /ISAPI/Intelligent/AcuSeek/GetHistoricalTerms?format=json-->true </isSupportGetHistoricalTerms> <isSupportAddModelFineTuning> <!--ro, opt, bool, 是否支持添加模型微调, desc:POST /ISAPI/Intelligent/ModelFineTuning/AddModelFineTuning?format=json-->true </isSupportAddModelFineTuning> <isSupportSearchModelFineTuning> <!--ro, opt, bool, 是否支持查询模型微调, desc:POST /ISAPI/Intelligent/ModelFineTuning/SearchModelFineTuning?format=json-->true </isSupportSearchModelFineTuning> <isSupportDeleteModelFineTuning> <!--ro, opt, bool, 是否支持删除微调模型, desc:POST /ISAPI/Intelligent/ModelFineTuning/DeleteModelFineTuning?format=json-->true </isSupportDeleteModelFineTuning> <isSupportAlarmTest> <!--ro, opt, bool, 是否支持模拟报警事件, desc:eventType:AlarmTest-->true </isSupportAlarmTest> <isSupportAcuSeekImageModel> <!--ro, opt, bool, 是否支持以文搜图图片建模, desc:POST /ISAPI/Intelligent/AcuSeek/AcuSeekImageModel?format=json-->true </isSupportAcuSeekImageModel> <isSupportRadarWaterFlowDetectRegionRestore> <!--ro, opt, bool, 是否支持恢复水位垂直视角检测区域参数, desc:PUT /ISAPI/Event/Radar/<RadarID>/RadarWaterFlowDetectRegionRestore?format=json-->true </isSupportRadarWaterFlowDetectRegionRestore> <isSupportLoRaPeriodicStatus> <!--ro, opt, bool, 是否支持LoRa模块状态定时上报, desc:eventType:LoRaPeriodicStatus-->true </isSupportLoRaPeriodicStatus> <isSupportEnableModelCtrl> <!--ro, opt, bool, 是否支持模型开启控制, desc:PUT /ISAPI/Intelligent/ModelFineTuning/EnableModelCtrl?format=json-->true </isSupportEnableModelCtrl> <isSupportStorageServiceNetwork> <!--ro, opt, bool, 是否支持存储服务网络参数, desc:GET/PUT /ISAPI/System/Network/NetworkAdvancedCfg/StorageServiceNetwork?format=json-->true </isSupportStorageServiceNetwork> <isSupportSearchAudioDetectionEvent> <!--ro, opt, bool, 是否支持查询音频异常告警事件, desc:POST /ISAPI/Smart/AudioExceptionDetection/SearchAudioDetectionEvent?format=json-->true </isSupportSearchAudioDetectionEvent> <isSupportAcuSeekInfo> <!--ro, opt, bool, 是否支持以文搜图应用软件信息, desc:GET /ISAPI/Intelligent/AcuSeek/AcuSeekInfo?format=json-->true </isSupportAcuSeekInfo> <isSupportManualTriggerDeicing> <!--ro, opt, bool, 是否支持手动触发除冰, desc:PUT /ISAPI/System/Hardware/ManualTriggerDeicing?format=json-->true </isSupportManualTriggerDeicing> <isSupportSearchCameraIndex> <!--ro, opt, bool, 是否支持查询事件输入监控点, desc:POST /ISAPI/System/SceneStrategy/SearchCameraIndex?format=json-->true </isSupportSearchCameraIndex> <isSupportGetStrategyOrchTPL> <!--ro, opt, bool, 是否支持获取策略编排模板, desc:GET /ISAPI/System/SceneStrategy/GetStrategyOrchTPL?format=json-->true </isSupportGetStrategyOrchTPL> <isSupportSearchStrategyOrchResult> <!--ro, opt, bool, 是否支持查询策略编排运行结果, desc:POST /ISAPI/System/SceneStrategy/SearchStrategyOrchResult?format=json-->true </isSupportSearchStrategyOrchResult> <isSupportAddStrategyOrch> <!--ro, opt, bool, 是否支持添加策略编排参数, desc:POST /ISAPI/System/SceneStrategy/AddStrategyOrch?format=json-->true </isSupportAddStrategyOrch> <isSupportModifyStrategyOrch> <!--ro, opt, bool, 是否支持修改策略编排参数, desc:PUT /ISAPI/System/SceneStrategy/ModifyStrategyOrch?format=json-->true </isSupportModifyStrategyOrch> <isSupportSearchStrategyOrch> <!--ro, opt, bool, 是否支持查询策略编排参数, desc:POST /ISAPI/System/SceneStrategy/SearchStrategyOrch?format=json-->true </isSupportSearchStrategyOrch> <isSupportDeleteStrategyOrch> <!--ro, opt, bool, 是否支持删除策略编排, desc:POST /ISAPI/System/SceneStrategy/DeleteStrategyOrch?format=json-->true </isSupportDeleteStrategyOrch> <isSupportIOTAsynPingTest> <!--ro, opt, bool, 是否支持IOT设备网络异步检测, desc:对应uri:/ISAPI/System/Network/asynPingTest/capabilities?format=json,设备需返回channelID能力-->true </isSupportIOTAsynPingTest> <isSupportImportSoftActiveFile> <!--ro, opt, bool, 是否支持导入软授权激活响应文件, desc:POST /ISAPI/System/SoftwareLicense/ImportSoftActiveFile?format=json-->true </isSupportImportSoftActiveFile> <isSupportExportSoftActiveFile> <!--ro, opt, bool, 是否支持导出软授权激活反馈文件, desc:POST /ISAPI/System/SoftwareLicense/ExportSoftActiveFile?format=json-->true </isSupportExportSoftActiveFile> <isSupportAcuSeekAuthorizeParam> <!--ro, opt, bool, 是否支持智能文搜采集授权信息, desc:GET/PUT /ISAPI/System/InformedConsentMgr/AcuSeekAuthorizeParam?format=json-->true </isSupportAcuSeekAuthorizeParam> <isSupportSearchSoftwareActivationStatus> <!--ro, opt, bool, 是否支持查询软授权激活状态, desc:POST /ISAPI/System/SoftwareLicense/SearchSoftwareActivationStatus?format=json-->true </isSupportSearchSoftwareActivationStatus> <isSupportGetCollectTerms> <!--ro, opt, bool, 是否支持获取词条收藏列表, desc:POST /ISAPI/Intelligent/AcuSeek/GetCollectTerms?format=json-->true </isSupportGetCollectTerms> <isSupportCourseKeyStatus> <!--ro, opt, bool, 是否支持课程关键节点状态事件, desc:eventType:CourseKeyStatus-->true </isSupportCourseKeyStatus> <isSupportVehicleTurnBackDetectionEvent> <!--ro, opt, bool, 是否支持出入口车辆折返事件, desc:eventType:VehicleTurnBackDetectionEvent-->true </isSupportVehicleTurnBackDetectionEvent> <isSupportSearchStrategyOrchList> <!--ro, opt, bool, 是否支持查询策略编排列表, desc:POST /ISAPI/System/SceneStrategy/SearchStrategyOrchList?format=json-->true </isSupportSearchStrategyOrchList> <isSupportSearchEventInputUnit> <!--ro, opt, bool, 是否支持查询事件输入单元, desc:POST /ISAPI/System/SceneStrategy/SearchEventInputUnit?format=json-->true </isSupportSearchEventInputUnit> <isSupportSearchOperatorUnit> <!--ro, opt, bool, 是否支持查询逻辑运算单元, desc:POST /ISAPI/System/SceneStrategy/SearchOperatorUnit?format=json-->true </isSupportSearchOperatorUnit> <isSupportSearchEventOutputUnit> <!--ro, opt, bool, 是否支持查询事件输出单元, desc:POST /ISAPI/System/SceneStrategy/SearchEventOutputUnit?format=json-->true </isSupportSearchEventOutputUnit> <isSupportFDLibAsyncResults> <!--ro, opt, bool, 是否支持人脸库异步建模结果事件, desc:eventType:FDLibAsyncResults-->true </isSupportFDLibAsyncResults> <isSupportWorkingMode> <!--ro, opt, bool, 是否支持设备工作模式, desc:GET/PUT /ISAPI/PCA/COMMON/GeneralOperation/WorkingMode?format=json-->true </isSupportWorkingMode> <isSupportFlowVelocityCalibration> <!--ro, opt, bool, 是否支持水流流速检测标定参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/FlowVelocityCalibration?format=json-->true </isSupportFlowVelocityCalibration> <isSupportEditConfigFile> <!--ro, opt, bool, 是否支持导出可编辑配置文件, desc:GET /ISAPI/System/configurationData?secretkey=<secretkey>&mode=<mode>-->true </isSupportEditConfigFile> <isSupportDisturbSchedule> <!--ro, opt, bool, 是否支持联动项生效计划参数, desc:GET/PUT /ISAPI/System/DisturbSchedule?format=json-->true </isSupportDisturbSchedule> <isSupportappUsageDuration> <!--ro, opt, bool, 是否支持app使用时长上报, desc:eventType:AppUsageDurationEvent-->true </isSupportappUsageDuration> <isSupportExpyNetTollServerParams> <!--ro, opt, bool, 是否支持高速公路联网收费协议服务端参数, desc:GET/PUT /ISAPI/System/Network/ExpresswayNetworkTollAccess/ExpyNetTollServerParams?format=json-->true </isSupportExpyNetTollServerParams> <isSupportExpyNetTollStgSrvParams> <!--ro, opt, bool, 是否支持高速公路联网收费协议存储服务参数, desc:GET/PUT /ISAPI/System/Network/ExpresswayNetworkTollAccess/ExpyNetTollStgSrvParams?format=json-->true </isSupportExpyNetTollStgSrvParams> <isSupportKeepSampleRecordEvent> <!--ro, opt, bool, 是否支持消费套餐留样记录事件, desc:eventType:KeepSampleRecordEvent-->true </isSupportKeepSampleRecordEvent> <isSupportSearchWaterLevel> <!--ro, opt, bool, 是否支持查询水位高度, desc:GET /ISAPI/Event/channels/<channelID>/SearchWaterLevel?format=json-->true </isSupportSearchWaterLevel> <isSupportGotoWaterFlowVelocityScene> <!--ro, opt, bool, 是否支持跳转到指定水流流速检测场景, desc:PUT /ISAPI/Event/channels/<channelID>/GotoWaterFlowVelocityScene?format=json-->true </isSupportGotoWaterFlowVelocityScene> <isSupportFlowVelocitySceneCfgList> <!--ro, opt, bool, 是否支持水流流速检测全部场景参数, desc:GET /ISAPI/Event/channels/<channelID>/FlowVelocitySceneCfgList?format=json-->true </isSupportFlowVelocitySceneCfgList> <isSupportSignalTriggerSnap> <!--ro, opt, bool, 是否支持信号触发抓图事件, desc:eventType:SignalTriggerSnap-->true </isSupportSignalTriggerSnap> <isSupportBakeTobaccoAlarmRuleParams> <!--ro, opt, bool, 是否支持烟叶烘烤报警规则参数, desc:GET/PUT /ISAPI/System/TobaccoBakeMgr/BakeTobaccoAlarmRuleParams?format=json-->true </isSupportBakeTobaccoAlarmRuleParams> <isSupportManualTriggerAirCurtainFan> <!--ro, opt, bool, 是否支持手动触发气帘风扇转动, desc:PUT /ISAPI/System/Hardware/channels/<channelID>/ManualTriggerAirCurtainFan?format=json-->true </isSupportManualTriggerAirCurtainFan> <isSupportAirCurtainFanParams> <!--ro, opt, bool, 是否支持气帘风扇配置参数, desc:GET/PUT /ISAPI/System/Hardware/channels/<channelID>/AirCurtainFanParams?format=json-->true </isSupportAirCurtainFanParams> <isSupportModifyFlowVelocityScene> <!--ro, opt, bool, 是否支持修改水流流速检测场景, desc:PUT /ISAPI/Event/channels/<channelID>/ModifyFlowVelocityScene?format=json-->true </isSupportModifyFlowVelocityScene> <isSupportDeleteFlowVelocityScene> <!--ro, opt, bool, 是否支持删除水流流速检测场景, desc:POST /ISAPI/Event/channels/<channelID>/DeleteFlowVelocityScene?format=json-->true </isSupportDeleteFlowVelocityScene> <isSupportAddFlowVelocityScene> <!--ro, opt, bool, 是否支持添加水流流速检测场景, desc:PUT /ISAPI/Event/channels/<channelID>/AddFlowVelocityScene?format=json-->true </isSupportAddFlowVelocityScene> <isSupportFiredoorAccessConfiguration> <!--ro, opt, bool, 是否支持防火门接入参数, desc:GET/PUT /ISAPI/Intelligent/FireSafetyDeviceMgr/FiredoorAccessConfiguration?format=json-->true </isSupportFiredoorAccessConfiguration> <isSupportAcuSeekSpecifications> <!--ro, opt, bool, 是否支持文搜检索规格参数, desc:GET /ISAPI/Intelligent/AcuSeek/AcuSeekSpecifications?format=json-->true </isSupportAcuSeekSpecifications> <isSupportGuardAgainstTheftEvent> <!--ro, opt, bool, 是否支持设备防盗事件, desc:eventType:GuardAgainstTheft-->true </isSupportGuardAgainstTheftEvent> <isSupportFacePassEvent> <!--ro, opt, bool, 是否支持门禁人脸直通事件, desc:eventType:FacePassEvent-->true </isSupportFacePassEvent> <isSupportHomeTriggerParams> <!--ro, opt, bool, 是否支持在家模式联动参数, desc:GET/PUT /ISAPI/System/HomeScene/HomeTriggerParams?format=json-->true </isSupportHomeTriggerParams> <isSupportAwayTriggerParams> <!--ro, opt, bool, 是否支持离家模式联动参数, desc:GET/PUT /ISAPI/System/HomeScene/AwayTriggerParams?format=json-->true </isSupportAwayTriggerParams> <isSupportScheduleParams> <!--ro, opt, bool, 是否支持计划模式参数, desc:GET/PUT /ISAPI/System/HomeScene/ScheduleParams?format=json-->true </isSupportScheduleParams> <isSupportCurrentSceneMode> <!--ro, opt, bool, 是否支持当前场景模式, desc:GET/PUT /ISAPI/System/HomeScene/CurrentSceneMode?format=json-->true </isSupportCurrentSceneMode> <isSupportSearchOperatorUnitSchema> <!--ro, opt, bool, 是否支持查询逻辑运算单元Schema, desc:POST /ISAPI/System/SceneStrategy/SearchOperatorUnitSchema?format=json-->true </isSupportSearchOperatorUnitSchema> <isSupportIntegrationGuidelines> <!--ro, opt, bool, 是否支持获取功能模块集成指导说明, desc:GET /ISAPI/System/IntegrationGuidelines?format=json-->true </isSupportIntegrationGuidelines> <isSupportAcuSeekImageModelList> <!--ro, opt, bool, 是否支持异步批量图片建模, desc:POST /ISAPI/Intelligent/AcuSeek/AcuSeekImageModelList?format=json-->true </isSupportAcuSeekImageModelList> <isSupportSearchAcuSeekImageModeResult> <!--ro, opt, bool, 是否支持查询批量图片建模结果, desc:POST /ISAPI/Intelligent/AcuSeek/SearchAcuSeekImageModeResult?format=json-->true </isSupportSearchAcuSeekImageModeResult> <isSupportGetToolModuleUpgradeStatus> <!--ro, opt, bool, 是否支持获取工具模块升级状态, desc:GET /ISAPI/System/ToolUpgrade/GetToolModuleUpgradeStatus?format=json-->true </isSupportGetToolModuleUpgradeStatus> <isSupportPerimeterVideoRadarFusion> <!--ro, opt, bool, 是否支持周界雷视融合模式, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/PerimeterAlgoMgr/PerimeterVideoRadarFusion?format=json-->true </isSupportPerimeterVideoRadarFusion> <isSupportHeadRiseRateAdvancedCfg> <!--ro, opt, bool, 是否支持抬头率高级参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/HeadRiseRateAdvancedCfg?format=json-->true </isSupportHeadRiseRateAdvancedCfg> <isSupportFishEyeCroppingCfg> <!--ro, opt, bool, 是否支持鱼眼区域裁剪配置, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/FishEyeCroppingCfg?format=json-->true </isSupportFishEyeCroppingCfg> <isSupportPLTOFRecommendation> <!--ro, opt, bool, 是否支持产线TOF检测推荐值, desc:GET /ISAPI/Event/PLTriggerSnap/PLTOFRecommendation?format=json-->true </isSupportPLTOFRecommendation> <isSupportPLTOFParams> <!--ro, opt, bool, 是否支持产线TOF检测参数, desc:GET/PUT /ISAPI/Event/PLTriggerSnap/PLTOFParams?format=json-->true </isSupportPLTOFParams> <isSupportDeletePLScene> <!--ro, opt, bool, 是否支持删除产线场景, desc:POST /ISAPI/Event/PLSmartSceneMgr/channels/<channelID>/DeletePLScene?format=json-->true </isSupportDeletePLScene> <isSupportGotoPLScene> <!--ro, opt, bool, 是否支持跳转产线场景, desc:PUT /ISAPI/Event/PLSmartSceneMgr/channels/<channelID>/GotoPLScene?format=json-->true </isSupportGotoPLScene> <isSupportSavePLScene> <!--ro, opt, bool, 是否支持保存产线场景, desc:POST /ISAPI/Event/PLSmartSceneMgr/channels/<channelID>/SavePLScene?format=json-->true </isSupportSavePLScene> <isSupportPLSceneFunctionRange> <!--ro, opt, bool, 是否支持产线管理功能范围, desc:GET /ISAPI/Event/PLSmartSceneMgr/channels/<channelID>/PLSceneFunctionRange?format=json-->true </isSupportPLSceneFunctionRange> <isSupportPLSceneList> <!--ro, opt, bool, 是否支持产线场景列表, desc:GET /ISAPI/Event/PLSmartSceneMgr/channels/<channelID>/PLSceneList?format=json-->true </isSupportPLSceneList> <isSupportPLVideoOverlayTOFRegion> <!--ro, opt, bool, 是否支持视频通道叠加TOF检测区域参数, desc:GET/PUT /ISAPI/Event/PLTriggerSnap/channels/<channelID>/PLVideoOverlayTOFRegion?format=json-->true </isSupportPLVideoOverlayTOFRegion> <isSupportSearchImageAttributes> <!--ro, opt, bool, 是否支持查询文搜图片属性详情, desc:POST /ISAPI/Intelligent/AcuSeek/SearchImageAttributes?format=json-->true </isSupportSearchImageAttributes> <isSupportPLTriggerSnap> <!--ro, opt, bool, 是否支持产线触发抓图, desc:eventType:PLTriggerSnap-->true </isSupportPLTriggerSnap> <isSupportAlcoholDetectionEvent> <!--ro, opt, bool, 是否支持酒精检测事件, desc:eventType:AlcoholDetectionEvent-->true </isSupportAlcoholDetectionEvent> <isSupportGetPerimeterTargetInfo> <!--ro, opt, bool, 是否支持获取视频画面指定位置目标信息, desc:POST /ISAPI/Intelligent/channels/<channelID>/PerimeterAlgoMgr/GetPerimeterTargetInfo?format=json-->true </isSupportGetPerimeterTargetInfo> <isSupportModifyPLSceneName> <!--ro, opt, bool, 是否支持修改产线场景名称, desc:PUT /ISAPI/Event/PLSmartSceneMgr/channels/<channelID>/ModifyPLSceneName?format=json-->true </isSupportModifyPLSceneName> <isSupportAssociateVideoChannelToDevice> <!--ro, opt, bool, 是否支持关联视频通道至设备, desc:PUT /ISAPI/ContentMgmt/InputProxy/AssociateVideoChannelToDevice?format=json-->true </isSupportAssociateVideoChannelToDevice> <isSupportModifyGasTask> <!--ro, opt, bool, 是否支持修改危险气体检测任务, desc:PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/ModifyGasTask?format=json-->true </isSupportModifyGasTask> <isSupportGasTaskCtrl> <!--ro, opt, bool, 是否支持危险气体检测任务控制, desc:PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/GasTaskCtrl?format=json-->true </isSupportGasTaskCtrl> <isSupportSearchGasTasksRule> <!--ro, opt, bool, 是否支持查询危险气体检测任务规则参数, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/SearchGasTasksRule?format=json-->true </isSupportSearchGasTasksRule> <isSupportSearchGasTasksStatus> <!--ro, opt, bool, 是否支持查询危险气体检测任务执行状态, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/SearchGasTasksStatus?format=json-->true </isSupportSearchGasTasksStatus> <isSupportSearchGasTasksHistoryData> <!--ro, opt, bool, 是否支持查询危险气体检测任务历史数据, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/SearchGasTasksHistoryData?format=json-->true </isSupportSearchGasTasksHistoryData> <isSupportDeleteGasTask> <!--ro, opt, bool, 是否支持删除危险气体检测任务, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/DeleteGasTask?format=json-->true </isSupportDeleteGasTask> <isSupportAllGasTasksInfo> <!--ro, opt, bool, 是否支持危险气体检测全部任务信息, desc:GET /ISAPI/Intelligent/channels/<channelID>/methaneDetection/AllGasTasksInfo?format=json-->true </isSupportAllGasTasksInfo> <isSupportBirdTriggerPresetParams> <!--ro, opt, bool, 是否支持驱鸟预置点联动参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/BirdTriggerPresetParams?format=json-->true </isSupportBirdTriggerPresetParams> <isSupportSearchOVDSnapRule> <!--ro, opt, bool, 是否支持查询指定视频通道下的OVD识别抓拍规则, desc:POST /ISAPI/Intelligent/OVD/SearchOVDSnapRule?format=json-->true </isSupportSearchOVDSnapRule> <isSupportOVDSnapRule> <!--ro, opt, bool, 是否支持OVD识别抓拍规则配置, desc:GET/PUT /ISAPI/Intelligent/OVD/OVDSnapRule?format=json-->true </isSupportOVDSnapRule> <isSupportDualVCARemind> <!--ro, opt, bool, 是否支持智能文搜相机配置(智能信息叠加), desc:GET/PUT /ISAPI/Intelligent/AcuSeek/DualVCARemind?format=json-->true </isSupportDualVCARemind> <isSupportHistoricalTermsExport> <!--ro, opt, bool, 是否支持历史检索记录详情导出, desc:POST /ISAPI/Intelligent/AcuSeek/HistoricalTermsExport?format=json-->true </isSupportHistoricalTermsExport> <isSupportHistoricalTermsCollect> <!--ro, opt, bool, 是否支持历史检索记录采集, desc:GET/PUT /ISAPI/Intelligent/AcuSeek/HistoricalTermsCollect?format=json-->true </isSupportHistoricalTermsCollect> <VMDRelEventType opt="humanBodyComparison"> <!--ro, opt, string, 移动侦测支持关联的事件类型, attr:opt{req, string, 取值范围}, desc:表示设备在上报移动侦测事件(VMD)后,会进行分析后上报与之关联的事件类型-->test </VMDRelEventType> <isSupportSearchTobaccoBakeRecord> <!--ro, opt, bool, 是否支持查询烤烟报警记录, desc:POST /ISAPI/System/TobaccoBakeMgr/SearchTobaccoBakeRecord?format=json-->true </isSupportSearchTobaccoBakeRecord> <isSupportOSActivationStatus> <!--ro, opt, bool, 是否支持操作系统激活状态, desc:GET /ISAPI/System/OSMaintenanceMgr/OSActivationStatus?format=json-->true </isSupportOSActivationStatus> <isSupportRefreshTemporaryPassword> <!--ro, opt, bool, 是否支持刷新临时登录密码, desc:GET /ISAPI/Security/users/RefreshTemporaryPassword?format=json-->true </isSupportRefreshTemporaryPassword> <isSupportSearchHumanStatisticsInfo> <!--ro, opt, bool, 是否支持查询人员统计信息, desc:POST /ISAPI/Event/humanBodyComparison/SearchHumanStatisticsInfo?format=json-->true </isSupportSearchHumanStatisticsInfo> <isSupportSearchHumanCaptureList> <!--ro, opt, bool, 是否支持查询人员抓拍列表, desc:POST /ISAPI/Event/humanBodyComparison/SearchHumanCaptureList?format=json-->true </isSupportSearchHumanCaptureList> <isSupportOSActive> <!--ro, opt, bool, 是否支持操作系统激活, desc:POST /ISAPI/System/OSMaintenanceMgr/OSActive?format=json-->true </isSupportOSActive> <supportMHPlaybackCtrlTypes opt="drawFrame,reverse,forward,playSetTime"> <!--ro, opt, string, 支持媒体头返回的回放控制类型, attr:opt{opt, string, 取值范围}, desc:支持的回放控制类型:drawFrame#抽帧,reverse#倒放,forward#正放,playSetTime#回放定位; 当用户通过HCNetSDK进行按时间回放(接口:NET_DVR_PlayBackByTime_V50),并开启返回媒体头使能(字段:byReturnedMediaHeaders);主要用于流媒体库集成优化。 当用户在回放控制中下发抽帧、倒放、正放等回放控制命令后,设备在返回对应码流前会携带40字节媒体头,用户可通过回放回调函数中接受到40字节媒体头后,清空已有码流缓存,并重新播放新收到的码流。-->drawFrame </supportMHPlaybackCtrlTypes> <isSupportPlaybackSeekOverStart> <!--ro, opt, bool, 按时间回放支持定位时间点超过开始时间(私有协议), desc:对应playSetTime#回放定位。应用场景:当用户通过私有协议进行按时间回放(接口:NET_DVR_PlayBackByTime_V50)时,开始回放时下发的时间范围为A~B,回放定位时下发的时间C在A之前时,设备支持将C当成新的开始时间,并按新时间范围C~B进行回放推流-->false </isSupportPlaybackSeekOverStart> <isSupportRTSPPlaybackSeekOverStart> <!--ro, opt, bool, 按时间回放支持定位时间点超过开始时间(RTSP协议), desc:对应RTSP PLAY命令。应用场景:当用户通过RTSP协议进行按时间回放时,开始回放时下发的时间范围为A~B,回放定位时下发的时间C在A之前时,设备支持将C当成新的开始时间,并按新时间范围C~B进行回放推流-->false </isSupportRTSPPlaybackSeekOverStart> <isSupportAddGasTask> <!--ro, opt, bool, 是否支持创建危险气体检测任务, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/AddGasTask?format=json-->true </isSupportAddGasTask> <isSupportExecuteNumberReset> <!--ro, opt, bool, 是否支持危险气体检测任务执行次数手动清零, desc:PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/ExecuteNumberReset?format=json-->true </isSupportExecuteNumberReset> <isSupportPushStreamMode> <!--ro, opt, bool, 是否支持控制接入设备推流模式(降低能耗和流量), desc:GET/PUT /ISAPI/Streaming/PushStreamMode?format=json-->true </isSupportPushStreamMode> <isSupportResetMode> <!--ro, opt, bool, 是否支持设备物理恢复按键模式, desc:GET/PUT /ISAPI/System/ResetMode?format=json-->true </isSupportResetMode> <isSupportSearchFineTuningImage> <!--ro, opt, bool, 是否支持查询模型微调图片, desc:POST /ISAPI/Intelligent/ModelFineTuning/SearchFineTuningImage?format=json-->true </isSupportSearchFineTuningImage> <isSupportDevDeclaration> <!--ro, opt, bool, 是否支持查询声明信息, desc:POST /ISAPI/Intelligent/AcuSeek/DevDeclaration?format=json-->true </isSupportDevDeclaration> <isSupportGasCombinationRuleTemplate> <!--ro, opt, bool, 是否支持危险气体组合检测模板, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/GasCombinationRuleTemplate?format=json-->true </isSupportGasCombinationRuleTemplate> <isSupportGetGasTypeRange> <!--ro, opt, bool, 是否支持获取设备支持危险气体类型范围, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/GetGasTypeRange?format=json-->true </isSupportGetGasTypeRange> <isSupportReCheckCfg> <!--ro, opt, bool, 是否支持定时抓拍二次复核配置, desc:GET/PUT /ISAPI/Snapshot/ReCheckCfg?format=json-->true </isSupportReCheckCfg> <isSupportGasSpectrumRealTimeData> <!--ro, opt, bool, 是否支危险气体光谱实时数据上报, desc:eventType:GasSpectrumRealTimeData-->true </isSupportGasSpectrumRealTimeData> <isSupportAIOUpgrade> <!--ro, opt, bool, 是否支持一体机设备软硬件升级, desc:/ISAPI/System/AIO/Upgrade-->true </isSupportAIOUpgrade> <isSupportCraneCollisionAlertRule> <!--ro, opt, bool, 是否支持天车防碰撞检测规则, desc:GET/PUT /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/CraneCollisionAlertRule?format=json-->true </isSupportCraneCollisionAlertRule> <isSupportCraneCollisionAdvanceParams> <!--ro, opt, bool, 是否支持天车防碰撞检测高级参数, desc:GET/PUT /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/CraneCollisionAdvanceParams?format=json-->true </isSupportCraneCollisionAdvanceParams> <isSupportCraneCollisionAlertUpload> <!--ro, opt, bool, 是否支持天车防碰撞检测信息上报参数, desc:GET/PUT /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/CraneCollisionAlertUpload?format=json-->true </isSupportCraneCollisionAlertUpload> <isSupportCraneCollisionAlertOverlapParams> <!--ro, opt, bool, 是否支持天车防碰撞检测媒体叠加参数, desc:GET/PUT /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/CraneCollisionAlertOverlapParams?format=json-->true </isSupportCraneCollisionAlertOverlapParams> <isSupportSearchExampleKeyword> <!--ro, opt, bool, 是否支持查询文搜示例词条, desc:POST /ISAPI/Intelligent/AcuSeek/SearchExampleKeyword?format=json-->true </isSupportSearchExampleKeyword> <isSupportStartHookCalibrating> <!--ro, opt, bool, 是否支持开始吊钩检测区域标定, desc:PUT /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/StartHookCalibrating?format=json-->true </isSupportStartHookCalibrating> <isSupportGetHookCalibratingStatus> <!--ro, opt, bool, 是否支持获取天车吊钩检测区域标定状态, desc:GET /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/GetHookCalibratingStatus?format=json-->true </isSupportGetHookCalibratingStatus> <isSupportCraneCollisionAlert> <!--ro, opt, bool, 是否支持天车防碰撞检测目标跨区域报警事件, desc:eventType:CraneCollisionAlert-->true </isSupportCraneCollisionAlert> <isSupportCraneCollisionRegionStatus> <!--ro, opt, bool, 是否支持天车防碰撞检测区域状态定时上报, desc:eventType:CraneCollisionRegionStatus-->true </isSupportCraneCollisionRegionStatus> <isSupportSearchEventUnitCap> <!--ro, opt, bool, 是否支持查询事件单元能力, desc:POST /ISAPI/System/SceneStrategy/SearchEventUnitCap?format=json-->true </isSupportSearchEventUnitCap> <isSupportAddEventInputUnit> <!--ro, opt, bool, 是否支持添加事件输入单元, desc:POST /ISAPI/System/SceneStrategy/AddEventInputUnit?format=json-->true </isSupportAddEventInputUnit> <isSupportDeleteEventInputUnit> <!--ro, opt, bool, 是否支持删除事件输入单元, desc:POST /ISAPI/System/SceneStrategy/DeleteEventInputUnit?format=json-->true </isSupportDeleteEventInputUnit> <isSupportDeleteEventOutputUnit> <!--ro, opt, bool, 是否支持删除事件输出单元, desc:POST /ISAPI/System/SceneStrategy/DeleteEventOutputUnit?format=json-->true </isSupportDeleteEventOutputUnit> <isSupportAddEventOutputUnit> <!--ro, opt, bool, 是否支持添加事件输出单元, desc:POST /ISAPI/System/SceneStrategy/AddEventOutputUnit?format=json-->true </isSupportAddEventOutputUnit> <isSupportGetHookDistance> <!--ro, opt, bool, 是否支持获取相机至吊钩距离, desc:GET /ISAPI/Event/CraneCollisionAlert/channels/<channelID>/GetHookDistance?format=json-->true </isSupportGetHookDistance> <isSupportWSUpgrade> <!--ro, opt, bool, 设备是否支持websocket方式进行设备升级, desc:基于websocket标准RFC 6455,使用websocket完成设备升级包,当前用于后端产品升级包大于4G场景,涉及接口:/ISAPI/System/updateFirmware-->true </isSupportWSUpgrade> <isSupportUpdateFineTuningSynonym> <!--ro, opt, bool, 是否支持更新文本微调同义词, desc:POST /ISAPI/Intelligent/ModelFineTuning/UpdateFineTuningSynonym?format=json-->true </isSupportUpdateFineTuningSynonym> <isSupportCommonGasParams> <!--ro, opt, bool, 是否支持常用危险气体信息, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/CommonGasParams?format=json-->true </isSupportCommonGasParams> <isSupportAddGasCombinationRuleTemplate> <!--ro, opt, bool, 是否支持添加危险气体组合检测模板, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/AddGasCombinationRuleTemplate?format=json-->true </isSupportAddGasCombinationRuleTemplate> <isSupportModifyGasCombinationRuleTemplate> <!--ro, opt, bool, 是否支持修改危险气体组合检测模板, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/ModifyGasCombinationRuleTemplate?format=json-->true </isSupportModifyGasCombinationRuleTemplate> <isSupportDeleteGasCombinationRuleTemplateList> <!--ro, opt, bool, 是否支持批量删除危险气体组合检测模板, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/DeleteGasCombinationRuleTemplateList?format=json-->true </isSupportDeleteGasCombinationRuleTemplateList> <isSupportInOutConfigParams> <!--ro, opt, bool, 是否支持输出输出模块配置参数, desc:GET/PUT /ISAPI/System/InOutModuleMgr/InOutConfigParams?format=json-->true </isSupportInOutConfigParams> <isSupportSeachInOutStatusInfo> <!--ro, opt, bool, 是否支持查询输入输出模块状态信息, desc:POST /ISAPI/System/InOutModuleMgr/SeachInOutStatusInfo?format=json-->true </isSupportSeachInOutStatusInfo> <isSupportSearchGasCombinationRuleTemplateList> <!--ro, opt, bool, 是否支持查询危险气体组合检测模板, desc:POST /ISAPI/Intelligent/channels/<channelID>/methaneDetection/SearchGasCombinationRuleTemplateList?format=json-->true </isSupportSearchGasCombinationRuleTemplateList> <isSupportInputModuleParams> <!--ro, opt, bool, 是否支持输入模块配置参数, desc:GET/PUT /ISAPI/System/InputModuleMgr/InputModuleParams?format=json-->true </isSupportInputModuleParams> <isSupportOutletDetectionParams> <!--ro, opt, bool, 是否支持插座报警监测参数, desc:GET/PUT /ISAPI/System/OutletControl/OutletDetectionParams?format=json-->true </isSupportOutletDetectionParams> <isSupportOutletConfigParams> <!--ro, opt, bool, 是否支持插座配置参数, desc:GET/PUT /ISAPI/System/OutletControl/OutletConfigParams?format=json-->true </isSupportOutletConfigParams> <isSupportOutletTriggerParams> <!--ro, opt, bool, 是否支持插座报警联动参数, desc:GET/PUT /ISAPI/System/OutletControl/OutletTriggerParams?format=json-->true </isSupportOutletTriggerParams> <isSupportSearchOutletStatusInfo> <!--ro, opt, bool, 是否支持查询插座状态信息, desc:POST /ISAPI/System/OutletControl/SearchOutletStatusInfo?format=json-->true </isSupportSearchOutletStatusInfo> <isSupportScenarioAwareTrigger> <!--ro, opt, bool, 是否支持场景结构化手动检测, desc:POST /ISAPI/Event/ScenarioAware/channels/<channelID>/ScenarioAwareTrigger?format=json-->true </isSupportScenarioAwareTrigger> <isSupportScenarioAwareOverlapParams> <!--ro, opt, bool, 是否支持场景结构化媒体叠加参数, desc:GET/PUT /ISAPI/Event/ScenarioAware/channels/<channelID>/ScenarioAwareOverlapParams?format=json-->true </isSupportScenarioAwareOverlapParams> <isSupportScenarioAwareRuleParams> <!--ro, opt, bool, 是否支持场景结构化规则参数, desc:GET/PUT /ISAPI/Event/ScenarioAware/channels/<channelID>/ScenarioAwareRuleParams?format=json-->true </isSupportScenarioAwareRuleParams> <isSupportSeachInModuleStatusInfo> <!--ro, opt, bool, 是否支持获取输入模块状态信息, desc:POST /ISAPI/System/InputModuleMgr/SeachInModuleStatusInfo?format=json-->true </isSupportSeachInModuleStatusInfo> <isSupportClippedSystemCapCtrl> <!--ro, opt, bool, 是否支持适配HCP2.6版本的系统能力裁剪控制, desc:GET/PUT /ISAPI/System/ClippedSystemCapCtrl?format=json-->true </isSupportClippedSystemCapCtrl> <isSupportTestPicSearchByTextChannel> <!--ro, opt, bool, 是否支持探测设备以文搜图关联通道是否生效, desc:POST /ISAPI/Intelligent/AcuSeek/TestPicSearchByTextChannel?format=json-->true </isSupportTestPicSearchByTextChannel> <isSupportRedirectStorageUrlEvent> <!--ro, opt, bool, 是否支持重定向存储URL结果事件, desc:eventType:RedirectStorageUrlEvent-->true </isSupportRedirectStorageUrlEvent> <isSupportGetChallengeV3> <!--ro, opt, bool, 是否支持获取随机串(V3), desc:POST /ISAPI/System/activate/GetChallengeV3?format=json-->true </isSupportGetChallengeV3> <isSupportStartActivateV3> <!--ro, opt, bool, 是否支持激活设备(V3), desc:POST /ISAPI/System/activate/StartActivateV3?format=json-->true </isSupportStartActivateV3> <isSupportManualTriggerAlarm> <!--ro, opt, bool, 是否支持手动触发避障告警, desc:PUT /ISAPI/System/ObstacleAvoidance/ManualTriggerAlarm?format=json-->true </isSupportManualTriggerAlarm> <isSupportModifyInOutModuleParams> <!--ro, opt, bool, 是否支持批量配置输入输出模块参数, desc:POST /ISAPI/System/InOutModuleMgr/ModifyInOutModuleParams?format=json-->true </isSupportModifyInOutModuleParams> <isSupportModifyInModuleParams> <!--ro, opt, bool, 是否支持批量配置输入模块参数, desc:POST /ISAPI/System/InputModuleMgr/ModifyInModuleParams?format=json-->true </isSupportModifyInModuleParams> <isSupportStopWebrtcPreview> <!--ro, opt, bool, 是否支持webrtc实时预览会话结束, desc:POST /ISAPI/Streaming/channels/<channelID>/StopWebrtcPreview?format=json-->true </isSupportStopWebrtcPreview> <isSupportStartWebrtcPreview> <!--ro, opt, bool, 是否支持webrtc 实时预览会话初始化, desc:POST /ISAPI/Streaming/channels/<channelID>/StartWebrtcPreview?format=json-->true </isSupportStartWebrtcPreview> <isSupportStartWebrtcPreviewPush> <!--ro, opt, bool, 是否支持webrtc实时预览开始推流, desc:POST /ISAPI/Streaming/channels/<channelID>/StartWebrtcPreviewPush?format=json-->true </isSupportStartWebrtcPreviewPush> <isSupportRestoreDebugLogCfg> <!--ro, opt, bool, 是否支持恢复调试日志默认参数, desc:PUT /ISAPI/ContentMgmt/RestoreDebugLogCfg?format=json-->true </isSupportRestoreDebugLogCfg> <isSupportModifyTriggerParams> <!--ro, opt, bool, 是否支持批量配置插座报警联动参数, desc:POST /ISAPI/System/OutletControl/ModifyTriggerParams?format=json-->true </isSupportModifyTriggerParams> <isSupportModifyDetectionParams> <!--ro, opt, bool, 是否支持批量配置插座报警监测参数, desc:POST /ISAPI/System/OutletControl/ModifyDetectionParams?format=json-->true </isSupportModifyDetectionParams> <isSupportGetControllerStatus> <!--ro, opt, bool, 是否支持获取控制器状态, desc:POST /ISAPI/System/TobaccoBakeMgr/GetControllerStatus?format=json-->true </isSupportGetControllerStatus> <isSupportHotStandbyEvent> <!--ro, opt, bool, 是否支持热备事件, desc:eventType:HotStandbyEvent-->true </isSupportHotStandbyEvent> <isSupportGetDeviceTamperClearAlarm> <!--ro, opt, bool, 是否支持获取设备防拆消警状态, desc:GET /ISAPI/System/GetDeviceTamperClearAlarm?format=json-->true </isSupportGetDeviceTamperClearAlarm> <isSupportSendDeviceTamperClearAlarm> <!--ro, opt, bool, 是否支持下发设备防拆消警, desc:POST /ISAPI/System/SendDeviceTamperClearAlarm?format=json-->true </isSupportSendDeviceTamperClearAlarm> <isSupportGetScenarioAwareRunStatus> <!--ro, opt, bool, 是否支持获取场景结构化识别运行状态, desc:GET /ISAPI/Event/ScenarioAware/channels/<channelID>/GetScenarioAwareRunStatus?format=json-->true </isSupportGetScenarioAwareRunStatus> <isSupportStartFullSpectrumCalibration> <!--ro, opt, bool, 是否支持开始全光谱校准, desc:POST /ISAPI/System/SpectrumCalibration/StartFullSpectrumCalibration?format=json-->true </isSupportStartFullSpectrumCalibration> <isSupportGetFullCalibrationResult> <!--ro, opt, bool, 是否支持获取全光谱校准核验结果, desc:GET /ISAPI/System/SpectrumCalibration/GetFullCalibrationResult?format=json-->true </isSupportGetFullCalibrationResult> <isSupportSendPointCalibrationCmd> <!--ro, opt, bool, 是否支持下发点校准命令, desc:POST /ISAPI/System/SpectrumCalibration/SendPointCalibrationCmd?format=json-->true </isSupportSendPointCalibrationCmd> <isSupportGetPointCalibrationResult> <!--ro, opt, bool, 是否支持获取点校准结果, desc:POST /ISAPI/System/SpectrumCalibration/GetPointCalibrationResult?format=json-->true </isSupportGetPointCalibrationResult> <isSupportRestoreFullSpectrumModel> <!--ro, opt, bool, 是否支持恢复全光谱校准模型, desc:POST /ISAPI/System/SpectrumCalibration/RestoreFullSpectrumModel?format=json-->true </isSupportRestoreFullSpectrumModel> <isSupportLectureSpeechTransParams> <!--ro, opt, bool, 是否支持授课语音转写参数, desc:GET/PUT /ISAPI/Event/LectureSpeechTrans/LectureSpeechTransParams?format=json-->true </isSupportLectureSpeechTransParams> <isSupportAutoCalibrateStatus> <!--ro, opt, bool, 是否支持楼层高度自动化校准状态上报, desc:eventType:AutoCalibrateStatus-->true </isSupportAutoCalibrateStatus> <isSupportAlgorithmOrch> <!--ro, opt, bool, 是否支持算法编排, desc:对应/ISAPI/System/AlgorithmOrch/capabilities?format=json-->true </isSupportAlgorithmOrch> <isSupportGroupDeviceRunningDataUpload> <!--ro, opt, bool, 是否支持通道组设备运行数据上传事件, desc:eventType:GroupDeviceRunningDataUpload-->true </isSupportGroupDeviceRunningDataUpload> <isSupportGroupDeviceRelatedComponentsStatus> <!--ro, opt, bool, 是否支持通道组设备相关器件状态事件, desc:eventType:GroupDeviceRelatedComponentsStatus-->true </isSupportGroupDeviceRelatedComponentsStatus> <isSupportImageSecurityCheck> <!--ro, opt, bool, 是否支持安检过包图片分析结果上报, desc:eventType:ImageSecurityCheck-->true </isSupportImageSecurityCheck> <isSupportShipStatisticsRuleParams> <!--ro, opt, bool, 是否支持区域船只统计规则配置, desc:GET/PUT /ISAPI/Event/RegionalShipStatistics/channels/<channelID>/ShipStatisticsRuleParams?format=json-->true </isSupportShipStatisticsRuleParams> <isSupportShipIllegalParkingRuleParams> <!--ro, opt, bool, 是否支持船只违停检测规则配置, desc:GET/PUT /ISAPI/Event/ShipViolation/channels/<channelID>/ShipIllegalParkingRuleParams?format=json-->true </isSupportShipIllegalParkingRuleParams> <isSupportShipDetectionAlgVersion> <!--ro, opt, bool, 是否支持船只检测算法版本, desc:GET /ISAPI/Event/ShipAlgMgr/channels/<channelID>/ShipDetectionAlgVersion?format=json-->true </isSupportShipDetectionAlgVersion> <isSupportSearchSafeModeEntryRecord> <!--ro, opt, bool, 是否支持查询设备进入安全模式记录, desc:POST /ISAPI/System/dataAware/SearchSafeModeEntryRecord?format=json-->true </isSupportSearchSafeModeEntryRecord> <isSupportModifytDragCalibrationStatus> <!--ro, opt, bool, 是否支持设置拖动校准状态, desc:PUT /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/ModifytDragCalibrationStatus?format=json-->true </isSupportModifytDragCalibrationStatus> <isSupportGunCalibrateMode> <!--ro, opt, bool, 是否支持校枪模式, desc:GET /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/GunCalibrateMode?format=json-->true </isSupportGunCalibrateMode> <isSupportBirdMonitoringRuleParams> <!--ro, opt, bool, 是否支持驱鸟监测规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/BirdMonitoringRuleParams?format=json-->true </isSupportBirdMonitoringRuleParams> <isSupportBirdMonitoringAdvancedParams> <!--ro, opt, bool, 是否支持驱鸟监测高级参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/BirdMonitoringAdvancedParams?format=json-->true </isSupportBirdMonitoringAdvancedParams> <isSupportSystemBasicReset> <!--ro, opt, bool, 是否支持设备系统恢复默认设置, desc:POST /ISAPI/System/SystemBasicReset?format=json-->true </isSupportSystemBasicReset> <isSupportGetMNTServiceAuthFile> <!--ro, opt, bool, 是否支持获取设备运维服务告知书, desc:GET /ISAPI/System/GetMNTServiceAuthFile?format=json-->true </isSupportGetMNTServiceAuthFile> <isSupportSearchAcuSeekFullLabel> <!--ro, opt, bool, 是否支持分页查询文搜全量词条标签, desc:POST /ISAPI/Intelligent/AcuSeek/SearchAcuSeekFullLabel?format=json-->true </isSupportSearchAcuSeekFullLabel> <isSupportSearchAcuSeekType> <!--ro, opt, bool, 是否支持查询文搜一级词条类型, desc:POST /ISAPI/Intelligent/AcuSeek/SearchAcuSeekType?format=json-->true </isSupportSearchAcuSeekType> <isSupportShipIllegalParking> <!--ro, opt, bool, 是否支持船只违停事件上报, desc:eventType:ShipIllegalParking-->true </isSupportShipIllegalParking> <isSupportRegionalShipStatistics> <!--ro, opt, bool, 是否支持区域船只统计事件上报, desc:eventType:RegionalShipStatistics-->true </isSupportRegionalShipStatistics> <isSupportGetShootTablePositionRange> <!--ro, opt, bool, 是否支持获取射表坐标位置范围, desc:GET /ISAPI/Smart/VideoGunsightCalibration/channels/<channelID>/GetShootTablePositionRange?format=json-->true </isSupportGetShootTablePositionRange> <isSupportShipDetectionOverlapParams> <!--ro, opt, bool, 是否支持船只检测媒体叠加参数, desc:GET/PUT /ISAPI/Event/ShipAlgMgr/channels/<channelID>/ShipDetectionOverlapParams?format=json-->true </isSupportShipDetectionOverlapParams> <isSupportDryWetBallTempParams> <!--ro, opt, bool, 是否支持干湿球温度参数, desc:GET /ISAPI/System/TobaccoBakeMgr/DryWetBallTempParams?format=json-->true </isSupportDryWetBallTempParams> <isSupportControllerCap> <!--ro, opt, bool, 是否支持主备控制器功能支持能力, desc:GET /ISAPI/System/ControllerCap?format=json-->true </isSupportControllerCap> <isSupportExportCrossData> <!--ro, opt, bool, 是否支持导出水流断面数据, desc:POST /ISAPI/Event/ExportCrossData?format=json-->true </isSupportExportCrossData> <isSupportImportCrossData> <!--ro, opt, bool, 是否支持导入水流断面数据, desc:POST /ISAPI/Event/ImportCrossData?format=json-->true </isSupportImportCrossData> <isSupportSearchRestrictedText> <!--ro, opt, bool, 是否支持查询限制文本, desc:POST /ISAPI/Intelligent/AcuSeek/SearchRestrictedText?format=json-->true </isSupportSearchRestrictedText> <isSupportDeleteRestrictedText> <!--ro, opt, bool, 是否支持删除限制文本, desc:POST /ISAPI/Intelligent/AcuSeek/DeleteRestrictedText?format=json-->true </isSupportDeleteRestrictedText> <isSupportModifyRestrictedText> <!--ro, opt, bool, 是否支持修改限制文本, desc:PUT /ISAPI/Intelligent/AcuSeek/ModifyRestrictedText?format=json-->true </isSupportModifyRestrictedText> <isSupportAddRestrictedText> <!--ro, opt, bool, 是否支持新增限制文本, desc:POST /ISAPI/Intelligent/AcuSeek/AddRestrictedText?format=json-->true </isSupportAddRestrictedText> <isSupportSwitchScheduleParams> <!--ro, opt, bool, 是否支持开合闸定时计划, desc:GET/PUT /ISAPI/System/OutletControl/SwitchScheduleParams?format=json-->true </isSupportSwitchScheduleParams> <isSupportFlowVelocityPatrol> <!--ro, opt, bool, 是否支持水流流速检测巡检规则参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/FlowVelocityPatrol?format=json-->true </isSupportFlowVelocityPatrol> <isSupportOutletOfflineShieldParams> <!--ro, opt, bool, 是否支持插座离线屏蔽参数, desc:GET/PUT /ISAPI/System/OutletControl/OutletOfflineShieldParams?format=json-->true </isSupportOutletOfflineShieldParams> <isSupportWaterFlowAlgorithmParams> <!--ro, opt, bool, 是否支持水流检测算法参数, desc:GET/PUT /ISAPI/Event/channels/<channelID>/WaterFlowAlgorithmParams?format=json-->true </isSupportWaterFlowAlgorithmParams> <isSupportAudioRecordParams> <!--ro, opt, bool, 是否支持音频录制参数, desc:GET/PUT /ISAPI/System/RecordAudio/AudioIn/<AudioInID>/AudioRecordParams?format=json-->true </isSupportAudioRecordParams> <isSupportAudioRecordCodingParams> <!--ro, opt, bool, 是否支持音频录制编码参数, desc:GET/PUT /ISAPI/System/RecordAudio/AudioIn/<AudioInID>/AudioRecordCodingParams?format=json-->true </isSupportAudioRecordCodingParams> <isSupportTECSelfCheckParams> <!--ro, opt, bool, 是否支持TEC自检参数, desc:GET/PUT /ISAPI/System/TECStatusDetection/TECSelfCheckParams?format=json-->true </isSupportTECSelfCheckParams> <isSupportTECWorkException> <!--ro, opt, bool, 是否支持TEC工作异常事件, desc:eventType:TECWorkException-->true </isSupportTECWorkException> <isSupportSearchWaterFlowAlarmData> <!--ro, opt, bool, 是否支持查询水流报警数据, desc:POST /ISAPI/Event/channels/<channelID>/SearchWaterFlowAlarmData?format=json-->true </isSupportSearchWaterFlowAlarmData> <isSupportHumidityRecovery> <!--ro, opt, bool, 是否支持湿度告警恢复事件, desc:HumidityRecovery-->true </isSupportHumidityRecovery> <isSupportControlOutlet> <!--ro, opt, bool, 是否支持插座控制, desc:POST /ISAPI/System/OutletControl/ControlOutlet?format=json-->true </isSupportControlOutlet> <isSupportExpresswayDetection> <!--ro, opt, bool, 是否支持高速检测事件, desc:ExpresswayDetection-->true </isSupportExpresswayDetection> <isSupportEnhancement> <!--ro, opt, bool, 是否支持分析模式增强, desc:GET/PUT /ISAPI/Intelligent/ImageAnalysisMode/Enhancement?format=json-->true </isSupportEnhancement> <isSupportPrivacyInfoCtrl> <!--ro, opt, bool, 是否支持日志隐私信息配置, desc:GET/PUT /ISAPI/ContentMgmt/PrivacyInfoCtrl?format=json-->true </isSupportPrivacyInfoCtrl> <isSupportSearchLocalAnalysisStatus> <!--ro, opt, bool, 是否支持查询后智能分析状态, desc:POST /ISAPI/Intelligent/ImageAnalysisMode/SearchLocalAnalysisStatus?format=json-->true </isSupportSearchLocalAnalysisStatus> <isSupportScenarioAware> <!--ro, opt, bool, 是否支持场景结构化识别事件, desc:ScenarioAware-->true </isSupportScenarioAware> <isSupportSitAndReach> <!--ro, opt, bool, 是否支持坐位体前屈事件, desc:SitAndReach-->true </isSupportSitAndReach> <isSupportDisplayDevModeSwitch> <!--ro, opt, bool, 是否支持拼控设备模式切换事件, desc:DisplayDevModeSwitch-->true </isSupportDisplayDevModeSwitch> <isSupportDeleteAcuSeekData> <!--ro, opt, bool, 是否支持删除文搜数据, desc:POST /ISAPI/Intelligent/AcuSeek/DeleteAcuSeekData?format=json-->true </isSupportDeleteAcuSeekData> <isSupportGetAcuSeekDataDeleteStatus> <!--ro, opt, bool, 是否支持获取文搜数据删除状态, desc:GET /ISAPI/Intelligent/AcuSeek/GetAcuSeekDataDeleteStatus?format=json-->true </isSupportGetAcuSeekDataDeleteStatus> <isSupportAudioRecordUploadParams> <!--ro, opt, bool, 是否支持录音上传参数, desc:GET/PUT /ISAPI/System/RecordAudio/AudioIn/<AudioInID>/AudioRecordUploadParams?format=json-->true </isSupportAudioRecordUploadParams> <isSupportPLTriggerSnapRuleParams> <!--ro, opt, bool, 是否支持产线触发抓图规则参数, desc:GET/PUT /ISAPI/Event/PLTriggerSnap/PLTriggerSnapRuleParams?format=json-->true </isSupportPLTriggerSnapRuleParams> <isSupportModelFineTuningGuide> <!--ro, opt, bool, 是否支持文本微调首次引导状态, desc:GET/PUT /ISAPI/Intelligent/ModelFineTuning/ModelFineTuningGuide?format=json-->true </isSupportModelFineTuningGuide> <isSupportOneClickSetMatReferencePosition> <!--ro, opt, bool, 是否支持一键设置桌垫基准位置, desc:PUT /ISAPI/Event/DeskMatOffsetDetection/channels/<channelID>/OneClickSetMatReferencePosition?format=json-->true </isSupportOneClickSetMatReferencePosition> <isSupportDeskMatDetectionParams> <!--ro, opt, bool, 是否支持桌垫检测规则参数, desc:GET/PUT /ISAPI/Event/DeskMatOffsetDetection/channels/<channelID>/DeskMatDetectionParams?format=json-->true </isSupportDeskMatDetectionParams> <isSupportDeskMatOffsetReferencePosition> <!--ro, opt, bool, 是否支持桌垫基准位置手动配置参数, desc:GET/PUT /ISAPI/Event/DeskMatOffsetDetection/channels/<channelID>/DeskMatOffsetReferencePosition?format=json-->true </isSupportDeskMatOffsetReferencePosition> <isSupportDeskMatRealTimePosition> <!--ro, opt, bool, 是否支持桌垫实时位置, desc:GET /ISAPI/Event/DeskMatOffsetDetection/channels/<channelID>/DeskMatRealTimePosition?format=json-->true </isSupportDeskMatRealTimePosition> <isSupportDeskMatOffsetParams> <!--ro, opt, bool, 是否支持桌垫偏移检测规则参数, desc:GET/PUT /ISAPI/Event/DeskMatOffsetDetection/channels/<channelID>/DeskMatOffsetParams?format=json-->true </isSupportDeskMatOffsetParams> <isSupportDeskMatOffset> <!--ro, opt, bool, 是否支持桌垫偏移检测事件, desc:eventType:DeskMatOffset-->true </isSupportDeskMatOffset> <isSupportSubstationDoorCloseException> <!--ro, opt, bool, 是否支持箱门闭合异常事件上报, desc:eventType:SubstationDoorCloseException-->true </isSupportSubstationDoorCloseException> <isSupportDailyRainfallEvent> <!--ro, opt, bool, 是否支持日降雨量告警事件上报, desc:eventType:DailyRainfallEvent-->true </isSupportDailyRainfallEvent> <isSupportDailyRainfallTelemeter> <!--ro, opt, bool, 是否支持日降雨量遥测事件上报, desc:eventType:DailyRainfallTelemeter-->true </isSupportDailyRainfallTelemeter> <isSupportSearchAcuSeekModeling> <!--ro, opt, bool, 是否支持查询文搜建模信息, desc:POST /ISAPI/Intelligent/AcuSeek/SearchAcuSeekModeling?format=json-->true </isSupportSearchAcuSeekModeling> <isSupportAcuSeekModelingResult> <!--ro, opt, bool, 是否支持获取文搜建模信息结果, desc:POST /ISAPI/Intelligent/AcuSeek/AcuSeekModelingResult?format=json-->true </isSupportAcuSeekModelingResult> <isSupportSearchModelingTaskStatus> <!--ro, opt, bool, 是否支持获取文搜建模状态, desc:POST /ISAPI/Intelligent/AcuSeek/SearchModelingTaskStatus?format=json-->true </isSupportSearchModelingTaskStatus> <isSupportSpeckleLightParams> <!--ro, opt, bool, 是否支持散斑灯配置, desc:GET/PUT /ISAPI/System/SpeckleLight/SpeckleLightParams?format=json-->true </isSupportSpeckleLightParams> <isSupportUpgradeConfirm> <!--ro, opt, bool, 是否支持升级二次确认, desc:当前后端文搜产品,因算法版本不兼容,设备升级后会导致存量数据需重新建模,故增加客户二次确认流程-->true </isSupportUpgradeConfirm> <isSupportSendUpgradeConfirmCmd> <!--ro, opt, bool, 是否支持下发升级二次确认命令, desc:POST /ISAPI/System/SendUpgradeConfirmCmd?format=json-->true </isSupportSendUpgradeConfirmCmd> <isSupportGetUpgradeConfirmPrompt> <!--ro, opt, bool, 是否支持获取升级二次确认提示信息, desc:POST /ISAPI/System/GetUpgradeConfirmPrompt?format=json-->true </isSupportGetUpgradeConfirmPrompt> <isSupportShortcutList> <!--ro, opt, bool, 是否支持设备支持的WebSSH快捷指令列表, desc:GET /ISAPI/System/WebSSHMgr/ShortcutList?format=json, ShortcutList-->true </isSupportShortcutList> <isSupportOutputControl> <!--ro, opt, bool, 是否支持输出控制, desc:POST /ISAPI/System/InOutModuleMgr/OutputControl?format=json-->true </isSupportOutputControl> <isSupportResourceData> <!--ro, opt, bool, 是否支导出设备资源信息, desc:1、GET /ISAPI/System/resourceData;2、导出的信息包含shell调试信息等,用于研发排查问题用-->true </isSupportResourceData> <isSupportPerimeterAlgoDetectionTargetModeParams> <!--ro, opt, bool, 是否支持周界算法检测目标模式切换, desc:GET/PUT /ISAPI/Intelligent/PerimeterAlgoMgr/PerimeterAlgoDetectionTargetModeParams?format=json-->true </isSupportPerimeterAlgoDetectionTargetModeParams> <isSupportVCAResourceSceneModeParams> <!--ro, opt, bool, 是否支持智能场景模式切换, desc:GET/PUT /ISAPI/System/VCAResource/VCAResourceSceneModeParams?format=json-->true </isSupportVCAResourceSceneModeParams> <isSupportDoorStatusSceneList> <!--ro, opt, bool, 是否支持箱门状态检测场景列表, desc:GET /ISAPI/Event/SubstationDoorStatus/channels/<channelID>/DoorStatusSceneList?format=json-->true </isSupportDoorStatusSceneList> <isSupportTriggerDoorStatus> <!--ro, opt, bool, 是否支持手动触发指定场景箱门状态, desc:PUT /ISAPI/Event/SubstationDoorStatus/channels/<channelID>/TriggerDoorStatus?format=json-->true </isSupportTriggerDoorStatus> <isSupportModifyDoorStatusScene> <!--ro, opt, bool, 是否支持修改箱门状态检测场景, desc:PUT /ISAPI/Event/SubstationDoorStatus/channels/<channelID>/ModifyDoorStatusScene?format=json-->true </isSupportModifyDoorStatusScene> <isSupportDeleteDoorStatusScene> <!--ro, opt, bool, 是否支持删除箱门状态检测场景, desc:PUT /ISAPI/Event/SubstationDoorStatus/channels/<channelID>/DeleteDoorStatusScene?format=json-->true </isSupportDeleteDoorStatusScene> <isSupportAddDoorStatusScene> <!--ro, opt, bool, 是否支持添加箱门状态检测场景, desc:PUT /ISAPI/Event/SubstationDoorStatus/channels/<channelID>/AddDoorStatusScene?format=json-->true </isSupportAddDoorStatusScene> <isSupportMethaneDetectionModuleSwitchRule> <!--ro, opt, bool, 是否支持危险气体模组切换规则参数, desc:GET/PUT /ISAPI/Intelligent/channels/<channelID>/methaneDetection/MethaneDetectionModuleSwitchRule?format=json-->true </isSupportMethaneDetectionModuleSwitchRule> <updateFirmwarePreValidation> <!--ro, opt, object, 设备本地固件升级预校验能力, desc:即支持/ISAPI/System/updateFirmware的预校验接口/ISAPI/System/updateFirmware/GetPreValidationResults?format=json、/ISAPI/System/updateFirmware/AddPreValidation?format=json--> <updateHeaderLength> <!--ro, req, int, 升级包校验头长度, desc:单位:字节;用于平台截取升级包中的包头,并通过预校验接口将升级包头下发给设备进行预校验-->3000 </updateHeaderLength> <timeOut> <!--ro, req, int, 预校验的超时时间, desc:单位:s;预校验成功后,需在超时时间内做本地固件升级操作,超时将失效需用户重新进行预校验,同时设备返回的upgradeToken(升级二次确认临时令牌)也同步失效。-->60 </timeOut> <languageType opt="SimChinese, TraChinese, English, Russian, Bulgarian, Hungarian, Greek, German, Italian, Czech, Slovakia, French, Polish, Dutch, Portuguese, Spanish, Romanian, Turkish, Japanese, Danish, Swedish, Norwegian, Finnish, Korean, Thai, Estonia, Vietnamese, Hebrew, Latvian, Arabic, Slovenian, Croatian, Lithuanian, Serbian, BrazilianPortuguese, Indonesian, Ukrainian, EURSpanish, Sovenian, Uzbek, Kazak, Kirghiz, Farsi, Azerbaidzhan, Burmese, Mongolian, Anglicism, HongKongTraChinese, Albanian, LatinAmericanSpanish"> <!--ro, req, string, 设备所支持的二次确认提示语语言类型, attr:opt{req, string, 取值范围}, desc:SimChinese#简体中文, TraChinese#繁体中文, English#英文, Russian#俄语, Bulgarian#保加利亚语, Hungarian#匈牙利语, Greek#希腊语, German#德语, Italian#意大利语, Czech#捷克语, Slovakia#斯洛伐克语, French#法语, Polish#波兰语, Dutch#荷兰语, Portuguese#葡萄牙语, Spanish#西班牙语, Romanian#罗马尼亚语, Turkish#土耳其语, Japanese#日语, Danish#丹麦语, Swedish#瑞典语, Norwegian#挪威语, Finnish#芬兰语, Korean#韩语, Thai#泰语, Estonia#爱沙尼亚语, Vietnamese#越南语, Hebrew#希伯来语, Latvian#拉脱维亚语, Arabic#阿拉伯语, Slovenian#斯洛文尼亚语, Croatian#克罗地亚语, Lithuanian#立陶宛语, Serbian#塞尔维亚语, BrazilianPortuguese#巴西葡萄牙语, Indonesian#印尼语, Ukrainian#乌克兰语, EURSpanish#西班牙语(欧洲), Sovenian#Sovenian, Uzbek#乌兹别克语, Kazak#哈萨克语, Kirghiz#吉尔吉斯语, Farsi#波斯语, Azerbaidzhan#阿塞拜疆语, Burmese#缅甸语, Mongolian#蒙古语, Anglicism#英式英语, HongKongTraChinese#中国香港繁体中文, Albanian#阿尔巴尼亚语, LatinAmericanSpanish#拉美西班牙语-->SimChinese </languageType> </updateFirmwarePreValidation> <isSupportOutputCfg> <!--ro, opt, bool, 是否支持输出配置, desc:GET/PUT /ISAPI/System/PNP/OutputCfg?format=json-->true </isSupportOutputCfg> <isSupportSearchImageAttribute> <!--ro, opt, bool, 是否支持查询文搜结果图片属性详情, desc:POST /ISAPI/Intelligent/AcuSeek/SearchImageAttribute?format=json-->true </isSupportSearchImageAttribute> <isSupportStorageArchive> <!--ro, opt, bool, 是否支持存储归档, desc:应用场景:归档一体机可通过该字段,判断存储设备是否支持归档功能-->true </isSupportStorageArchive> <isSupportClusterDuration> <!--ro, opt, bool, 是否支持集群运维持续报警, desc:eventType:ClusterDuration-->true </isSupportClusterDuration> <supportHomepositionChannel opt="1,2,3,4,5,6"> <!--ro, opt, string, 是否支持云台初始位置配置, attr:opt{req, string, 取值范围}, desc:PUT /ISAPI/PTZCtrl/channels/<channelID>/homeposition}-->test </supportHomepositionChannel> <isSupportVMDAlarmTrans> <!--ro, opt, bool, 是否支持VMD事件通过COMM_VCA_ALARM透传ISAPI报文上传, desc:用于后端利旧项目, 应用场景: 后端设备通过V30接口对相机进行布防, 根据该能力结点, 确定相机是否支持在SDK布防链路上透传移动侦测的ISAPI事件-->true </isSupportVMDAlarmTrans> <isSupportSearchEventRecordSpecification> <!--ro, opt, bool, 是否支持查找事件录像规格参数, desc:POST /ISAPI/ContentMgmt/search/SearchEventRecordSpecification?format=json-->true </isSupportSearchEventRecordSpecification> <isSupportThermalFault> <!--ro, opt, bool, 是否支持热成像模组故障事件, desc:eventType:ThermalFault-->true </isSupportThermalFault> <isSupportThermalFaultRecovery> <!--ro, opt, bool, 是否支持热成像模组故障恢复事件, desc:eventType:ThermalFaultRecovery-->true </isSupportThermalFaultRecovery> <isSupportLTEFault> <!--ro, opt, bool, 是否支持4G模组故障事件, desc:eventType:LTEFault-->true </isSupportLTEFault> <isSupportLTEFaultRecovery> <!--ro, opt, bool, 是否支持4G模组故障恢复事件, desc:eventType:LTEFaultRecovery-->true </isSupportLTEFaultRecovery> <isSupportMultibandFault> <!--ro, opt, bool, 是否支持多波段探测器故障事件, desc:eventType:MultibandFault-->true </isSupportMultibandFault> <isSupportMultibandFRecovery> <!--ro, opt, bool, 是否支持多波段探测器故障恢复事件, desc:eventType:MultibandFRecovery-->true </isSupportMultibandFRecovery> <isSupportMappingRoadLocationInfo> <!--ro, opt, bool, 是否支持绘制道路位置信息, desc:PUT /ISAPI/Intelligent/radarVideoDetection/MappingRoadLocationInfo?format=json-->true </isSupportMappingRoadLocationInfo> <isSupportSiliconeHeaterSelfCheckParams> <!--ro, opt, bool, 是否支持硅胶加热垫自检参数, desc:GET/PUT /ISAPI/System/SiliconeHeaterStatus/SiliconeHeaterSelfCheckParams?format=json-->true </isSupportSiliconeHeaterSelfCheckParams> <isSupportGetRoadLocationInfo> <!--ro, opt, bool, 是否支持获取道路位置信息, desc:GET /ISAPI/Intelligent/radarVideoDetection/GetRoadLocationInfo?format=json-->true </isSupportGetRoadLocationInfo> <isSupportSiliconeHeaterEvent> <!--ro, opt, bool, 是否支持硅胶加热垫工作状态异常, desc:eventType:SiliconeHeaterEvent-->true </isSupportSiliconeHeaterEvent> <isSupportHDDBoxCondensationEvent> <!--ro, opt, bool, 是否支持硬盘盒凝露事件, desc:eventType:HDDBoxCondensationEvent-->true </isSupportHDDBoxCondensationEvent> <isSupportSiliconeHeaterStatus> <!--ro, opt, bool, 是否支持硅胶加热垫状态, desc:GET /ISAPI/System/SiliconeHeaterStatus/SiliconeHeaterStatus?format=json-->true </isSupportSiliconeHeaterStatus> <isSupportGetDiagnosisInfo> <!--ro, opt, bool, 是否支持获取周界诊断信息, desc:GET /ISAPI/Intelligent/PerimeterDiagnosis/GetDiagnosisInfo?format=json-->true </isSupportGetDiagnosisInfo> <isSupportShipDetectionPOSParams> <!--ro, opt, bool, 是否支持船只检测POS信息叠加参数, desc:GET/PUT /ISAPI/Event/ShipAlgMgr/channels/<channelID>/ShipDetectionPOSParams?format=json-->true </isSupportShipDetectionPOSParams> <isSupportDiagnosisTriggerParams> <!--ro, opt, bool, 是否支持周界诊断异常联动参数, desc:GET/PUT /ISAPI/Intelligent/PerimeterDiagnosis/DiagnosisTriggerParams?format=json-->true </isSupportDiagnosisTriggerParams> <isSupportHDDBoxTemperatureSensorAbnormal> <!--ro, opt, bool, 是否支持硬盘盒温度传感器工作异常事件, desc:eventType:HDDBoxTemperatureSensorAbnormal-->true </isSupportHDDBoxTemperatureSensorAbnormal> <isSupportHDDBoxHumiditySensorAbnormal> <!--ro, opt, bool, 是否支持硬盘盒湿度传感器工作异常事件, desc:eventType:HDDBoxHumiditySensorAbnormal-->true </isSupportHDDBoxHumiditySensorAbnormal> <isSupportCPUTemperatureSensorAbnormal> <!--ro, opt, bool, 是否支持CPU温度传感器工作异常异常, desc:eventType:CPUTemperatureSensorAbnormal-->true </isSupportCPUTemperatureSensorAbnormal> <isSupportMCUTemperatureSensorAbnormal> <!--ro, opt, bool, 是否支持MCU温度传感器工作异常事件, desc:eventType:MCUTemperatureSensorAbnormal-->true </isSupportMCUTemperatureSensorAbnormal> <isSupportTECTemperatureSensorAbnormal> <!--ro, opt, bool, 是否支持TEC温度传感器工作异常异常, desc:eventType:TECTemperatureSensorAbnormal-->true </isSupportTECTemperatureSensorAbnormal> <isSupportDeviceHighTemperatureAlert> <!--ro, opt, bool, 是否支持设备高温预警事件, desc:eventType:DeviceHighTemperatureAlert-->true </isSupportDeviceHighTemperatureAlert> <isSupportDeviceHighTemperatureAlarm> <!--ro, opt, bool, 是否支持设备高温报警事件, desc:eventType:DeviceHighTemperatureAlarm-->true </isSupportDeviceHighTemperatureAlarm> <isSupportDeviceLowTemperatureAlarm> <!--ro, opt, bool, 是否支持设备低温报警事件, desc:eventType:DeviceLowTemperatureAlarm-->true </isSupportDeviceLowTemperatureAlarm> <isSupportLocalAnalysisParams> <!--ro, opt, bool, 是否支持后智能分析参数, desc:GET/PUT /ISAPI/Intelligent/ImageAnalysisMode/LocalAnalysisParams?format=json-->true </isSupportLocalAnalysisParams> <isSupportDeviceLanguage> <!--ro, opt, bool, 是否支持设备语言配置, desc:GET/PUT /ISAPI/System/DeviceLanguage-->true </isSupportDeviceLanguage> <isSupportGetChanDetectResultQRCode> <!--ro, opt, bool, 是否支持获取通道检测状态的帮助二维码, desc:POST /ISAPI/System/GetChanDetectResultQRCode?format=json-->true </isSupportGetChanDetectResultQRCode> <isSupportSearchDangerousGasAlarmRecord> <!--ro, opt, bool, 是否支持查询危险气体检测报警记录, desc:POST /ISAPI/Intelligent/methaneDetection/SearchDangerousGasAlarmRecord?format=json-->true </isSupportSearchDangerousGasAlarmRecord> <isSupportElevatorExternalFloorSensorStatus> <!--ro, opt, bool, 是否支持获取电梯外置楼层传感器状态, desc:GET /ISAPI/Intelligent/ElevatorRunningDetection/ElevatorExternalFloorSensorStatus?format=json-->true </isSupportElevatorExternalFloorSensorStatus> <isSupportHPVehicleTrunkDetection> <!--ro, opt, bool, 是否支持月台车辆后备箱状态事件, desc:eventType:HPVehicleTrunkDetection-->true </isSupportHPVehicleTrunkDetection> <isSupportStopLogFileExport> <!--ro, opt, bool, 是否支持停止日志文件导出, desc:POST /ISAPI/ContentMgmt/StopLogFileExport?format=json-->true </isSupportStopLogFileExport> <isSupportPromptParam> <!--ro, opt, bool, 是否支持提示音参数配置, desc:GET/PUT /ISAPI/System/SoundSetting/PromptParam?format=json, PromptParam-->true </isSupportPromptParam> <isSupportAutoBackupPassword> <!--ro, opt, bool, 是否支持自动备份密码, desc:PUT /ISAPI/System/SystemSnapshot/AutoBackupPassword?format=json-->true </isSupportAutoBackupPassword> <isSupportVolleyballWallBumping> <!--ro, opt, bool, 是否支持对垫排球事件, desc:eventType:VolleyballWallBumping-->true </isSupportVolleyballWallBumping> <isSupportDeviceTemperatureStatus> <!--ro, opt, bool, 是否支持设备温度状态, desc:GET /ISAPI/System/WideTemperatureProtection/DeviceTemperatureStatus?format=json-->true </isSupportDeviceTemperatureStatus> <isSupportHeaderClipCfg> <!--ro, opt, bool, 是否支持顶部裁剪, desc:GET/PUT /ISAPI/Streaming/channels/<channelID>/HeaderClipCfg?format=json-->true </isSupportHeaderClipCfg> <isSupportAuthInfo> <!--ro, opt, bool, 是否支持数据埋点授权信息, desc:GET/PUT /ISAPI/System/DataTracking/AuthInfo?format=json-->true </isSupportAuthInfo> <isSupportReportCycle> <!--ro, opt, bool, 是否支持埋点上报周期, desc:GET/PUT /ISAPI/System/DataTracking/ReportCycle?format=json-->true </isSupportReportCycle> <isSupportDeviceBasicInfo> <!--ro, opt, bool, 是否支持设备基础信息, desc:GET /ISAPI/System/DataTracking/DeviceBasicInfo?format=json, DeviceBasicInfo-->true </isSupportDeviceBasicInfo> <isSupportNurseOnDutyEvent> <!--ro, opt, bool, 是否支持护士到岗事件, desc:eventType:NurseOnDutyEvent-->true </isSupportNurseOnDutyEvent> <isSupportCodeBlueEvent> <!--ro, opt, bool, 是否支持CodeBlue事件, desc:eventType:CodeBlueEvent-->true </isSupportCodeBlueEvent> <isSupportBroadcastedEvent> <!--ro, opt, bool, 是否支持被广播事件, desc:eventType:BroadcastedEvent-->true </isSupportBroadcastedEvent> <isSupportDevRuningStatus> <!--ro, opt, bool, 是否支持设备运行状态, desc:GET /ISAPI/PCA/COMMON/GeneralOperation/DevRuningStatus?format=json, DevRuningStatus-->true </isSupportDevRuningStatus> <isSupportIonTransportLens> <!--ro, opt, bool, 是否支持离子传输透镜电压设置, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/IonTransportLens?format=json-->true </isSupportIonTransportLens> <isSupportOctupoleVoltage> <!--ro, opt, bool, 是否支持八极杆电参, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/OctupoleVoltage?format=json-->true </isSupportOctupoleVoltage> <isSupportCollisionPoolTemperature> <!--ro, opt, bool, 是否支持碰撞池温度控制, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/CollisionPoolTemperature?format=json-->true </isSupportCollisionPoolTemperature> <isSupportAnalyzerSwitchControl> <!--ro, opt, bool, 是否支持质量分析器开关控制, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/AnalyzerSwitchControl?format=json-->true </isSupportAnalyzerSwitchControl> <isSupportAnalyzerVoltage> <!--ro, opt, bool, 是否支持质量分析器电参设置, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/AnalyzerVoltage?format=json-->true </isSupportAnalyzerVoltage> <isSupportExcitationVoltage> <!--ro, opt, bool, 是否支持质量分析器激发电压AC参数设置, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/ExcitationVoltage?format=json-->true </isSupportExcitationVoltage> <isSupportDetectorVoltage> <!--ro, opt, bool, 是否支持检测器电参设置, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/DetectorVoltage?format=json-->true </isSupportDetectorVoltage> <isSupportCollisionPoolGasControl> <!--ro, opt, bool, 是否支持碰撞池气体控制, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/CollisionPoolGasControl?format=json-->true </isSupportCollisionPoolGasControl> <isSupportIgnitionSwitch> <!--ro, opt, bool, 是否支持等离子体点火开关, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/IgnitionSwitch?format=json-->true </isSupportIgnitionSwitch> <isSupportAirCircleFlowRate> <!--ro, opt, bool, 是否支持气路系统流速配置, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/AirCircleFlowRate?format=json-->true </isSupportAirCircleFlowRate> <isSupportPlasmaRFConfig> <!--ro, opt, bool, 是否支持等离子体射频配置, desc:GET/PUT /ISAPI/PCA/ICPMS/IonTransAnalyzer/PlasmaRFConfig?format=json-->true </isSupportPlasmaRFConfig> <isSupportVacuumProcess> <!--ro, opt, bool, 是否支持真空流程控制, desc:GET/PUT /ISAPI/PCA/COMMON/VacuumSystem/VacuumProcess?format=json-->true </isSupportVacuumProcess> <isSupportVacuumPumpControl> <!--ro, opt, bool, 是否支持真空系统泵控制, desc:GET/PUT /ISAPI/PCA/COMMON/VacuumSystem/VacuumPumpControl?format=json-->true </isSupportVacuumPumpControl> <isSupportVacuumSwitchControl> <!--ro, opt, bool, 是否支持真空系统开关控制, desc:GET/PUT /ISAPI/PCA/COMMON/VacuumSystem/VacuumSwitchControl?format=json-->true </isSupportVacuumSwitchControl> <isSupportLifeData> <!--ro, opt, bool, 是否支持耗材寿命数据管理, desc:GET/PUT /ISAPI/PCA/COMMON/GeneralOperation/LifeData?format=json-->true </isSupportLifeData> <isSupportInstrumentAbnormalInfo> <!--ro, opt, bool, 是否支持仪器异常信息, desc:GET/PUT /ISAPI/PCA/COMMON/AlarmManagement/InstrumentAbnormalInfo?format=json-->true </isSupportInstrumentAbnormalInfo> <isSupportPingResult> <!--ro, opt, bool, 是否支持ping检测结果上报, desc:eventType:PingResult-->true </isSupportPingResult> <isSupportGetWhiteLightStatus> <!--ro, opt, bool, 是否支持获取白光灯照明状态, desc:GET /ISAPI/System/WhiteLightCtrl/GetWhiteLightStatus?format=json-->true </isSupportGetWhiteLightStatus> <isSupportManualCtrlWhiteLight> <!--ro, opt, bool, 是否支持手动控制白光灯照明, desc:PUT /ISAPI/System/WhiteLightCtrl/ManualCtrlWhiteLight?format=json-->true </isSupportManualCtrlWhiteLight> <isSupportWhiteLightCfg> <!--ro, opt, bool, 是否支持白光灯照明配置, desc:GET/PUT /ISAPI/System/WhiteLightCtrl/WhiteLightCfg?format=json-->true </isSupportWhiteLightCfg></DeviceCap>URL
GET /ISAPI/Event/schedules/safetyHelmetDetection/safetyHelmetDetection-<channelID>
查询参数
| 参数名称 | 参数类型 | 描述 |
|---|---|---|
| channelID | string | 通道号 |
请求报文
无
响应报文
xxxxxxxxxx <Schedule xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--ro, req, object, 布防配置, attr:version{req, string, 协议版本}--> <id> <!--ro, req, string, 序号-->test </id> <eventType> <!--ro, opt, enum, 事件类型, subType:string, [safetyHelmetDetection#safetyHelmetDetection]-->safetyHelmetDetection </eventType> <videoInputChannelID> <!--ro, opt, string, 视频输入通道ID-->test </videoInputChannelID> <TimeBlockList size="8"> <!--ro, req, array, 时间段列表, subType:object, attr:size{req, int, 数组元素总数}--> <TimeBlock> <!--ro, opt, object, 时间块--> <dayOfWeek> <!--ro, opt, int, 星期时间, desc:1=Monday,…-->1 </dayOfWeek> <TimeRange> <!--ro, req, object, 时间范围--> <beginTime> <!--ro, req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--ro, req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </TimeBlockList> <HolidayBlockList> <!--ro, opt, array, 假期时间段列表, subType:object--> <TimeBlock> <!--ro, opt, object, 时间段--> <TimeRange> <!--ro, req, object, 时间范围--> <beginTime> <!--ro, req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--ro, req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </HolidayBlockList></Schedule>URL
GET /ISAPI/Event/schedules/safetyHelmetDetection
查询参数
无
请求报文
无
响应报文
xxxxxxxxxx <SafetyHelmetDetectionScheduleList xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--ro, req, array, 安全帽所有通道时间布防, subType:object, attr:version{req, string, 协议版本}--> <Schedule> <!--ro, opt, object, 布防配置--> <id> <!--ro, req, string, 序号-->test </id> <eventType> <!--ro, opt, enum, 事件类型, subType:string, [safetyHelmetDetection#safetyHelmetDetection]-->safetyHelmetDetection </eventType> <videoInputChannelID> <!--ro, opt, string, 视频输入通道ID-->test </videoInputChannelID> <TimeBlockList size="8"> <!--ro, req, array, 时间段列表, subType:object, attr:size{req, int, 数组元素总数}--> <TimeBlock> <!--ro, opt, object, 时间块--> <dayOfWeek> <!--ro, opt, int, 星期时间, desc:1=Monday,…-->1 </dayOfWeek> <TimeRange> <!--ro, req, object, 时间范围--> <beginTime> <!--ro, req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--ro, req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </TimeBlockList> <HolidayBlockList> <!--ro, opt, array, 假期时间段列表, subType:object--> <TimeBlock> <!--ro, opt, object, 时间段--> <TimeRange> <!--ro, req, object, 时间范围--> <beginTime> <!--ro, req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--ro, req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </HolidayBlockList> </Schedule></SafetyHelmetDetectionScheduleList>URL
PUT /ISAPI/Event/schedules/safetyHelmetDetection
查询参数
无
请求报文
xxxxxxxxxx <SafetyHelmetDetectionScheduleList xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--req, array, 安全帽所有通道时间布防, subType:object, attr:version{req, string, 协议版本}--> <Schedule> <!--opt, object, 布防配置--> <id> <!--req, string, 序号-->test </id> <eventType> <!--opt, enum, 事件类型, subType:string, [safetyHelmetDetection#safetyHelmetDetection]-->safetyHelmetDetection </eventType> <videoInputChannelID> <!--opt, string, 视频输入通道ID-->test </videoInputChannelID> <TimeBlockList size="8"> <!--req, array, 时间段列表, subType:object, attr:size{req, int, 数组元素总数}--> <TimeBlock> <!--opt, object, 时间块--> <dayOfWeek> <!--opt, int, 星期时间, desc:1=Monday,…-->1 </dayOfWeek> <TimeRange> <!--req, object, 时间范围--> <beginTime> <!--req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </TimeBlockList> <HolidayBlockList> <!--opt, array, 假期时间段列表, subType:object--> <TimeBlock> <!--opt, object, 时间段--> <TimeRange> <!--req, object, 时间范围--> <beginTime> <!--req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </HolidayBlockList> </Schedule></SafetyHelmetDetectionScheduleList>响应报文
xxxxxxxxxx <ResponseStatus xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--ro, req, object, 响应消息, attr:version{ro, req, string, 版本}--> <requestURL> <!--ro, opt, string, 请求的URL, range:[0,1024]-->null </requestURL> <statusCode> <!--ro, req, enum, 状态码, subType:int, [0#OK,1#OK,2#Device Busy,3#Device Error,4#Invalid Operation,5#Invalid XML Format,6#Invalid XML Content,7#Reboot Required]-->0 </statusCode> <statusString> <!--ro, req, enum, 状态信息, subType:string, [OK#成功,Device Busy#设备忙,Device Error#设备异常,Invalid Operation#无效的操作,Invalid XML Format#无效的XML格式,Invalid XML Content#无效的XML内容,Reboot Required#设备重启]-->OK </statusString> <subStatusCode> <!--ro, req, string, 详细错误码英文描述, desc:详细错误码的英文描述-->OK </subStatusCode> <description> <!--ro, opt, string, 自定义错误信息描述, range:[0,1024], desc:设备应用程序返回的自定义详细错误信息,用于快速定位评查问题-->badXmlFormat </description> <MErrCode> <!--ro, opt, string, 功能模块化错误码, desc:通用错误码都在此字段范围中-->0x00000000 </MErrCode> <MErrDevSelfEx> <!--ro, opt, string, 功能模块化错误码, desc:此字段是MErrCode自定义模块化错误码的扩展字段,自定义模块化错误码一共有MErrCode 的后20bit和此字段的32bit-->0x00000000 </MErrDevSelfEx></ResponseStatus>URL
PUT /ISAPI/Event/schedules/safetyHelmetDetection/safetyHelmetDetection-<channelID>
查询参数
| 参数名称 | 参数类型 | 描述 |
|---|---|---|
| channelID | string | 通道号 |
请求报文
xxxxxxxxxx <Schedule xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--req, object, 布防配置, attr:version{req, string, 协议版本}--> <id> <!--req, string, 序号-->test </id> <eventType> <!--opt, enum, 事件类型, subType:string, [safetyHelmetDetection#safetyHelmetDetection]-->safetyHelmetDetection </eventType> <videoInputChannelID> <!--opt, string, 视频输入通道ID-->test </videoInputChannelID> <TimeBlockList size="8"> <!--req, array, 时间段列表, subType:object, attr:size{req, int, 数组元素总数}--> <TimeBlock> <!--opt, object, 时间块--> <dayOfWeek> <!--opt, int, 星期时间, desc:1=Monday,…-->1 </dayOfWeek> <TimeRange> <!--req, object, 时间范围--> <beginTime> <!--req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </TimeBlockList> <HolidayBlockList> <!--opt, array, 假期时间段列表, subType:object--> <TimeBlock> <!--opt, object, 时间段--> <TimeRange> <!--req, object, 时间范围--> <beginTime> <!--req, time, 开始时间-->00:00:00+08:00 </beginTime> <endTime> <!--req, time, 结束时间-->00:00:00+08:00 </endTime> </TimeRange> </TimeBlock> </HolidayBlockList></Schedule>响应报文
xxxxxxxxxx <ResponseStatus xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--ro, req, object, 响应消息, attr:version{ro, req, string, 版本}--> <requestURL> <!--ro, opt, string, 请求的URL, range:[0,1024]-->null </requestURL> <statusCode> <!--ro, req, enum, 状态码, subType:int, [0#OK,1#OK,2#Device Busy,3#Device Error,4#Invalid Operation,5#Invalid XML Format,6#Invalid XML Content,7#Reboot Required]-->0 </statusCode> <statusString> <!--ro, req, enum, 状态信息, subType:string, [OK#成功,Device Busy#设备忙,Device Error#设备异常,Invalid Operation#无效的操作,Invalid XML Format#无效的XML格式,Invalid XML Content#无效的XML内容,Reboot Required#设备重启]-->OK </statusString> <subStatusCode> <!--ro, req, string, 详细错误码英文描述, desc:详细错误码的英文描述-->OK </subStatusCode> <description> <!--ro, opt, string, 自定义错误信息描述, range:[0,1024], desc:设备应用程序返回的自定义详细错误信息,用于快速定位评查问题-->badXmlFormat </description> <MErrCode> <!--ro, opt, string, 功能模块化错误码, desc:通用错误码都在此字段范围中-->0x00000000 </MErrCode> <MErrDevSelfEx> <!--ro, opt, string, 功能模块化错误码, desc:此字段是MErrCode自定义模块化错误码的扩展字段,自定义模块化错误码一共有MErrCode 的后20bit和此字段的32bit-->0x00000000 </MErrDevSelfEx></ResponseStatus>URL
PUT /ISAPI/Intelligent/channels/<channelID>/safetyHelmetDetection/advanceConfiguration
查询参数
| 参数名称 | 参数类型 | 描述 |
|---|---|---|
| channelID | string | 通道号 |
请求报文
xxxxxxxxxx <AdvanceConfiguration xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--req, object, 安全帽检测高级配置, attr:version{req, string, 协议版本}--> <headSensitivity> <!--opt, int, 人头检测灵敏度, range:[1,5], desc:越大检出越灵敏-->3 </headSensitivity> <humanSensitivity> <!--opt, int, 人体检测灵敏度, range:[1,5], desc:越大检出越灵敏-->3 </humanSensitivity> <alarmAnalysisFrame> <!--opt, int, 告警分析所需帧数, range:[1,50], desc:越大则需要判断帧数越多,则越慢报警-->1 </alarmAnalysisFrame> <FDLibList> <!--opt, array, 通道关联人脸库列表, subType:object--> <FDLib> <!--opt, object, 通道关联人脸库--> <id> <!--req, int, 序号-->1 </id> <FDID> <!--req, int, 人脸比对库唯一标示ID-->1 </FDID> <thresholdValue> <!--opt, int, 人脸库的检测阈, range:[0,100], desc:针对单个关联的人脸库的检测阈值,阈值越大检测准确率越高;字段使用说明,如果总人脸库阈值启用后,那么单个人脸库阈值不作用-->1 </thresholdValue> <customFaceLibID> <!--opt, string, 自定义人脸库ID, desc:若填入customID,则设备无需校验FDID字段,以该字段为准-->test </customFaceLibID> </FDLib> </FDLibList></AdvanceConfiguration>响应报文
<?xml version="1.0" encoding="UTF-8"?>
<ResponseStatus xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0">
<!--ro, req, object, 响应消息, attr:version{ro, req, string, 版本}-->
<requestURL>
<!--ro, opt, string, 请求的URL, range:[0,1024]-->null
</requestURL>
<statusCode>
<!--ro, req, enum, 状态码, subType:int, [0#OK,1#OK,2#Device Busy,3#Device Error,4#Invalid Operation,5#Invalid XML Format,6#Invalid XML Content,7#Reboot Required]-->0
</statusCode>
<statusString>
<!--ro, req, enum, 状态信息, subType:string, [OK#成功,Device Busy#设备忙,Device Error#设备异常,Invalid Operation#无效的操作,Invalid XML Format#无效的XML格式,Invalid XML Content#无效的XML内容,Reboot Required#设备重启]-->OK
</statusString>
<subStatusCode>
<!--ro, req, string, 详细错误码英文描述, desc:详细错误码的英文描述-->OK
</subStatusCode>
<description>
<!--ro, opt, string, 自定义错误信息描述, range:[0,1024], desc:设备应用程序返回的自定义详细错误信息,用于快速定位评查问题-->badXmlFormat
</description>
<MErrCode>
<!--ro, opt, string, 功能模块化错误码, desc:通用错误码都在此字段范围中-->0x00000000
</MErrCode>
<MErrDevSelfEx>
<!--ro, opt, string, 功能模块化错误码, desc:此字段是MErrCode自定义模块化错误码的扩展字段,自定义模块化错误码一共有MErrCode 的后20bit和此字段的32bit-->0x00000000
</MErrDevSelfEx>
</ResponseStatus>
URL
GET /ISAPI/Intelligent/channels/<channelID>/safetyHelmetDetection/capabilities
查询参数
| 参数名称 | 参数类型 | 描述 |
|---|---|---|
| channelID | string | -- |
请求报文
无
响应报文
<?xml version="1.0" encoding="UTF-8"?>
<SafetyHelmetDetectionCap xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0">
<!--ro, req, object, 安全帽能力, attr:version{req, string, 协议版本}-->
<normalizedScreenSize>
<!--ro, opt, object, ro-->
<normalizedScreenWidth>
<!--ro, req, int, 归一化宽度, range:[1,1000]-->1
</normalizedScreenWidth>
<normalizedScreenHeight>
<!--ro, req, int, 归一化高度, range:[1,1000]-->1
</normalizedScreenHeight>
</normalizedScreenSize>
<enabled opt="true,false">
<!--ro, opt, bool, 是否启用未佩戴安全帽检测, attr:opt{req, string, 取值范围}-->true
</enabled>
<SafetyHelmetDetectionRegionList size="8">
<!--ro, opt, array, 检测区域列表, subType:object, attr:size{req, int, 数组元素总数}-->
<SafetyHelmetDetectionRegion>
<!--ro, opt, object, 检测区域-->
<id>
<!--ro, opt, string, id-->test
</id>
<RegionCoordinatesList size="10">
<!--ro, opt, array, 区域, subType:object, range:[3,10], attr:size{req, int, 数组元素总数}-->
<RegionCoordinates>
<!--ro, opt, object, 区域坐标, desc:屏幕左上角为坐标原点(0,0)-->
<positionX>
<!--ro, req, int, X坐标, range:[0,1000]-->1
</positionX>
<positionY>
<!--ro, req, int, Y坐标, range:[0,1000]-->1
</positionY>
</RegionCoordinates>
</RegionCoordinatesList>
</SafetyHelmetDetectionRegion>
</SafetyHelmetDetectionRegionList>
<stackTarget opt="true,false">
<!--ro, req, bool, 报警目标框是否叠加 (报警图片叠加), attr:opt{req, string, 取值范围}-->true
</stackTarget>
<stackRule opt="true,false">
<!--ro, req, bool, 报警规则框是否叠加 (报警图片叠加), attr:opt{req, string, 取值范围}-->true
</stackRule>
<alarmLinkageDuration opt="5,10,30,60,120,300,600">
<!--ro, req, enum, 报警联动持续时间, subType:int, [5#5s,10#10s,30#30s,60#60s,120#120s,300#300s,600#600s], attr:opt{req, string, 取值范围}-->5
</alarmLinkageDuration>
<ImageParam>
<!--ro, opt, object, 图片参数-->
<ResolutionList size="3">
<!--ro, opt, array, 分辨率, subType:object, attr:size{req, int, 数组元素总数}-->
<Resolution>
<!--ro, opt, object, 分辨率-->
<id>
<!--ro, req, string, id-->test
</id>
<name>
<!--ro, req, enum, 分辨率名称, subType:string, [1080p#1080p,720p#720p,D1#D1]-->1080p
</name>
<value>
<!--ro, req, enum, 分辨率值, subType:string, [1920*1080#1920*1080,1280*720#1280*720,740*576#740*576]-->1920*1080
</value>
</Resolution>
</ResolutionList>
<quality opt="best,good,general">
<!--ro, req, enum, 图片质量:最好, subType:string, [general#一般,good#不错,best#最好], attr:opt{req, string, 取值范围}-->best
</quality>
<alarmUpload opt="true,false">
<!--ro, req, bool, 是否上传报警图片, attr:opt{req, string, 取值范围}-->true
</alarmUpload>
<localStorage opt="true,false">
<!--ro, opt, bool, 图片是否在本地存储, attr:opt{req, string, 取值范围}-->true
</localStorage>
</ImageParam>
<AdvanceConfiguration>
<!--ro, opt, object, 高级参数配置-->
<headSensitivity min="1" max="5" def="3">
<!--ro, opt, int, 人头检测灵敏度, attr:min{req, int, 最小值},max{req, int, 最大值},def{req, int, 默认值}, desc:越大检出越灵敏-->1
</headSensitivity>
<humanSensitivity min="1" max="5" def="3">
<!--ro, opt, int, 人体检测灵敏度, attr:min{req, int, 最小值},max{req, int, 最大值},def{req, int, 默认值}, desc:越大检出越灵敏-->1
</humanSensitivity>
<alarmAnalysisFrame min="1" max="50" def="12">
<!--ro, opt, int, 告警分析所需帧数, attr:min{req, int, 最小值},max{req, int, 最大值},def{req, int, 默认值}, desc:越大则需要判断帧数越多,则越慢报警-->1
</alarmAnalysisFrame>
<FDLibList size="10">
<!--ro, opt, array, 通道关联人脸库列表, subType:object, attr:size{req, int, 数组元素总数}-->
<FDLib>
<!--ro, opt, object, 人脸库-->
<id min="1" max="10">
<!--ro, req, int, 序号, range:[1,10], attr:min{req, int, 最小值},max{req, int, 最大值}-->1
</id>
<FDID min="1" max="10">
<!--ro, req, string, 人脸比对库唯一标示ID, attr:min{req, int, 最小值},max{req, int, 最大值}-->test
</FDID>
<thresholdValue min="1" max="10">
<!--ro, opt, int, 针对单个关联的人脸库的检测阈值, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:针对单个关联的人脸库的检测阈值,阈值越大检测准确率越高,范围[0,100]";字段使用说明,如果总人脸库阈值启用后,那么单个人脸库阈值不作用-->1
</thresholdValue>
<customFaceLibID min="1" max="10">
<!--ro, opt, string, 自定义人脸库ID, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:若填入customID,则设备无需校验FDID字段,以该字段为准-->test
</customFaceLibID>
</FDLib>
</FDLibList>
</AdvanceConfiguration>
<SearchDescriptionCap>
<!--ro, opt, object, 安全帽事件查询能力, desc:/ISAPI/Intelligent/channels/<ID>/safetyHelmetDetection/search?format=json-->
<timeSpanMaxNum>
<!--ro, req, enum, 支持同时检索的最大时间段数目, subType:string, [all#全部(包括人脸匹配成功和人脸匹配失败),success#人脸匹配成功,failed#人脸匹配失败]-->all
</timeSpanMaxNum>
<resultMaxNum>
<!--ro, req, int, 支持检索的最大条数-->1
</resultMaxNum>
<faceContrastResult opt="all,success,failed">
<!--ro, req, string, 匹配类型, attr:opt{req, string, 取值范围}-->test
</faceContrastResult>
<FDLibList size="10">
<!--ro, opt, array, (检索条件)人脸库列表, subType:object, attr:size{req, int, 数组元素总数}, desc:该列表和关联人脸库的人脸库ID重复,因此该节点的值参考SafetyHelmetDetectionCap.AdvanceConfiguration.FDLibList-->
<FDLib>
<!--ro, opt, object, 人脸库-->
<FDID min="1" max="10">
<!--ro, req, string, 人脸比对库唯一标示ID, attr:min{req, int, 最小值},max{req, int, 最大值}-->test
</FDID>
</FDLib>
</FDLibList>
<name min="1" max="10">
<!--ro, opt, string, (检索条件)姓名, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:(检索条件)姓名,当FDLibList存在时有效-->test
</name>
</SearchDescriptionCap>
<videoOverlay>
<!--ro, opt, object, 视频预览叠加-->
<stackTarget opt="true,false">
<!--ro, req, bool, 目标框是否叠加, attr:opt{req, string, 取值范围}-->true
</stackTarget>
<stackRule opt="true,false">
<!--ro, req, bool, 规则框是否叠加, attr:opt{req, string, 取值范围}-->true
</stackRule>
</videoOverlay>
<wearHelmetEnabled opt="true,false">
<!--ro, opt, bool, 是否启用佩戴安全帽检测, attr:opt{req, string, 取值范围}-->true
</wearHelmetEnabled>
<analysisMode opt="realTimeMode,autoSwitchMode">
<!--ro, opt, string, 分析模式, attr:opt{req, string, 取值范围}, desc:realTimeMode实时模式,autoSwitchMode#轮询模式, desc:引擎也有分析模式(/ISAPI/Intelligent/analysisEngines/<ID>中analysisMode),设备会根据负载均衡的方式,添加到相同分析模式的引擎中,当引擎没有对应的配置,则返回失败,错误码taskNotMatchEngine-->test
</analysisMode>
<helmetFilterEnabled opt="true,false">
<!--ro, opt, bool, 是否过滤正常戴安全帽, attr:opt{req, string, 取值范围}, desc:开启后会过滤掉正常戴安全帽的图片-->false
</helmetFilterEnabled>
<durationCapEnabled opt="true,false">
<!--ro, opt, bool, 是否启用安全帽持续抓拍功能, attr:opt{req, string, 取值范围}, desc:开启后,会上报safetyHelmetDurationEvent事件-->false
</durationCapEnabled>
<durationCapInterval min="0" max="3600">
<!--ro, opt, int, 安全帽持续抓拍时间间隔, attr:min{req, int, 最小值},max{req, int, 最大值}, desc:单位秒-->30
</durationCapInterval>
<shieldRegionList size="8">
<!--ro, opt, array, 安全帽屏蔽区域列表, subType:object, attr:size{req, int, 数组元素总数}-->
<shieldRegion>
<!--ro, opt, object, 安全帽屏蔽区域-->
<id>
<!--ro, opt, string, 区域ID-->test
</id>
<regionCoordinatesList size="10">
<!--ro, opt, array, 区域坐标列表, subType:object, range:[3,10], attr:size{req, int, 数组元素总数}-->
<regionCoordinates>
<!--ro, opt, object, 区域坐标, desc:屏幕左上角为坐标原点(0,0)-->
<positionX>
<!--ro, req, int, X坐标, range:[0,1000]-->1
</positionX>
<positionY>
<!--ro, req, int, Y坐标, range:[0,1000]-->1
</positionY>
</regionCoordinates>
</regionCoordinatesList>
</shieldRegion>
</shieldRegionList>
<sensitivity min="0" max="100">
<!--ro, opt, int, 灵敏度, range:[1,100], attr:min{req, int, 最小值},max{req, int, 最大值}-->1
</sensitivity>
<checkTime min="0" max="3600">
<!--ro, opt, int, 检测持续时间, range:[1,3600], attr:min{req, int, 最小值},max{req, int, 最大值}-->1
</checkTime>
</SafetyHelmetDetectionCap>
URL
GET /ISAPI/Intelligent/channels/<channelID>/safetyHelmetDetection/advanceConfiguration
查询参数
| 参数名称 | 参数类型 | 描述 |
|---|---|---|
| channelID | string | 通道号 |
请求报文
无
响应报文
<AdvanceConfiguration xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <!--ro, req, object, 安全帽检测高级配置, attr:version{req, string, 协议版本}--> <headSensitivity> <!--ro, opt, int, 人头检测灵敏度, range:[1,5], desc:越大检出越灵敏-->3 </headSensitivity> <humanSensitivity> <!--ro, opt, int, 人体检测灵敏度, range:[1,5], desc:越大检出越灵敏-->3 </humanSensitivity> <alarmAnalysisFrame> <!--ro, opt, int, 告警分析所需帧数, range:[1,50], desc:越大则需要判断帧数越多,则越慢报警-->1 </alarmAnalysisFrame> <FDLibList> <!--ro, opt, array, 通道关联人脸库列表, subType:object--> <FDLib> <!--ro, opt, object, 通道关联人脸库--> <id> <!--ro, req, int, 序号-->1 </id> <FDID> <!--ro, req, int, 人脸比对库唯一标示ID-->1 </FDID> <thresholdValue> <!--ro, opt, int, 人脸库的检测阈, range:[0,100], desc:针对单个关联的人脸库的检测阈值,阈值越大检测准确率越高;字段使用说明,如果总人脸库阈值启用后,那么单个人脸库阈值不作用-->1 </thresholdValue> <customFaceLibID> <!--ro, opt, string, 自定义人脸库ID, desc:若填入customID,则设备无需校验FDID字段,以该字段为准-->test </customFaceLibID> </FDLib> </FDLibList></AdvanceConfiguration>