XML_BurningPreventionCap

BurningPreventionCap message in XML format

<BurningPreventionCap version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <enabled opt="rue,false"><!--req, xs:boolean--></enabled>
  <mode opt="manual,automatic"><!--opt, xs:string, mode: manual, automatic--></mode>
  <closedDuration min="5" max="60" default="10">
    <!--opt, xs:integer, closed status duration, unit: second-->
  </closedDuration>
  <shutterStatus opt="closed,open"><!--opt, xs:string, shutter status: closed, open--></shutterStatus>
  <protectionMode opt="lensMovement,shutterClose">
    <!--opt, xs:string, protection mode: lensMovement-lens movement, shutterClose-close shutter-->
  </protectionMode>
  <burningRecoveryEnabled opt="true,false">
    <!--opt, xs:boolean, enable burning recovery or not-->
  </burningRecoveryEnabled>
  <movementDuration min="" max="" default="">
    <!-- opt, xs:integer, duration of lens movement for burning protection, unit: minute-->
  </movementDuration>
</BurningPreventionCap>

Remarks

  • When protectionMode is "lensMovement", the node movementDuration is valid.

  • When protectionMode is "shutterClose", the node closedDuration, shutterStatus, and burningRecoveryEnabled are valid.

  • When mode is "automatic", the shutter is open, and cannot be configured.