Set

Function

This API is used to set the binocular stitching ipc stitching distance parameters.

Request Message

See System > ImageStitching > Range > Parameter Description > Table 2 for parameter description.

Sample:

POST /API/SystemConfig/ImageStitching/Set HTTP/1.1
{
  "version": "1.0",
  "data": {
    "channel_info": {
      "CH5": {
        "ds_distance": 11
      }
    }
  }
}

Response Message

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
	"result": "success",
	"data": {}
}

Error Code

See Response Messages Body and Common error_code for more information.