XML_IdentityTerminal

IdentityTerminal message in XML format

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