| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetHdrKneepointInfo |
|
uEye ActiveX Manual Version 4.00
Syntax
VARIANT GetHdrKneepointInfo (LONG* NumberOfSupportedKneepoints,
DOUBLE* MinValueX, DOUBLE* MaxValueX,
DOUBLE* MinValueY, DOUBLE* MaxValueY)
Description
Some sensors support HDR mode (High Dynamic Range) with kneepoints. You can use the EnableHdr() function to enable/disable it. Using GetHdrKneepointinfo(), you can query information on the knee points.
|
|
Parameters
NumberOfSupportedKneepoints |
Maximum number of supported knee points |
MinValueX |
Pointer to variable returning the minimum X value of a knee point |
MaxValueX |
Pointer to variable returning the maximum X value of a knee point |
MinValueY |
Pointer to variable returning the minimum Y value of a knee point |
MaxValueY |
Pointer to variable returning the maximum Y value of a knee point |
Return values
<default kneepoints> |
Variant array containing default kneepoint coordinates |
IS_NOT_SUPPORTED |
This function is not supported by the current camera |
Related functions