MxstServiceInfo
Function
This API is used by the inference service to send requests.
Structure Definition
struct MxstServiceInfo {
int fragmentId;
std::string customParam;
std::vector<CropRoiBox> roiBoxs;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
fragmentId |
Input |
Fragment ID |
customParam |
Input |
Custom parameter |
roiBoxs |
Input |
Coordinate array of the cropped frame |
Parent topic: Data Structure