liuxiaolong
2020-06-23 d5a8083cb91aaf798aa86b5e1da448e9e057b6bf
protomsg.proto
@@ -63,6 +63,7 @@
message SdkRun {
    string ipc_id = 1;
    string sdk_type = 2;
    bool isSourceImg = 3;
}
@@ -120,6 +121,12 @@
    bool enable = 12;
}
message GroupRuleSdks {
    string id = 1;
    string scene_name = 2;
    repeated SdkRun sdks = 3;
}
message Rule {
    string id =1;
    string camera_id =2;