From 80cf78e0ebea53d79dd2ea87cf5525ff87e0b28f Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 15 十一月 2019 11:05:36 +0800 Subject: [PATCH] add carcolor --- sdk.proto | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sdk.proto b/sdk.proto index afe0f0a..244b417 100644 --- a/sdk.proto +++ b/sdk.proto @@ -99,14 +99,15 @@ Rect rcLocation = 8; int32 nTime = 9; int32 nCarBright = 10; - int32 nCarLogo = 11; - int32 nCarType = 12; - bytes plateBin = 13; - bytes nBinPlateWidth = 14; - bytes nBinPlateHeight = 15; - Rect rcLogoLocation = 16; - bytes nCarModel = 17; - bytes nCarModelConfidence = 18; + int32 NCarColor = 11; + int32 nCarLogo = 12; + int32 nCarType = 13; + bytes plateBin = 14; + bytes nBinPlateWidth = 15; + bytes nBinPlateHeight = 16; + Rect rcLogoLocation = 17; + bytes nCarModel = 18; + bytes nCarModelConfidence = 19; // bytes picCache = 19; // bytes reserved = 20; -- Gitblit v1.8.0