From 583f8621bfa6770bb8c6556257717a1e009a75d1 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 28 十一月 2019 11:57:03 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/pubsub/protomsg --- sdk.proto | 40 +++++++++++++++++++++++++++++++++------- 1 files changed, 33 insertions(+), 7 deletions(-) diff --git a/sdk.proto b/sdk.proto index a7a4977..cf8e7dd 100644 --- a/sdk.proto +++ b/sdk.proto @@ -112,12 +112,9 @@ // bytes picCache = 19; // bytes reserved = 20; } -message PlateIDResult { - repeated PlateID result = 1; -} // cloud -message PlateCloudID{ +message PlateIDCloud{ string license = 1; Rect rcLocation = 2; int32 nConfidence = 3; @@ -140,6 +137,35 @@ // repeated Rect charConfidence = 19; } -message PlateCloudIDResult { - repeated PlateCloudID result = 1; -} \ No newline at end of file +message PlateIDVehicle{ + int32 nPlateFlag = 1; + int32 nColor = 2; + int32 nType = 3; + string license = 4; + int32 nConfidence = 5; + int32 nCharNum = 6; + repeated int32 nCharConfidence = 7; + Rect rcLocation = 8; + Rect rcCarLocation = 9; + string vehicleType = 10; + string vehicleBrand = 11; + string vehicleSub = 12; + string vehicleType1 = 13; + float fvdConf = 14; + float fConfdence = 15; + int32 nVehicleSubModel = 16; + int32 nVehicleBright = 17; + int32 nVehicleColor1 = 18; + int32 nVehicleColor2 = 19; + + // PCaptureImage [4]uint8 //瑙嗛妯″紡璇嗗埆涓嬫姄鎷嶇殑鍥剧墖鏁版嵁 + // NImageWidth int32 //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忓搴� + // NImageHeight int32 //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忛珮搴� + +} + +message PlateIDResult { + // repeated PlateID result = 1; + // repeated PlateIDCloud result = 1; + repeated PlateIDVehicle result = 1; +} -- Gitblit v1.8.0