© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
429
4.8 Lists
Complete list of all return values
Error codes of AVI functions
Linux: not supported functions
4.8.1 Complete List of All Return Values
Function executed successfully
Invalid camera handle
Most of the uc480 SDK functions expect the
camera handle as the first parameter.
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.
An attempt to initialize or select the camera
failed (no camera connected or initialization
error).
Error opening a Windows registry key
Error reading settings from the Windows
registry
IS_NO_IMAGE_MEM_ALLOCATED
The driver could not allocate memory.
The driver could not release the allocated
memory.
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed
because no driver has been loaded.
IS_FUNCTION_NOT_SUPPORTED_YET
The function is not supported yet.
The function can not be executed in the
current camera operating mode (free run,
trigger or standby).
IS_INVALID_MEMORY_POINTER
Invalid pointer or invalid memory ID
File cannot be opened for writing or reading.
The file cannot be opened.
IS_FILE_READ_INVALID_BMP_ID
The specified file is not a valid bitmap file.
IS_FILE_READ_INVALID_BMP_SIZE
The bitmap size is not correct (bitmap too
large).
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 sequence list is empty and cannot be
deleted.