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
Input will be modified ioState SynView_State
Input value inDeviceID str | None None Tries to find the camera in all available IDs (UserID, VendorName, ModelName...)
Input value inStrobeEnabled SynViewStrobeEnable SynViewStrobeEnable.Off Selects the LED clusters of the strobe light that should be enabled
Input value inStrobeDuration float 0.0 - 0 Duration of the strobe pulse in usec.
Input value inStrobeDelay float 0.0 - 0 A delay before the strobe pulse starts after frame trigger is applied in usec