Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetColorConverter |
uEye Camera Manual Version 3.80
is_GetColorConverter
USB 2.0 GigE |
USB 2.0 GigE |
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
hCam |
Camera handle |
ColorMode |
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. |
pCurrentConvertMode |
Currently selected converter for this color mode |
pDefaultConvertMode |
Default converter for this color mode |
pSupportedConvertModes |
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
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_INVALID_COLOR_FORMAT |
The ColorMode parameter is invalid or not supported. |
Related Functions