From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发

---
 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