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
Input will be modified ioState MultiCam_State
Input value inDeviceID str | None None Board name, board identifier or serial number
Input value inTopology str | None None Board topology
Input value inConnector str Indication of connector used by channel
Input value 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.