THORLABS DCU223x Operation Manual And Sdk page 191

Cdd and cmos cameras
Hide thumbs Also See for DCU223x:
Table of Contents

Advertisement

Contents of the BUFFER_CONVERSION_PARAMS structure
char*
pSourceBuffer
char*
pDestBuffer
INT
nDestPixelFormat
INT
nDestPixelConverter
INT
nDestGamma
INT
nDestEdgeEnhancement
INT
nDestColorCorrectionMode Sets the color correction, see
INT
nDestSaturationU
INT
nDestSaturationV
Return value
IS_INVALID_BUFFER_SIZE
IS_INVALID_PARAMETER
IS_NO_SUCCESS
IS_NOT_SUPPORTED
IS_SUCCESS
Related functions
is_SetColorMode()
is_SetBayerConversion()
Example
BUFFER_CONVERSION_PARAMS conversionParams;
conversionParams.nDestPixelFormat
conversionParams.nDestPixelConverter
conversionParams.nDestColorCorrectionMode
conversionParams.nDestGamma
conversionParams.nDestSaturationU
conversionParams.nDestSaturationV
conversionParams.nDestEdgeEnhancement
conversionParams.pSourceBuffer
conversionParams.pDestBuffer
INT nRet = is_Convert(m_hCam,
© 2013 Thorlabs GmbH
Pointer to the raw Bayer buffer which was created with the
is_AllocImageMem()
Pointer to the target buffer with the converted data which was
created with the
Color mode of the target image; see
the possible modes
Conversion mode of the target image; see
is_SetColorConverter()
Sets the gamma correction, see
Sets the edge enhancement, see
Sets the color saturation (saturation U), see
()
Sets the color saturation (saturation V),see
319
420
IS_CONVERT_CMD_APPLY_PARAMS_AND_CONVERT_BUFFER,
(void*)&conversionParams,
sizeof(conversionParams)
);
is_AllocImageMem()
342
342
The image memory has an inappropriate size to store
the image in the desired format.
One of the submitted parameters is outside the valid
range or is not supported for this sensor or is not
available in this mode.
General error message
The camera model used here does not support this
function or setting.
Function executed successfully
= IS_CM_BGRA8_PACKED;
= IS_CONV_MODE_SOFTWARE_3X3;
= IS_CCOR_DISABLE;
= 100;
= 100;
= 100;
= 0;
= pSourceBuffer;
= pDestBuffer;
4 Programming (SDK)
function.
157
function.
157
is_SetColorMode()
for the possible modes
315
is_SetGamma()
is_EdgeEnhancement()
is_SetColorCorrection()
is_SetSaturation
is_SetSaturation()
for
319
332
206
317
189

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents