MxstServiceInfo
Description
Sends requests for the inference service.
Structure Definition
1 2 3 4 5 | struct MxstServiceInfo { int fragmentId; std::string customParam; std::vector<CropRoiBox> roiBoxs; } |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
fragmentId |
Input |
Fragment ID |
customParam |
Input |
Custom parameter |
roiBoxs |
Input |
Coordinate array of the cropped frame |
Parent topic: Process Orchestration Data Structures