XML_Cap_IdentityTerminal

IdentityTerminal capability message in XML format

<IdentityTerminal version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <terminalMode opt="authMode,registerMode">
    <!--req, xs: string, terminal mode: "authMode"-authentication mode, "registerMode"-registration mode-->
  </terminalMode>
  <idCardReader opt="iDR210,DS-K1F110-I,DS-K1F1110-B,DS-K1F1110-AB, none">
    <!--req, xs: string,ID card reader model-->
  </idCardReader>
  <camera opt="C270,DS-2CS5432B-S"><!--req, xs: string, camera--></camera>
  <fingerPrintModule opt="ALIWARD,HikModule"><!--req, xs: string, fingerprint module--></fingerPrintModule>
  <videoStorageTime min="0" max="10"><!--req, xs: integer, time for saving video (unit: second)--></videoStorageTime>
  <faceContrastThreshold min="0" max="100"><!--req, xs: integer, face picture comparison threshold--></faceContrastThreshold>
  <twoDimensionCode opt="enable,disable"><!--req, xs: string, whether to enable QR code recognition--></twoDimensionCode>
  <blackListCheck opt="enable,disable"><!--req, xs: string, whether to enable blocklist verification--></blackListCheck>
  <idCardCheckCenter opt="local,server">
    <!--req, xs: string, ID card comparison mode: local-compare with ID card of local storage, server-compare with ID card of remote server storage-->
  </idCardCheckCenter>
  <faceAlgorithm opt="HIK-Z,HIK-H">
    <!--req, xs: string, face picture algorithm: HIK-Z-Private algorithm, HIK-third-party algorithm-->
  </faceAlgorithm>
  <comNo min="1" max="9"><!--req, xs: integer, COM No.--></comNo>
  <memoryLearning opt="enable,disable"><!--req, xs: string, whether to enable learning and memory function--></memoryLearning>
  <saveCertifiedImage opt="enable,disable"><!--req, xs: string, whether to enable saving authenticated picture--></saveCertifiedImage>  
  <MCUVersion min="" max=""><!--opt, xs: string, MCU version information--></MCUVersion> 
  <usbOutput opt="enable,disable"><!--req, xs: string, whether to enable USB output of ID card reader--></usbOutput> 
  <serialOutput opt="enable,disable"><!--req, xs: string, whether to enable serial port output of ID card reader--></serialOutput>
  <readInfoOfCard opt="serialNo,file"><!--opt, xs: string, set content to be read from CPU card--></readInfoOfCard>
  <workMode opt="passMode,accessControlMode"><!--opt, xs: string, authentication mode--></workMode>
  <ecoMode>
    <eco opt="enable,disable"><!--opt, xs: string, whether to enable ECO mode--></eco>
    <faceMatchThreshold1 min="" max=""><!--req, xs: integer, 1V1 face picture comparison threshold of ECO mode, which is between 0 and 100--></faceMatchThreshold1>
    <faceMatchThresholdN min="" max=""><!--req, xs: integer, 1:N face picture comparison threshold of ECO mode, which is between 0 and 100--></faceMatchThresholdN>
    <changeThreshold min="" max=""><!--opt, xs: string, switching threshold of ECO mode, which is between 0 and 8--></changeThreshold>
    <maskFaceMatchThresholdN min="0" max="100"><!--req, xs:integer, 1:N face picture (face with mask and normal background picture) comparison threshold of ECO mode, value range: [0,100]--></maskFaceMatchThresholdN>
    <maskFaceMatchThreshold1 min="0" max="100"><!--req, xs:integer, 1:1 face picture (face with mask and normal background picture) comparison threshold of ECO mode, value range: [0,100]--></maskFaceMatchThreshold1>
  </ecoMode>
  <readCardRule opt="wiegand26,wiegand34"><!--opt, xs: string, card No. setting rule: "wiegand26", "wiegand34"--></readCardRule>
  <enableScreenOff opt="true,false"><!--optional, xs:boolean, whether the device enters the sleep mode when there is no operation after the configured sleep time--></enableScreenOff>
  <screenOffTimeout min="" max=""><!--dependent, xs:integer, sleep time, unit: second--></screenOffTimeout>
  <enableScreensaver opt="true,false"><!--optional, xs:boolean, whether to enable the screen saver function--></enableScreensaver>
  <showMode opt="concise,normal"><!--optional, xs:string, display mode: "concise" (simple mode, only the authentication result will be displayed), "normal" (normal mode). The default mode is normal mode. If this node does not exist, the default mode is normal mode--></showMode>
  <menuTimeout min="" max=""><!--dependent, xs:integer, timeout period to exit, unit: second--></menuTimeout>
</IdentityTerminal>