STFLIB_ISP_GetVideoDevice2

The API is described in the following sections.

Description

Get a specific video device handle from the ISP context.

Syntax

The following code block shows the syntax of the API.
STFLIB_ISP_GetVideoDevice2(
    STF_VOID *pIspCtx,
    CI_BUFFTYPE enBufferType
    );

Parameter

The API has the following parameters.
Table 1. STFLIB_ISP_GetVideoDevice2 Parameter Description
Parameter Description Input/Output
pIspCtx ISP context handle Input
enBufferType Video device buffer type (CI_TYPE_UO … CI_TYPE_Y_HIST) Input

Return

The API has the following return values.
Table 2. STFLIB_ISP_GetVideoDevice2 Return Description
Return Description
STF_VOID * Video device handle

Requirement

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