| Home > Function descriptions > | History back Previous chapter Next chapter Print |
AddHDRKneepoint |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG AddHDRKneepoint (DOUBLE dblX, DOUBLE dblY)
Description
AddHDRKneepoint() adds the coordinates of a new kneepoint to kneepoint list used in HDR mode (see EnableHdr()). If the list already contains the maximum number of kneepoints supported, the function returns an error message.
|
|
Parameters
dblX |
Variable containing the x-coordinate of the kneepoint |
dblY |
Variable containing the y-coordinate of the kneepoint |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_INVALID_CAMERA_HANDLE |
No camera could be found |
Related functions