Ensenso_LoadGlobalParameters
Loads global parameters from a file.
Syntax
C++
Python
def Ensenso_LoadGlobalParameters( state: Ensenso_State, inDevices: list[EnsensoCameraInformation], inParametersFile: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Ensenso_State | ||
![]() |
inDevices | list[EnsensoCameraInformation] | Structures identifying devices. | |
![]() |
inParametersFile | str | JSON encoded parameters for camera. |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


