Ensenso_GrabPoint3DGrid


Captures a Point3DGrid using Ensenso.

Syntax

C++
Python
 
def Ensenso_GrabPoint3DGrid(
	state: Ensenso_State,
	inDevices: list[EnsensoCameraInformation],
	outGrid: Point3DGrid,
	/,
	*,
	inParametersFile: str | None = None
)
-> outResult: bool

Parameters

Name Type Default Description
Input will be modified ioState Ensenso_State
Input value inDevices list[EnsensoCameraInformation] Structures identifying devices.
Input value inParametersFile str | None None Initial global parameters.
Output value outGrid Point3DGrid Captured Grid.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.