SynView_ConfigureStrobe
Controls the built-in camera strobe.
Syntax
C++
Python
def SynView_ConfigureStrobe( state: SynView_State, /, *, inDeviceID: str | None = None, inStrobeEnabled: SynViewStrobeEnable = SynViewStrobeEnable.Off, inStrobeDuration: float = 0, inStrobeDelay: float = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | SynView_State | |||
![]() |
inDeviceID | str | None | None | Tries to find the camera in all available IDs (UserID, VendorName, ModelName...) | |
![]() |
inStrobeEnabled | SynViewStrobeEnable | SynViewStrobeEnable.Off | Selects the LED clusters of the strobe light that should be enabled | |
![]() |
inStrobeDuration | float | 0.0 - ![]() |
0 | Duration of the strobe pulse in usec. |
![]() |
inStrobeDelay | float | 0.0 - ![]() |
0 | A delay before the strobe pulse starts after frame trigger is applied in usec |



