Please enable JavaScript to view this site.

uEye DirectShow 4.97

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

IuEyeCapturePin

Related functions

GetExposureTime

SetExposureTime

SetPixelClock