ICube_StopAcquisition


Stops image acquisition in a camera.

Syntax

C++
Python
 
def ICube_StopAcquisition(
	state: ICube_State,
	/,
	*,
	inDeviceID: int | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState ICube_State
Input value inDeviceID int | None 0 - None Index of a camera

Multithreaded environment

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