Back to FabImage Library website
You are here: Start » Function Reference » Euresys » MultiCam_LoadConfigurationFile
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Loads camera configuration file.
Syntax
void fil::MultiCam_LoadConfigurationFile ( MultiCam_State& ioState, ftl::Optional<ftl::String> inDeviceID, ftl::Optional<ftl::String> inTopology, const ftl::String& inConnector, ftl::Optional<const ftl::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.