MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Functions > Initialize

Initialize

Establishes the communication of the application process with the MultiCam driver.

[C++]

void Initialize();

Remarks

Before using any MultiCam function, the communication between the application process and the MultiCam driver must be established. This is done by calling the Initialize function.

If an application calls Initialize several times, it must call Terminate the same number of times, to adequately close the communication with the MultiCam driver.

Do not call Initialize:

Requirements

Header: MultiCamCpp.h

Namespace: Euresys::MultiCam

Platforms

See Also

Terminate