Syntax
GetSensorScalerInfo(SENSORSCALERINFO *pSensorScalerInfo, INT nSensorScalerInfoSize)
Description
Returns for some uEye models information for the internal scaling.
Internal image scaling is only supported by the series sensors UI-149x/UI-549x, UI-124x/UI-324x/UI-524x and UI-125x/UI-325x/UI-525x. |
Parameter
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 |
INT |
nSupportedModes |
Returns the supported function modes, see SetSensorScaler |
BYTE |
bReserved[84] |
Reserved |
Interface
Related functions