OptoEngineeringHRAS_GrabImage
Captures an image using Opto Engineering device.
Syntax
C++
Python
def OptoEngineeringHRAS_GrabImage( state: OptoEngineering_State, outImage: Image, /, *, inDeviceID: str | None = None, inInputQueueSize: int = 12 ) -> outResult: bool
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 |
![]() |
outImage | Image | Captured frame |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.




