Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetSensorScalerInfo |
uEye Camera Manual Version 3.80
is_GetSensorScalerInfo
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetSensorScalerInfo (HIDS hCam,
SENSORSCALERINFO* pSensorScalerInfo,
INT nSensorScalerInfoSize)
Description
Using is_GetSensorScalerInfo() you can query information on the image scaling which is supported by some sensors.
|
Input Parameters
hCam |
Camera handle |
pSensorScalerInfo |
Pointer to a SENSORSCALERINFO type structure to which the information will be written |
nSensorScalerInfoSize |
Size of the structure |
Contents of the SENSORSCALERINFO Structure
INT |
nCurrMode |
Returns the current mode |
INT |
nNumberOfSteps |
Returns the number of steps for the scaling factor |
double |
dblFactorIncrement |
Returns the increment for the scaling factor |
double |
dblMinFactor |
Returns the minimum scaling factor |
double |
dblMaxFactor |
Returns the maximum scaling factor |
double |
dblCurrFactor |
Returns the current scaling factor |
BYTE |
bReserved[88] |
Reserved |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_INVALID_PARAMETER |
General error message |
IS_NOT_SUPPORTED |
The test image function is not supported by the camera. |
Related Functions