EasyManua.ls Logo

THORLABS DCC1645C - Page 421

THORLABS DCC1645C
530 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
© 2013 Thorlabs GmbH
4 Programming (SDK)
419
Example
WORD *pList = NULL;
// Number of coordinates in the list
INT nCount = is_SetBadPixelCorrectionTable (hCam, IS_GET_LIST_SIZE, NULL);
if (nCount > 0)
{
// Allocate memory for the entire list
pList = new WORD[1 + 2 * nCount];
// Read out list
is_SetBadPixelCorrectionTable (hCam, IS_GET_BADPIXEL_LIST, pList);
// Release the list again
delete [] pList;
}
else
{
// No hot pixel list programmed
}

Table of Contents

Other manuals for THORLABS DCC1645C

Related product manuals