Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_ConvertImage |
uEye Camera Manual Version 3.80
is_ConvertImage
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_ConvertImage(HIDS hCam,
char* pcSource, INT nIDSource,
char** ppcDest, INT* nIDDest,
INT* reserved)
Description
is_ConvertImage() converts a raw Bayer image to the desired format. This conversion is done in the PC. You can use is_SetConvertParam() to define the conversion settings.
Input Parameters
hCam |
Camera handle |
pcSource |
Pointer to the input image |
nIDSource |
Memory ID of the input image |
ppcDest |
Pointer to the output image In case a NULL value is passed, a new memory is allocated internally. |
nIDDest |
Memory ID of the output image |
reserved |
Reserved. NULL must be passed here. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions