Is your feature request related to a problem? Please describe.
Would be useful to send information about track (set of points for single object) to gRPC server-side
Describe the solution you'd like
This should be done as another gRPC field
message TrackInfo{
repeated PointInfo points = 1;
}
message PointInfo{
int32 x = 1;
int32 y = 2;
}
Describe alternatives you've considered
Nope
Additional context
Also it would be great to have option in configuration for each virtual line: "send_track": true/false.
Is your feature request related to a problem? Please describe. Would be useful to send information about track (set of points for single object) to gRPC server-side
Describe the solution you'd like This should be done as another gRPC field
Describe alternatives you've considered Nope
Additional context Also it would be great to have option in configuration for each virtual line: "send_track": true/false.