EasyManuals Logo

THORLABS DCC1645C Description And Sdk Manual

THORLABS DCC1645C
513 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 #219 background imageLoading...
Page #219 background image
© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
217
Return values
IS_INVALID_PARAMETER
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
IS_NO_SUCCESS
General error message
IS_NOT_SUPPORTED
The camera model used here does not support
this function or setting.
IS_SUCCESS
Function executed successfully
Related functions
is_SetHardwareGamma()
Example 1
/* set gamma value to 1.6 */
INT nGamma = 160;
INT nRet = is_Gamma(hCam, IS_GAMMA_CMD_SET, (void*) &nGamma, sizeof(nGamma));
Example 2
/* set gamma to default value */
INT nGamma;
INT nRet = is_Gamma(hCam, IS_GAMMA_CMD_GET_DEFAULT, (void*)&nGamma, sizeof(nGamma));
if (nRet == IS_SUCCESS)
{
is_Gamma(hCam, IS_GAMMA_CMD_SET, (void*)&nGamma, sizeof(nGamma));
}
Beispiel 3
/* read gamma value to nGamma */
INT nGamma;
INT nRet = is_Gamma(hCam, IS_GAMMA_CMD_GET, (void*) &nGamma, sizeof(nGamma));
See also:
Basics: Characteristics and LUT
Basics: Color filter (Bayer filter)
Programming: is_SetColorConverter()
4.3.31 is_GetActiveImageMem
USB 2.0
USB 3.0
USB 2.0
USB 3.0
Syntax
INT is_GetActiveImageMem (HIDS hCam, char** ppcMem, INT* pnID)
Description
is_GetActiveImageMem() returns the pointer to the starting address and the ID number of the active
image memory.
If a Direct3D mode is active and image memory was nevertheless allocated, the pointer to the
image memory and its ID will be returned. However, in Direct3D mode, the image will not be
copied automatically to this image memory.

Table of Contents

Other manuals for THORLABS DCC1645C

Questions and Answers:

Question and Answer IconNeed help?

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

THORLABS DCC1645C Specifications

General IconGeneral
BrandTHORLABS
ModelDCC1645C
CategorySecurity Camera
LanguageEnglish

Related product manuals