Syntax
GetExposureRange (long *plMinExp, long *plMaxExp, long *plInterval)
Description
GetExposureRange returns the value range for the exposure time of a camera (minimum, maximum or step width). The value range for the exposure time depends on the pixel clock settings and frame rate (see output pin interface IAMStreamConfig).
Parameter
plMinExp |
Pointer to the variable in which the minimum value of the exposure time in µs is written. |
plMaxExp |
Pointer to the variable in which the maximum value of the exposure time in µs is written. |
plInterval |
Pointer to the variable in which the step width of the exposure time in µs is written. |
Interface
Related functions