ICImagingControl_StopAcquisition
Stops image acquisition in a camera.
Syntax
C++
Python
def ICImagingControl_StopAcquisition( state: ICImagingControlState, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ICImagingControlState | ||
![]() |
inDeviceID | str | None | None | Serial number, display name, unique name or base name of the camera |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


