| | |
| | | string snapshot_url = 4;//摄像机底图快照 |
| | | int32 type = 5; |
| | | string addr = 6; |
| | | int32 areaid = 7; |
| | | float longitude = 8; |
| | | float latitude = 9; |
| | | float longitude = 7; |
| | | float latitude = 8; |
| | | int32 floor = 9; |
| | | string rtsp = 10; |
| | | string ip = 11; |
| | | int32 port = 12; |
| | |
| | | string cameraId = 2; |
| | | string taskId = 3; |
| | | int64 imgId = 4; |
| | | repeated string sdkIds = 5; |
| | | int32 type = 6; |
| | | string videoUrl = 5; |
| | | repeated string sdkIds = 6; |
| | | int32 type = 7; |
| | | } |
| | | |
| | | message CompareArgs { |
| | |
| | | } |
| | | |
| | | message CompareEvent { |
| | | int32 eventType =1; |
| | | CompareEventType eventType =1; |
| | | bytes payload = 2; |
| | | } |
| | | |
| | |
| | | bool enable = 2; |
| | | } |
| | | |
| | | message PushAttach { |
| | | string push_id = 1; |
| | | Camera cam = 2; |
| | | string server_id = 3; |
| | | string server_name = 4; |
| | | string local_ip = 5; |
| | | string video_url = 6; |
| | | } |
| | | |
| | | enum EsCacheChanged { |
| | | T_DbTable = 0;//底库有效状态变化 |
| | | T_DbTablePerson = 1;//底库人员有效状态变化 |