ShipsDetectionSceneCap message in JSON format
{ "ShipsDetectionSceneCap":{ "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*/ "@min":, "@max":, "def":, }, "SceneNameOverlay":{ /*optional, scene name on-screen display*/ "enabled":{ /*required, enable scene name OSD*/ "@opt":"true,false" }, "normalizedScreenSize":{ /*normalized size*/ "normalizedScreenWidth":{ /*optional, float type, normalized width*/ "@min":0, "@max":1, }, "normalizedScreenHeight":{ /*optional, float type, normalized height*/ "@min":0, "@max":1, } }, "positionX":{ /*optional, integer type, original point X-coordinate*/ "@min":, "@max":, }, "positionY":{ /*optional, integer type, original point Y-coordinate*/ "@min":, "@max":, } } } }