Explicitly destroys and cleans up all resources associated with the current device in the current process.
Any subsequent API call to this device will reinitialize the device.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static void ResetDevice()
Public Shared Sub ResetDevice
public:
static void ResetDevice()
static member ResetDevice : unit -> unit
OpenCvSharp.Cv2.ResetDevice = function();
See Also