JSON_ShipsDetectionCaptureRatioCap

ShipsDetectionCaptureRatioCap message in JSON format

{
  "ShipsDetectionCaptureRatioCap":{
    "centerCaptureEnabled":"true,false",
/*required, boolean, enable center capture mode*/
    "captureRatio":{
/*optional, int, capture ratio*/
      "@min":1,
      "@max":32
    },
    "centeringDwellTime":{
/*optional, int, centering dwell time; range: [1,10] second*/
      "@min":1,
      "@max":10
    }	
  }
}