THORLABS DCU223x Operation Manual And Sdk page 277

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

Advertisement

IS_NOT_SUPPORTED
IS_NULL_POINTER
IS_OUT_OF_MEMORY
IS_SEQUENCE_BUF_ALREADY_LOCKED
IS_STARTER_FW_UPLOAD_NEEDED
IS_SUCCESS
IS_TIMED_OUT
IS_TRIGGER_ACTIVATED
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
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
/*
end progress bar
*/
}
}
Sample programs
uc480MultipleCameraScan (C++)
uc480Console (C++)
uc480C# Demo (C#)
© 2013 Thorlabs GmbH
213
208
233
313
231
(&hCam, NULL);
(&hCam, NULL);
The camera model used here does not support this
function or setting.
Invalid array
No memory could be allocated.
The memory could not be locked. The pointer to the
buffer is invalid.
The camera's starter firmware is not compatible with the
driver and needs to be updated.
Function executed successfully
A timeout occurred. An image capturing process could
not be terminated within the allowable period.
The function cannot be used because the camera is
waiting for a trigger signal.
4 Programming (SDK)
275

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents