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 | |
|---|---|---|---|---|---|
![]() |
ioState | Lumenera_State | |||
![]() |
inDeviceID | int | None | 1 - 10000 | None | Device identifying number |
![]() |
inImageFormat | LumeneraImageFormatParams | Image format parameters | ||
![]() |
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.


