liuxiaolong
2020-12-15 49a34234359fcbd48223cd44c10ed77e285f563d
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;