XML_BurningPrevention

BurningPrevention message in XML format.

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

Remarks

  • When protectionMode is "lensMovement", the node movementDurationis 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.