{
"key": "14419999999",
"command": 34817,
"data": {
"channelID": 1,
"shootCommand": 65535,
"photoIntervalOrVideoTime": 0,
"saveFlag": 0,
"resolution": 1,
"videoQuality": 10,
"intensity": 255,
"contrast": 100,
"saturation": 100,
"chroma": 100
}
}
curl --location --request POST 'http://127.0.0.1:18000/api/v1/jt808/8801' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "14419999999",
"command": 34817,
"data": {
"channelID": 1,
"shootCommand": 65535,
"photoIntervalOrVideoTime": 0,
"saveFlag": 0,
"resolution": 1,
"videoQuality": 10,
"intensity": 255,
"contrast": 100,
"saturation": 100,
"chroma": 100
}
}'
{
"code": 200,
"msg": "success",
"data": {
"errDescribe": "",
"command": 34817,
"replyCommand": 2053,
"details": {
"respondSerialNumber": 21,
"result": 0,
"multimediaIDNumber": 1,
"multimediaIDList": [
14
],
"names": [
"000556_102422000058_14"
]
},
"terminalMessage": "7e08050009102422000058002000150000010000000e707e",
"platformMessage": "7e8801000c1024220000580015010002000000010aff6464644d7e",
"remark": "平台-摄像头立即拍照命令 -> 终端-摄像头立即拍照"
}
}