IDS_ForceTrigger
Forces software-controlled captures of an image while a capturing process triggered by hardware is in progress.
Syntax
C++
Python
def IDS_ForceTrigger( state: IDS_BaseState, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | IDS_BaseState | ||
![]() |
inDeviceID | str | None | None | Device serial number or user definable camera ID |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


