Terminate
Terminates the communication of the application process with the MultiCam driver.
[C++] void Terminate(); |
Remarks
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.
Note: It is mandatory to call Initialize and Terminate for program to work.
Do not call Terminate:
- inside the destructor of a global or static object;
- inside the DLL entry point (DllMain).
Requirements
Header: MultiCamCpp.h
Namespace: Euresys::MultiCam
See Also