From 16255a4639f072ece37aaf141391960a6ce9c0bd Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 08 二月 2023 11:32:55 +0800
Subject: [PATCH] 修改提交的dataprocess.proto

---
 sdk.proto |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sdk.proto b/sdk.proto
index 70a9215..71258fe 100644
--- a/sdk.proto
+++ b/sdk.proto
@@ -13,6 +13,9 @@
     int64 id = 5;
     string cid = 6;
     string cname = 7;
+
+    int32 channel = 8;
+    int64 i64timestamp = 9;
 }
 
 message Target{
@@ -21,7 +24,7 @@
     int32 confidence = 3;
     Rect rect = 4;
     bytes feature= 5;
-    string attribute = 6;
+    bytes attribute = 6;
 }
 
 message NewSDKMessage{

--
Gitblit v1.8.0