GetFixedFPS

The function is described in the following sections.

Description

Get the fixed FPS value in the sensor.

Syntax

The following code block shows the syntax of the function.
GetFixedFPS(
    SENSOR_HANDLE *pstHandle,
    STF_U16 *pu16FixedFps
    );

Parameter

The function has the following parameters.
Table 1. GetFixedFPS Parameter Description
Parameter Description Input/Output
pstHandle Sensor handle Input
pu16FixedFps Fixed FPS value Output

Return

The function has the following return values.
Table 2. GetFixedFPS Return Description
Return Description
0 Success
Other values Failure

Requirement

None