MultiCam_LoadConfigurationFile
Loads camera configuration file.
Syntax
C++
Python
def MultiCam_LoadConfigurationFile( state: MultiCam_State, inConnector: str, /, *, inDeviceID: str | None = None, inTopology: str | None = None, inCameraFile: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | MultiCam_State | ||
![]() |
inDeviceID | str | None | None | Board name, board identifier or serial number |
![]() |
inTopology | str | None | None | Board topology |
![]() |
inConnector | str | Indication of connector used by channel | |
![]() |
inCameraFile | str | None | None | Camera configuration file |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


