EasyManuals Logo

THORLABS DCU223x User Manual

THORLABS DCU223x
530 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #209 background imageLoading...
Page #209 background image
© 2013 Thorlabs GmbH
4 Programming (SDK)
207
Example 1
UINT nRange[3];
ZeroMemory(nRange, sizeof(nRange));
INT nRet = is_EdgeEnhancement(m_hCam,
IS_EDGE_ENHANCEMENT_CMD_GET_RANGE,
(void*)nRange,
sizeof(nRange)
);
if (nRet == IS_SUCCESS)
{
UINT nEdgeEnhancementMin = nRange[0];
UINT nEdgeEnhancementMax = nRange[1];
UINT nEdgeEnhancementInc = nRange[2];
}
Example 2
UINT nDefault;
INT nRet = is_EdgeEnhancement(m_hCam,
IS_EDGE_ENHANCEMENT_CMD_GET_DEFAULT,
(void*)&nDefault,
sizeof(nDefault)
);
Example 3
UINT nEdgeEnhancement;
INT nRet = is_EdgeEnhancement(m_hCam,
IS_EDGE_ENHANCEMENT_CMD_GET,
(void*)&nEdgeEnhancement,
sizeof(nEdgeEnhancement)
);
Example 4
UINT nEdgeEnhancement = 4;
INT nRet = is_EdgeEnhancement(m_hCam,
IS_EDGE_ENHANCEMENT_CMD_SET,
(void*)&nEdgeEnhancement,
sizeof(nEdgeEnhancement)
);

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the THORLABS DCU223x and is the answer not in the manual?

THORLABS DCU223x Specifications

General IconGeneral
BrandTHORLABS
ModelDCU223x
CategorySecurity Camera
LanguageEnglish

Related product manuals