Photoneo_GrabNormals_WithTimeout
Captures NormalMap structure using Photoneo.
Syntax
C++
Python
def Photoneo_GrabNormals_WithTimeout( state: Photoneo_State, inCaptureSettings: PhotoneoCaptureSettings, /, *, inDeviceID: str | None = None, inTimeout: int | None = None ) -> ( outResult: bool, outGrid: Point3DGrid | None )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Photoneo_State | ||
![]() |
inDeviceID | str | None | None | Device identification string |
![]() |
inTimeout | int | None | None | Timeout [ms] |
![]() |
inCaptureSettings | PhotoneoCaptureSettings | ||
![]() |
outGrid | Point3DGrid | None |



