MxstDataInput
Function
Defines the data structure received by the stream.
Structure Definition
struct MxstDataInput {
MxstServiceInfo serviceInfo;
int dataSize = 0;
uint32_t* dataPtr = nullptr;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
serviceInfo |
Input |
Inference service data |
dataSize |
Input |
Image data size. The size must be the same as the actual size. Otherwise, a core dump may occur. |
dataPtr |
Input |
Pointer to the image data |
Parent topic: Data Structure