Please enable JavaScript to view this site.

uEye DirectShow 4.97

IID_IuEyeResample

This interface provides special functions for subsampling and binning that are not covered by the DirectShow standard. These can be used to reduce the image size and increase the frame rate without reducing the image area (field of view). To use the interface, you must integrate the uEyeCaptureInterface.h header file into your project.

hint_info

These functions are not supported by the following camera models:

UI-1007XS

IuEyeResample provides the following functions:

Subsampling_SetMode

Sets a subsampling mode.

Subsampling_GetMode

Returns the set subsampling mode.

Subsampling_GetVerticalResolution

Returns the set vertical subsampling factor.

Subsampling_GetHorizontalResolution

Returns the set horizontal subsampling factor.

Subsampling_Is2xVertSupported

Returns information on whether the camera supports vertical 2x subsampling.

Subsampling_Is2xHorSupported

Returns information on whether the camera supports horizontal 2x subsampling.

Subsampling_Is3xVertSupported

Returns information on whether the camera supports vertical 3x subsampling.

Subsampling_Is3xHorSupported

Returns information on whether the camera supports horizontal 3x subsampling.

Subsampling_Is4xVertSupported

Returns information on whether the camera supports vertical 4x subsampling.

Subsampling_Is4xHorSupported

Returns information on whether the camera supports horizontal 4x subsampling.

Subsampling_Is5xVertSupported

Returns information on whether the camera supports vertical 5x subsampling.

Subsampling_Is5xHorSupported

Returns information on whether the camera supports horizontal 5x subsampling.

Subsampling_Is6xVertSupported

Returns information on whether the camera supports vertical 6x subsampling.

Subsampling_Is6xHorSupported

Returns information on whether the camera supports horizontal 6x subsampling.

Subsampling_Is8xVertSupported

Returns information on whether the camera supports vertical 8x subsampling.

Subsampling_Is8xHorSupported

Returns information on whether the camera supports horizontal 8x subsampling.

Subsampling_Is16xVertSupported

Returns information on whether the camera supports vertical 16x subsampling.

Subsampling_Is16xHorSupported

Returns information on whether the camera supports horizontal 16x subsampling.

Subsampling_IsColorSubsamplingSupported

Returns information on whether the camera supports color-preserving subsampling.

Binning_SetMode

Sets a binning mode.

Binning_GetMode

Returns the set binning mode.

Binning_GetVerticalResolution

Returns the set vertical binning factor.

Binning_GetHorizontalResolution

Returns the set horizontal binning factor.

Binning_GetImageWidth

Returns the image width achieved with the current binning or subsampling settings.

Binning_GetImageHeight

Returns the image height achieved with the current binning or subsampling settings.

Binning_Is2xVertSupported

Returns information on whether the camera supports vertical 2x binning.

Binning_Is2xHorSupported

Returns information on whether the camera supports horizontal 2x binning.

Binning_Is3xVertSupported

Returns information on whether the camera supports vertical 3x binning.

Binning_Is3xHorSupported

Returns information on whether the camera supports horizontal 3x binning.

Binning_Is4xVertSupported

Returns information on whether the camera supports vertical 4x binning.

Binning_Is4xHorSupported

Returns information on whether the camera supports horizontal 4x binning.

Binning_Is6xVertSupported

Returns information on whether the camera supports vertical 6x binning.

Binning_Is6xHorSupported

Returns information on whether the camera supports horizontal 6x binning.

Binning_IsColorBinningSupported

Returns information on whether the camera supports color-preserving binning.