Spinnaker_StopAcquisition
Stops image acquisition.
Syntax
C++
Python
def Spinnaker_StopAcquisition( state: Spinnaker_State, /, *, inDeviceSerialNumber: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Spinnaker_State | ||
![]() |
inDeviceSerialNumber | str | None | None | Source device serial number |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


