Pylon_StopAcquisition


Stops image acquisition in a camera.

Syntax

C++
Python
 
def Pylon_StopAcquisition(
	state: Pylon_State,
	/,
	*,
	inDeviceID: str | None = None
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Pylon_State
Input value inDeviceID str | None None Serial number, model name, user defined name or full name of camera device to be opened

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.