JSON_fireDetection_AdvanceParamCap

JSON message about capability of configuring advanced parameters of fire detection.

{
  "AdvanceParamCap": {
    "minPixel": {
/*optional, int, the minimum pixel of fire detection, range: [1,10]*/
      "@min": 1, 
      "@max": 10
    },
    "isFocusEnabled": {
/*optional, boolean, whether to enable focus when the visible light channel zoomed in/out: true (yes), false (no)*/
      "@opt":[true,false]    
    },
    "sceneMode": {
/*optional, string, scene mode: "mountain", "plain"*/
      "@opt":["mountain","plain"]
    },
    "skylineDetectionLevel":  {
/*optional, int, skyline detection level; value range: [0,4]*/
      "@min": 0, 
      "@max": 4
    }        
  }
}