GetExposureRange

The function is described in the following sections.

Description

Get the range of exposures the sensor can use.

Syntax

The following code block shows the syntax of the function.
GetExposureRange(
    SENSOR_HANDLE *pstHandle,
    STF_U32 *pu32Min,
    STF_U32 *pu32Max,
    STF_U8 *pu8Contexts
    );

Parameter

The function has the following parameters.
Table 1. GetExposureRange Parameter Description
Parameter Description Input/Output
pstHandle Sensor handle Input
pu32Min Minimum exposure time value Output
pu32Max Maximum exposure time Output
u8Context Sensor context. No longer in use Input

Return

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

Requirement

None