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.
Parameter | Description | Input/Output |
---|---|---|
pstHandle | Sensor handle | Input |
pu16FixedFps | Fixed FPS value | Output |
Return
The function has the following return values.
Return | Description |
---|---|
0 | Success |
Other values | Failure |
Requirement
None