Process

Function Usage

Plugin execution method. This method needs to be rewritten for custom plugins to implement the functions of the plugin in this method.

Prototype

virtual APP_ERROR Process(std::vector<MxpiBuffer *>& mxpiBuffer) = 0;

Parameter Description

Parameter

Description

mxpiBuffer

Data transferred by the previous plugin

The member data under this data structure is input by the upstream plugin. Do not manually set the memory data.

Return Parameter Description

Data Structure

Description

APP_ERROR

Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file.