© 2016 Thorlabs Scientific Imaging142
DCx Camera Functional Description and SDK Manual
IS_INVALID_MEMORY_POINTER
Invalid pointer or invalid memory ID
One of the submitted parameters is outside the valid range or is
not supported for this sensor or is not available in this mode.
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.
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.
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_FreezeVideo()
is_StopLiveVideo()
is_SetExternalTrigger()
is_ForceTrigger()
is_SetTimeout()
is_CaptureStatus()
Sample programs
SimpleLive (C++)