FlyCapture_SetStrobe
Configures Flir camera Strobe.
Syntax
C++
Python
def FlyCapture_SetStrobe( state: FlyCapture_State, inEnabled: bool, /, *, inDeviceSerialNumber: int | None = None, inSource: int = 0, inPolarity: int = 0, inDelay: float = 0, inDuration: float = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | FlyCapture_State | |||
![]() |
inDeviceSerialNumber | int | None | None | Source device serial number | |
![]() |
inSource | int | 0 - +![]() |
0 | Source value |
![]() |
inEnabled | bool | Flag controlling on/off | ||
![]() |
inPolarity | int | 0 | Signal polarity | |
![]() |
inDelay | float | 0.0 - ![]() |
0 | Signal delay (in ms) |
![]() |
inDuration | float | 0.0 - ![]() |
0 | Signal duration (in ms) |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



