© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
231
4.3.38 is_GetColorConverter
Syntax
INT is_GetColorConverter (HIDS hCam,
INT ColorMode,
INT* pCurrentConvertMode,
INT* pDefaultConvertMode,
INT* pSupportedConvertModes)
Description
For color cameras, is_GetColorConverter() returns the set mode or all available Bayer
conversion modes for the specified color mode. The return value depends on the selected color
mode. For further information, please refer to the Appendix: color and memory formats section.
Input parameters
Color mode for which the converter is to be
returned
For a list of all available color formats and the
associated input parameters, see the Appendix:
Color and memory formats section.
Currently selected converter for this color mode
Default converter for this color mode
All converters supported for this color mode.
Possible converters are:
IS_CONV_MODE_NONE
IS_CONV_MODE_SOFTWARE_3X3
IS_CONV_MODE_SOFTWARE_5X5
IS_CONV_MODE_HARDWARE_3X3
Return values
Function executed successfully
Related functions
is_SetColorConverter()
is_SetColorMode()