EasyManuals Logo

THORLABS DCC1645C User Manual

THORLABS DCC1645C
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 #277 background imageLoading...
Page #277 background image
© 2013 Thorlabs GmbH
4 Programming (SDK)
275
IS_NOT_SUPPORTED
The camera model used here does not support this
function or setting.
IS_NULL_POINTER
Invalid array
IS_OUT_OF_MEMORY
No memory could be allocated.
IS_SEQUENCE_BUF_ALREADY_LOCKED
The memory could not be locked. The pointer to the
buffer is invalid.
IS_STARTER_FW_UPLOAD_NEEDED
The camera's starter firmware is not compatible with the
driver and needs to be updated.
IS_SUCCESS
Function executed successfully
IS_TIMED_OUT
A timeout occurred. An image capturing process could
not be terminated within the allowable period.
IS_TRIGGER_ACTIVATED
The function cannot be used because the camera is
waiting for a trigger signal.
Related functions
is_ExitCamera()
is_EnableAutoExit()
is_GetCameraList()
is_SetCameraID()
is_GetCameraInfo()
Example
//Open camera with ID 1
HIDS hCam = 1;
INT nRet = is_InitCamera (&hCam, NULL);
if (nRet != IS_SUCCESS)
{
//Check if GigE uEye SE needs a new starter firmware
if (nRet == IS_STARTER_FW_UPLOAD_NEEDED)
{
//Calculate time needed for updating the starter firmware
INT nTime;
is_GetDuration (hCam, IS_SE_STARTER_FW_UPLOAD, &nTime);
/*
e.g. have progress bar displayed in separate thread
*/
//Upload new starter firmware during initialization
hCam = hCam | IS_ALLOW_STARTER_FW_UPLOAD;
nRet = is_InitCamera (&hCam, NULL);
/*
end progress bar
*/
}
}
Sample programs
uc480MultipleCameraScan (C++)
uc480Console (C++)
uc480C# Demo (C#)
213
208
233
313
231

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