Lumenera_StartAcquisition


Starts capturing images from an Lumenera camera.

Applications:Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.

Syntax

C++
Python
 
def Lumenera_StartAcquisition(
	state: Lumenera_State,
	inImageFormat: LumeneraImageFormatParams,
	/,
	*,
	inDeviceID: int | None = None,
	inAcquisitionControl: LumeneraAcquisitionControlParams = LumeneraAcquisitionControlParams(False, None, None, None)
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Lumenera_State
Input value inDeviceID int | None 1 - 10000 None Device identifying number
Input value inImageFormat LumeneraImageFormatParams Image format parameters
Input value inAcquisitionControl LumeneraAcquisitionControlParams LumeneraAcquisitionControlParams(False, None, None, None) Acquisition control parameters

Multithreaded environment

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