AILDigitizer_StartAcquisition


Starts acquisition of images from the digitizer.

Syntax

C++
Python
 
def AILDigitizer_StartAcquisition(
	state: AIL_DigitizerState,
	inInputQueueSize: int,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifierDigitizer | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AIL_DigitizerState
Input value inDeviceID AILSystemAndDeviceIdentifierDigitizer | None None Device identification.
Input value inInputQueueSize int 1 - Capacity of output frames queue.