{
"id": "GSF_ID_CODEC_VENC",
"op": "G1C0S0",
"data": {
"enable": 1,
"type": 1,
"width": 2688,
"height": 1520,
"fps": 30,
"gop": 30,
"bitrate": 4000,
"profile": 1,
"rcmode": 1,
"qfactor": 0,
"qp": 0
}
}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_VENC",
"op": "G1C0S0",
"data": {
"enable": 1,
"type": 1,
"width": 2688,
"height": 1520,
"fps": 30,
"gop": 30,
"bitrate": 4000,
"profile": 1,
"rcmode": 1,
"qfactor": 0,
"qp": 0
}
}'{
"code": 0,
"data": {}
}