{
"id": "GSF_ID_CODEC_OSD",
"op": "G1C0S0",
"data":{
"enable": 1,
"idx": 4,
"type": 3,
"fontsize": 16,
"fg_color": 33554431,
"bg_color": 0,
"point": [
50,
150
],
"wh": [
0,
0
],
"text": "总人数",
"bind": -1,
"snapwith": 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_OSD",
"op": "G1C0S0",
"data":{
"enable": 1,
"idx": 4,
"type": 3,
"fontsize": 16,
"fg_color": 33554431,
"bg_color": 0,
"point": [
50,
150
],
"wh": [
0,
0
],
"text": "总人数",
"bind": -1,
"snapwith": 0
}
}'{
"code": 0,
"data": {
"count": 0,
"vec": [
{}
]
}
}