149SDK (Software development Kit)
© 2010 Thorlabs
Example
Enable trigger mode, set high-active flash mode and capture an image:
is_SetExternalTrigger(hCam, IS_SET_TRIGGER_SOFTWARE);
is_SetFlashStrobe(hCam, IS_SET_FLASH_HI_ACTIVE);
is_FreezeVideo(hCam, IS_WAIT);
Sample Programs
SimpleAcquire (C++) - "uc480aquire.exe"
CSharpDemo - "uc480_csharp_demo.exe"