© 2016 Thorlabs Scientific Imaging278
DCx Camera Functional Description and SDK Manual
IS_INVALID_MEMORY_POINTER
Invalid pointer or invalid memory ID
Camera is in standby mode, function not allowed
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
This setting is not available for the currently set
pixel clock frequency.
An IO request from the uc480 driver failed.
Possibly the versions of the uc480.dll (API) and
the driver file (uc480_usb.sys) do not match.
No active image memory available. You must
set the memory to active using the
is_SetImageMem() function or create a
sequence using the is_AddToSequence()
function.
IS_NO_IMAGE_MEM_ALLOCATED
The driver could not allocate memory.
The camera does not contain any calibration
data.
The camera model used here does not support
this function or setting.
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.
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.
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);