Ensenso_StartAcquisition
Starts capturing data from an Ensenso camera.
Applications:Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.
Syntax
C++
Python
def Ensenso_StartAcquisition( state: Ensenso_State, inDevices: list[EnsensoCameraInformation], /, *, inParametersFile: str | None = None, inSoftwareTriggered: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Ensenso_State | ||
![]() |
inDevices | list[EnsensoCameraInformation] | Structures identifying devices. | |
![]() |
inParametersFile | str | None | None | Initial global parameters. |
![]() |
inSoftwareTriggered | bool | False | When true, capture will wait for GenerateSoftwareTrigger. |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


