WiFI杰里平台指令参考
1.设备信息描术(dev_desc.txt)
杰里平台针对设备固定项的描述文件
{
"app_list": {
"match_android_ver": ["1.0", "2.0"],
"match_ios_ver": ["1.0", "2.0"]
},
"forward_support": ["0", "1", "2"],
"behind_support": ["0", "1", "2"],
"forward_record_support": ["0", "1", "2"],
"behind_record_support": ["0", "1", "2"],
"rtsp_forward_support": ["0", "1"],
"rtsp_behind_support": ["0", "1"],
"device_type": "1",
"net_type": "0",
"rts_type": "0",
"product_type": "AC54xx_wifi_car_camera",
"support_projection": "0",
"firmware_version": "1.0.1",
"match_app_type": "DVRunning 2",
"uuid": "xxxxxx"
}
forward_record_support,前录录制支持分辨率(0/VGA,1/720P,2/1080P),不支持的项则不返回(如:不支持1080,则不返回2)
behind_record_support,后录录制支持分辨率(0/VGA,1/720P,2/1080P),如果不支持后录分辨率单独设置,返回空
2.指令(Topic)描述
Topic | 操作 | 参数示例 | 返回示例 | 描述 |
---|---|---|---|---|
ZY_8567 | GET | ---- | "op":"NOTIFY","param":{ "ZY_8567":"内容"} | 智阳硬件识别码,内容参考智阳硬件识别定义,连接后主动上报 |
DEVICE_FUNC | GET | ---- | "op":"NOTIFY","param":{ "value":"内容"} | 设备常用功能支持列表,参见wifi协议概览2.1,连接后主动上报 |