STFLIB_ISP_DEVICE_GenerateDeviceTable

The API is described in the following sections.

Description

Generate the media device table.

Syntax

The following code block shows the syntax of the API.
STFLIB_ISP_DEVICE_GenerateDeviceTable(
    STF_CHAR *pszDriverName,
    STF_CHAR *pszModelName
    );

Parameter

The API has the following parameters.
Table 1. STFLIB_ISP_DEVICE_GenerateDeviceTable Parameter Description
Parameter Description Input/Output
pszDriverName Driver name of media device Input
pszModelName Model name of media device Input

Return

The API has the following return values.
Table 2. STFLIB_ISP_DEVICE_GenerateDeviceTable Return Description
Return Description
0 Success
Other values Failure

Requirement

The file libISPC.a is required for using this API.