From 20d32333069ca70c1517612e1e5eb4f55bef1e9c Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 19 十二月 2019 11:03:13 +0800
Subject: [PATCH] add location
---
es.proto | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/es.proto b/es.proto
index 880798a..e897a3a 100644
--- a/es.proto
+++ b/es.proto
@@ -16,12 +16,25 @@
string attachFeature = 2;
string cameraId =3;
repeated LinkEsInfo linkEsInfo = 4;
+ TargetLocation targetLocation =5;
}
+
+message TargetLocation {
+ Location topLeft =1;
+ Location bottomRight =2;
+}
+
+message Location {
+ double x =1;
+ double y =2;
+}
+
message LinkEsInfo {
string cameraId =1;
string feature =2;//浜轰綋鐗瑰緛
string attachFeature = 3;//杈呭姪鐗瑰緛锛屾湁鐨勮瘽灏辨槸浜鸿劯鐗瑰緛
+ TargetLocation targetLocation =4;
}
message Dbperson{
--
Gitblit v1.8.0