SetFPS

The function is described in the following sections.

Description

Set the FPS value in the sensor.

Syntax

The following code block shows the syntax of the function.
SetFPS(
    SENSOR_HANDLE *pstHandle,
    STF_DOUBLE dFps
    );

Parameter

The function has the following parameters.
Table 1. SetFPS Parameter Description
Parameter Description Input/Output
pstHandle Sensor handle Input
dFps FPS value Input

Return

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

Requirement

None