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.
| 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.
| Return | Description |
|---|---|
| 0 | Success |
| Other values | Failure |
Requirement
The file libISPC.a is required for using this API.
