JSON_fireDetection_AdvanceParam

JSON message about advanced parameters of fire detection

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