USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x 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 color mode passed. 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. For possible converters see is_SetColorConverter(). |
Return values
IS_INVALID_COLOR_FORMAT |
Invalid color format |
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions