Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetExposureRange |
uEye Camera Manual Version 3.80
is_GetExposureRange
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetExposureRange (HIDS hCam,
double* min,double* max, double* intervall)
Description
Using is_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.
|
Input Parameters
hCam |
Camera handle |
min |
Returns the minimum available exposure time. |
max |
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