Back to FabImage Studio website

You are here: Start » Filter Reference » Camera Support » Flir » FlyCapture_SetStrobe

FlyCapture_SetStrobe


Module: ThirdParty

Configures Flir camera Strobe.

Name Type Range Description
Input value inDeviceSerialNumber Integer* Source device serial number
Input value inSource Integer 0 - + Source value
Input value inEnabled Bool Flag controlling on/off
Input value inPolarity Integer Signal polarity
Input value inDelay Real 0.0 - Signal delay (in ms)
Input value inDuration Real 0.0 - Signal duration (in ms)

Remarks

Getting Started

This application note provides information on how to install, configure, and use Point Grey imaging cameras with FabImage software: Getting Started with FabImage.

Camera driver software

This filter is intended to cooperate with camera using its vendor SDK. To be able to connect to camera it is required to install Fly Capture 2 SDK software with camera dedicated drivers. Currently FabImage Studio requires Fly Capture version 2.13.3.61.

Fly Capture 2 SDK can be downloaded from the following website: https://www.flir.com/support/browse/camera-cores--components/machine-vision-cameras/sdks (registration may be required).

For 64 bit FabImage Studio it is required to install 64 bit SDK version.

Camera identification

When there is only one camera connected to computer, inDeviceSerialNumber field can be set to Auto. In this situation first available camera will be found and connected.

inDeviceSerialNumber can be used to pick one of multiple cameras connected to computer. Set this field to device serial number (for example "1234567", should be available on device casing as "s/n: 1234567").

Camera parameters

Most of parameters exposed by camera filters are optional, setting them to 'Auto' leaves related parameters for automatic configuration by camera driver (for example shutter time will be adjusted according to light conditions).

To change other and more advanced camera parameters use configuration tool "FlyCap2" available with Fly Capture 2 SDK. Refer to SDK documentation to find information about parameters and how to save parameters into memory channels.

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.

See Also