© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
375
IS_SUBSAMPLING_5X_HORIZONTAL
Enables horizontal sub-sampling with factor 5.
IS_SUBSAMPLING_6X_HORIZONTAL
Enables horizontal sub-sampling with factor 6.
IS_SUBSAMPLING_8X_HORIZONTAL
Enables horizontal sub-sampling with factor 8.
IS_SUBSAMPLING_16X_HORIZONTAL
Enables horizontal sub-sampling with factor 16.
Returns the current setting.
IS_GET_SUBSAMPLING_FACTOR_VERTICAL
Returns the vertical sub-sampling factor
IS_GET_SUBSAMPLING_FACTOR_HORIZONTAL
Returns the horizontal sub-sampling factor
Indicates whether the camera uses color-proof
sub-sampling.
IS_GET_SUPPORTED_SUBSAMPLING
Returns the supported sub-sampling modes.
Return values
When used with
IS_GET_SUBSAMPLING
Current setting: Returns an ORing of the
defined constants from ueye.h, e.g.
IS_SUBSAMPLING_2X_HORIZONTAL
When used with
IS_GET_SUBSAMPLING_FACTOR_VERTICAL
IS_GET_SUBSAMPLING_FACTOR_HORIZONTAL
Current setting: Returns the current
factor as integer value (2, 3, 4, 5, 6, 8,
16)
When used with
IS_GET_SUBSAMPLING_TYPE
Current setting: Returns
IS_SUBSAMPLING_COLOR if the camera
uses color-proof sub-sampling, else
IS_SUBSAMPLING_MONO
In Verbindung mit
IS_GET_SUPPORTED_SUBSAMPLING
Returns the supported sub-sampling
modes linked by logical ORs
An internal structure has an incorrect
size.
The image memory is already included
in the sequence and cannot be added
again.
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed
because no driver has been loaded.
An attempt to initialize or select the
camera failed (no camera connected or
initialization error).
A capturing operation is in progress and
must be terminated before you can start
another one.
IS_DR_CANNOT_CREATE_SURFACE
The image surface or overlay surface
could not be created.
IS_DR_CANNOT_CREATE_TEXTURE
The texture could not be created.
IS_DR_CANNOT_CREATE_VERTEX_BUFFER
The vertex buffer could not be created.
IS_DR_DEVICE_OUT_OF_MEMORY
Not enough graphics memory available.
The DirectRenderer library could not be
found.