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.
These functions are not supported by the following camera models: •UI-1007XS |
IuEyeResample provides the following functions:
Sets a subsampling mode. |
|
Returns the set subsampling mode. |
|
Returns the set vertical subsampling factor. |
|
Returns the set horizontal subsampling factor. |
|
Returns information on whether the camera supports vertical 2x subsampling. |
|
Returns information on whether the camera supports horizontal 2x subsampling. |
|
Returns information on whether the camera supports vertical 3x subsampling. |
|
Returns information on whether the camera supports horizontal 3x subsampling. |
|
Returns information on whether the camera supports vertical 4x subsampling. |
|
Returns information on whether the camera supports horizontal 4x subsampling. |
|
Returns information on whether the camera supports vertical 5x subsampling. |
|
Returns information on whether the camera supports horizontal 5x subsampling. |
|
Returns information on whether the camera supports vertical 6x subsampling. |
|
Returns information on whether the camera supports horizontal 6x subsampling. |
|
Returns information on whether the camera supports vertical 8x subsampling. |
|
Returns information on whether the camera supports horizontal 8x subsampling. |
|
Returns information on whether the camera supports vertical 16x subsampling. |
|
Returns information on whether the camera supports horizontal 16x subsampling. |
|
Returns information on whether the camera supports color-preserving subsampling. |
|
Sets a binning mode. |
|
Returns the set binning mode. |
|
Returns the set vertical binning factor. |
|
Returns the set horizontal binning factor. |
|
Returns the image width achieved with the current binning or subsampling settings. |
|
Returns the image height achieved with the current binning or subsampling settings. |
|
Returns information on whether the camera supports vertical 2x binning. |
|
Returns information on whether the camera supports horizontal 2x binning. |
|
Returns information on whether the camera supports vertical 3x binning. |
|
Returns information on whether the camera supports horizontal 3x binning. |
|
Returns information on whether the camera supports vertical 4x binning. |
|
Returns information on whether the camera supports horizontal 4x binning. |
|
Returns information on whether the camera supports vertical 6x binning. |
|
Returns information on whether the camera supports horizontal 6x binning. |
|
Returns information on whether the camera supports color-preserving binning. |