| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetExposureTimeRange |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetExposureTimeRange(DOUBLE* minExp, DOUBLE* maxExp,
DOUBLE* intervall)
Description
Using GetExposureRange(), you can query the exposure values (in milliseconds) available for the currently selected timing (pixel clock, frame rate). The available time values are comprised between min and max and can be set in increments defined by the intervall parameter.
Parameters
minExp |
Returns the minimum available exposure time. |
maxExp |
Returns the maximum available exposure time. |
intervall |
Returns the increment you can use to change the image exposure time. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions