liuxiaolong
2020-03-04 2637c4209590f557a295b0309d055704437e3fdd
protomsg.proto
@@ -36,6 +36,22 @@
    int32 run_type = 19;//做任务的类型(0:轮询,1:实时)
    string run_server_id = 20;//当前正在哪台服务器上做任务
    int32 resolution_width = 21; //分辨率宽
    int32 resolution_height = 22; //分辨率高
    repeated Sensor sensors = 23; //传感器
}
message Sensor {
    string id = 1;
    int32 type = 2;
    string ip = 3;
    int32 port = 4;
    string username = 5;
    string password = 6;
    int32 threshold = 7;
    bool enable = 8;
    string devId = 9;
}
//摄像机联动