Lumenera_StopAcquisition
Stops image acquisition in a Lumenera device.
Syntax
C++
Python
def Lumenera_StopAcquisition( state: Lumenera_State, /, *, inDeviceID: int | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Lumenera_State | |||
![]() |
inDeviceID | int | None | 1 - 10000 | None | Device identifying number |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


