From 49a34234359fcbd48223cd44c10ed77e285f563d Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 15 十二月 2020 16:30:07 +0800 Subject: [PATCH] 添加CameraPolygonRelation --- protomsg.proto | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index f33eb95..763ff7c 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -237,6 +237,7 @@ T_CalculationPower = 12;//闇�瑕侀噸鏂拌绠楃畻鍔涘崰鐢ㄦ儏鍐� T_EventPush = 13; //浜嬩欢鎺ㄩ�佹湁鍙樺寲 T_Cluster = 14; //闆嗙兢鍒涘缓銆佸姞鍏ユ垨閫�鍑� + T_CameraPolygonRelation = 15; //鎽勫儚鏈哄尯鍩熺殑鍏宠仈鍏崇郴 } enum DbAction { @@ -265,6 +266,14 @@ string camera_name = 9; //鎽勫儚鏈哄悕绉� } +message CameraPolygonRelation { + string id = 1; + string source_camera_id = 2; + string source_polygon_id = 3; + string target_camera_id = 4; + string target_polygon_id = 5; +} + message VideotapeInfo { string esDataId = 1; string cameraId = 2; -- Gitblit v1.8.0