From dd14602f4c52fb1a1a82c787f7187d062517edce Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 13 六月 2019 19:06:53 +0800
Subject: [PATCH] new CameraTimerule
---
protomsg.proto | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index dbb35ec..6e30aef 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -89,7 +89,6 @@
message CameraTimerule {
string id = 1;//id
string name = 2;//瑙勫垯鍚嶇О
- string camera_id = 3;//鎽勫儚鏈篿d
repeated DayCtl time_rule = 4;//鍏蜂綋鏃堕棿瑙勫垯璁剧疆
}
@@ -248,4 +247,30 @@
string id = 2;//鍙樺寲鏁版嵁id
DbAction action = 3;//action
string info = 4;//鍙樺寲鍐呭
+}
+
+message CameraPolygon {
+ string id = 1;
+ string camera_id = 2;//鎽勫儚鏈篿d
+ string name = 3;//鍚嶇О
+ string polygon = 4;//鍧愭爣鐐归泦鍚�
+ string trigger_line = 5;
+ string direction_line = 6;
+ string type = 7;
+ int32 defence_state = 8;
+}
+
+message CameraTaskArg {
+ string id = 1;
+ string camera_task_id = 2;
+ string camera_id = 3;
+ string polygon_id = 4;
+ string sdk_id = 5;
+ string sdk_arg_alias = 6;
+ string operator = 7;
+ string operator_type = 8;
+ string sdk_arg_value = 9;
+ int32 sort = 10;
+ string rule_with_pre = 11;
+ string group_id = 12;
}
\ No newline at end of file
--
Gitblit v1.8.0