JSON_ShipsDetectionScene

ShipsDetectionScene message in JSON format

{
  "ShipsDetectionScene":{
    "sid":,
/*required, integer type, scene ID*/
    "sceneName":"",
/*optional, string type, scene name*/
    "sceneRatio":,
/*optional, integer type, scene ratio (actual ratio of each channel). You can get the channel No. via URL: /ISAPI/Thermal/shipsDetection/capabilities?format=json*/
    "SceneNameOverlay":{
/*optional, scene name on-screen display*/
      "enabled":,
/*required, enable scene name OSD*/
      "normalizedScreenSize":{
/*normalized size*/
        "normalizedScreenWidth":,
/*optional, float type, normalized width*/
        "normalizedScreenHeight": 
/*optional, float type, normalized height*/
      },
      "positionX":,
/*optional, integer type, original point X-coordinate*/
      "positionY": 
/*optional, integer type, original point Y-coordinate*/
    }
  }
}