Ensenso_GrabPoint3DGrid_WithTimeout
Captures a Point3DGrid using Ensenso.
Syntax
C++
Python
def Ensenso_GrabPoint3DGrid_WithTimeout( state: Ensenso_State, inDevices: list[EnsensoCameraInformation], inTimeout: int, /, *, inParametersFile: str | None = None ) -> ( outResult: bool, outGrid: Point3DGrid | None )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Ensenso_State | |||
![]() |
inDevices | list[EnsensoCameraInformation] | Structures identifying devices. | ||
![]() |
inTimeout | int | 100 - 3600000 | Maximum time to wait for frame in milliseconds. | |
![]() |
inParametersFile | str | None | None | Initial global parameters. | |
![]() |
outGrid | Point3DGrid | None | Captured Grid. |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



