Ensenso_GenerateSoftwareTrigger


Triggers software trigger.

Syntax

C++
Python
 
def Ensenso_GenerateSoftwareTrigger(
	state: Ensenso_State,
	inDevices: list[EnsensoCameraInformation],
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Ensenso_State
Input value inDevices list[EnsensoCameraInformation] Structures identifying devices.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.