Easy::EnsureInitialized
Ensures Open eVision is initialized.
As of Open eVision 24.06, the initialization of Open eVision is fully automatic and implicit as the first call to any method of the library in all programming languages. This method performs no specific operation by itself and it is never necessary to call it prior to using Open eVision. Its only use is to ensure that the Open eVision DLL is correctly loaded outside of code dedicated to computations in order to help isolate potential Open eVision installation problems.
Also see Easy::CheckLicenses
that additionally check that licenses are correctly installed on the machine.
Namespace: Euresys::Open_eVision
[C++]
static void EnsureInitialized(
)
Easy.EnsureInitialized
Ensures Open eVision is initialized.
As of Open eVision 24.06, the initialization of Open eVision is fully automatic and implicit as the first call to any method of the library in all programming languages. This method performs no specific operation by itself and it is never necessary to call it prior to using Open eVision. Its only use is to ensure that the Open eVision DLL is correctly loaded outside of code dedicated to computations in order to help isolate potential Open eVision installation problems.
Also see Easy.CheckLicenses
that additionally check that licenses are correctly installed on the machine.
Namespace: Euresys.Open_eVision
[C#]
static void EnsureInitialized(
)
Easy.EnsureInitialized
Ensures Open eVision is initialized.
As of Open eVision 24.06, the initialization of Open eVision is fully automatic and implicit as the first call to any method of the library in all programming languages. This method performs no specific operation by itself and it is never necessary to call it prior to using Open eVision. Its only use is to ensure that the Open eVision DLL is correctly loaded outside of code dedicated to computations in order to help isolate potential Open eVision installation problems.
Also see Easy.CheckLicenses
that additionally check that licenses are correctly installed on the machine.
Module: open_evision
[Python]
@staticmethod
EnsureInitialized() -> None