Please enable JavaScript to view this site.

uEye DirectShow 4.97

IID_IuEyeCapturePinEx

This interface provides the uEye camera with several special functions for timing that are not covered by the DirectShow standard. This interface extends the existing IuEyeCapturePin interface. To use the interface, you must integrate the uEyeCaptureInterface.h header file into your project.

IuEyeCapturePinEx provides the following functions:

LongtermExposure_IsSupported

Returns if the current camera supports the long exposure mode.

LongtermExposure_Enable

Enables/disables the long exposure.

LongtermExposure_IsEnabled

Returns if long exposure is enabled.

GetNumPixelClocks

Returns the number of discrete pixel clocks which are supported by the camera.

GetPixelClockList

Returns the list with discrete pixel clocks.

PixelClockRange_IsSupported

Returns if a value range for the pixel clock is supported. Otherwise, the list of discrete pixel clocks has to be used.

GetPixelClockRangeEx

Returns the value range for the pixel clock (minimum, maximum, default and increment).