Process Function
The Process
function is called in the first frame without ISP Statistics or when the ISP has processed the captured image and generated the statistics.
The plugin must receive input information in the SiplControlAutoInputParam
structure and populate the results into the SiplControlAutoOutputParam
structure. SiplControlAutoInputParam
and SiplControlAutoOutputParam
structures are described in the Process Function Input Parameters and Process Function Output Parameters sections.
SIPLStatus Process(const SiplControlAutoInputParam& inParams,
SiplControlAutoOutputParam& outParams)
Parameters |
inParams: Specifies the input parameters to the plugin. outParams: Specifies the generated output parameters by the plugin. |
Return Value |
NVSIPL_STATUS_OK: Success. NVSIPL_STATUS_ERROR: An error occurred. |