XiApi_GenerateSoftwareTrigger
Generates software trigger for XIMEA device.
Syntax
C++
Python
def XiApi_GenerateSoftwareTrigger( state: XIAPIState, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | XIAPIState | ||
![]() |
inDeviceID | str | None | None | Camera chip ID or camera index |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


