ICube_GenerateSoftwareTrigger
Generates software trigger in ICube device.
Syntax
C++
Python
def ICube_GenerateSoftwareTrigger( state: ICube_State, /, *, inDeviceID: int | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ICube_State | ||
![]() |
inDeviceID | int | None | None | Index of a camera |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


