Back to Adaptive Vision Library website

You are here: Start » Function Reference » Euresys » MultiCam_LoadConfigurationFile

MultiCam_LoadConfigurationFile


Header:ThirdPartySdk.h
Namespace:avl

Loads camera configuration file.

Syntax

void avl::MultiCam_LoadConfigurationFile
(
	MultiCam_State& ioState,
	atl::Optional<atl::String> inDeviceID,
	atl::Optional<atl::String> inTopology,
	const atl::String& inConnector,
	atl::Optional<const atl::File&> inCameraFile
)

Parameters

Name Type Default Description
ioState MultiCam_State& Object used to maintain state of the function.
inDeviceID Optional<String> NIL Board name, board identifier or serial number
inTopology Optional<String> NIL Board topology
inConnector const String& Indication of connector used by channel
inCameraFile Optional<const File&> NIL 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.