Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_SetBayerConversion |
uEye Camera Manual Version 3.80
is_SetBayerConversion
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetBayerConversion (HIDS hCam, INT nMode)
Description
is_SetBayerConversion() enables you to select one of two algorithms for the Bayer conversion. These algorithms vary in the obtainable quality and in the required computer load.
|
|
Input Parameters
hCam |
Camera handle |
nMode |
|
IS_SET_BAYER_CV_BETTER |
Good quality, minor color artifacts, lower computational load |
IS_SET_BAYER_CV_BEST |
Best quality and edge acuity, higher computational load |
IS_GET_BAYER_CV_MODE |
Returns the current setting. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
Related Functions