OptoEngineeringHRAS_StartAcquisition
Initializes and starts image acquisition in a camera.
Syntax
C++
Python
def OptoEngineeringHRAS_StartAcquisition( state: OptoEngineering_State, /, *, inDeviceID: str | None = None, inInputQueueSize: int = 12 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | OptoEngineering_State | |||
![]() |
inDeviceID | str | None | None | Device identifying number | |
![]() |
inInputQueueSize | int | 1 - ![]() |
12 | Capacity of output frames queue |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



