© 2013 Thorlabs GmbH224
DCx Cameras
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.
A timeout occurred. An image capturing process could not be
terminated within the allowable period.
Function executed successfully
Transfer error. Frequent transfer errors can mostly be avoided by
reducing the pixel rate.
Related functions
is_HasVideoStarted()
is_IsVideoFinish()
is_SetExternalTrigger()
is_ForceTrigger()
is_CaptureVideo()
is_SetTimeout()
is_CaptureStatus()
Example
Enable trigger mode, set high-active flash mode and capture an image:
is_SetExternalTrigger(hCam, IS_SET_TRIGGER_SOFTWARE);
// Set the flash to a high active pulse for each image in the trigger mode
UINT nMode = IO_FLASH_MODE_TRIGGER_HI_ACTIVE;
is_IO(m_hCam, IS_IO_CMD_FLASH_SET_MODE, (void*)&nMode, sizeof(nMode));
is_FreezeVideo(hCam, IS_WAIT);
Sample programs
SimpleAcquire (C++)
uc480C# Demo (C#)
259
288
327
221
177
350
174