Back to FabImage Studio website

You are here: Start » Filter Reference » Camera Support » Thorlabs » Thorlabs_GrabImage_WithTimeout

Thorlabs_GrabImage_WithTimeout


Module: ThirdParty

Captures an image from a Thorlabs device.

Name Type Range Description
Input value
inDeviceID String* Camera serial number or name, Auto = first camera
Input value
inTimeout Integer Maximum time to wait for frame in milliseconds
Input value
inInputQueueSize Integer* 0 - Sets size of image queue (on acquisition start, default = 8)
Input value
inExposureTime Integer* 1 - Sets the target exposure time in microseconds
Input value
inGain Integer* 0 - 1023 Sets gain
Output value
outImage Image? Captured image
Output value
outFrameID Integer Captured frame ID

Remarks

Camera driver software

This filter is intended to cooperate with camera using its vendor Thorlabs SDK. To be able to connect to camera it is required to install Thorlabs SDK software with camera dedicated drivers. Currently FabImage Studio uses Thorlabs SDK version 2.9.1.

Thorlabs SDK can be downloaded from the following website: https://www.thorlabs.com/software_pages/ViewSoftwarePage.cfm?Code=ThorCam

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of Thorlabs_GrabImage filter group.

See Also