© 2013 Thorlabs GmbH382
DCx Cameras
4.5.1 is_ConvertImage
Syntax
INT is_ConvertImage(HIDS hCam,
char* pcSource, INT nIDSource,
char** ppcDest, INT* nIDDest,
INT* reserved)
Description
Attention
This function is obsolete and should not be used anymore. We recommend to use the is_Convert() function
instead (see also Obsolete functions ).
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
Pointer to the input image
Memory ID of the input image
Pointer to the output image
In case a NULL value is passed, a new memory is
allocated internally.
Memory ID of the output image
Reserved. NULL must be passed here.
Return values
The image memory is already included in the sequence
and cannot be added again.
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed because no driver
has been loaded.
An attempt to initialize or select the camera failed (no
camera connected or initialization error).
The image memory has an inappropriate size to store
the image in the desired format.
IS_INVALID_MEMORY_POINTER
Invalid pointer or invalid memory ID
One of the submitted parameters is outside the valid
range or is not supported for this sensor or is not
available in this mode.
An IO request from the uc480 driver failed. Possibly the
versions of the uc480_api.dll (API) and the driver file
(uc480_usb.sys) do not match.
No memory could be allocated.
IS_SEQUENCE_BUF_ALREADY_LOCKED
The memory could not be locked. The pointer to the
buffer is invalid.
Function executed successfully
188
379
423