From efc9f6931df7c351c46795e54538ee68f0e89b7f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 24 五月 2019 11:14:38 +0800
Subject: [PATCH] update facepos;

---
 protomsg.proto |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 692d8a9..6040f32 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -7,6 +7,7 @@
 	int32 index = 3 ;
 }
 
+//SdkMessage struct test
 message SdkMessage {
 	string cid = 1;
 	TaskLabel tasklab = 2;
@@ -43,6 +44,12 @@
     string password = 12;
     string brand = 13;
     string reserved = 14;
+}
+
+//鎽勫儚鏈虹殑浠诲姟淇℃伅
+message CameraAndTaskInfo {
+    Camera camera = 1;//鎽勫儚鏈轰俊鎭�
+    repeated Task tasks = 2;//浠诲姟鍒楄〃
 }
 
 //Task缁撴瀯浣�
@@ -188,8 +195,9 @@
 	int32 typ = 2;
 	float prob = 3;
 }
+
 // sdk face property
-message ParamFaceProperty{
+message ParamFacePos{
 	FacePos pos = 1;
 	Image img = 2;
 }

--
Gitblit v1.8.0