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;