1.调通所有与服务器HTTP连接的接口 2.更新图语License从服务器查询和U盘获取后上报,前板可直接使用产测工具写入License 3.优化接收到前板的H264解码后出现视频卡的问题 4.更新从前板取图后旋转 5.增加ffmpeg解码的视频分辨率获取

This commit is contained in:
2024-08-29 11:49:55 +08:00
parent 07ab6b9608
commit e0c1e37191
21 changed files with 456 additions and 1882 deletions

View File

@@ -2,19 +2,19 @@
{
"cmd": "GET_BACK_MAC",
"val": 0,
"lable": "获取后板MAC地址",
"lable": "get_MAC_addr",
"timeout": 0
},
{
"cmd": "GET_BACK_UUID",
"cmd": "GET_BACK_UUID_SN",
"val": 0,
"lable": "获取UUID",
"lable": "get_UUID_SN",
"timeout": 0
},
{
"cmd": "GET_BACK_SN",
"cmd": "WRITE_BACK_UUID_SN",
"val": 0,
"lable": "获取SN",
"lable": "write_UUID_SN",
"timeout": 0
}
]

View File

@@ -16,23 +16,5 @@
"val": 0,
"lable": "后板硬件版本:",
"timeout": 2000
},
{
"cmd": "GET_BACK_MAC",
"val": 0,
"lable": "后板MAC地址:",
"timeout": 2000
},
{
"cmd": "GET_BACK_SN",
"val": 0,
"lable": "SN号:",
"timeout": 2000
},
{
"cmd": "GET_BACK_UUID",
"val": 0,
"lable": "UUID:",
"timeout": 2000
}
]

View File

@@ -124,5 +124,11 @@
"val": 1,
"lable": "设置log等级",
"timeout": 2000
},
{
"cmd": "SET_ALL_DATA_RESET",
"val": "0",
"lable": "前板恢复出厂",
"timeout": 2000
}
]

View File

@@ -1,8 +1,8 @@
[
{
"cmd": "get_YUV",
"val": 1,
"lable": "雷达测试",
"timeout": 2000
"cmd": "GET_IMG",
"val": "0",
"lable": "取图",
"timeout": 0
}
]

View File

@@ -1,13 +1,13 @@
[
{
"cmd": "START_VIDEO",
"val": 1,
"val": "1",
"lable": "启动视频",
"timeout": 0
},
{
"cmd": "STOP_VIDEO",
"val": 1,
"val": "0",
"lable": "停止视频",
"timeout": 0
}