THORLABS DCU223x Operation Manual And Sdk page 171

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

Advertisement

Example 4
UINT nSupportedRGBColorModels = 0;
nRet = is_AutoParameter(m_hCam,
if
(nRet == IS_SUCCESS)
{
if
((nSupportedRGBColorModels & RGB_COLOR_MODEL_SRGB_D50) != 0)
{
// Color model SRGB D50 is supported. See uc480.h for color model defines
}
}
Example 5
UINT nRGBColorModel = 0;
INT nRet = is_AutoParameter(m_hCam,
nRGBColorModel = RGB_COLOR_MODEL_CIE_RGB_E;
nRet = is_AutoParameter(m_hCam,
© 2013 Thorlabs GmbH
IS_AWB_CMD_GET_SUPPORTED_RGB_COLOR_MODELS,
(void*)&nSupportedRGBColorModels,
sizeof(nSupportedRGBColorModels)
);
IS_AWB_CMD_GET_RGB_COLOR_MODEL,
(void*)&nRGBColorModel,
sizeof(nRGBColorModel)
);
IS_AWB_CMD_SET_RGB_COLOR_MODEL,
(void*)&nRGBColorModel,
sizeof(nRGBColorModel)
);
4 Programming (SDK)
169

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents