Photoneo_StartAcquisition
Starts capturing data from a Photoneo camera.
Applications:Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.
Syntax
C++
Python
def Photoneo_StartAcquisition( state: Photoneo_State, inCaptureSettings: PhotoneoCaptureSettings, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Photoneo_State | ||
![]() |
inDeviceID | str | None | None | Device identification string |
![]() |
inCaptureSettings | PhotoneoCaptureSettings |


