The function cvReleaseCapture releases the CvCapture structure allocated by cvCreateFileCapture or cvCreateCameraCapture

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvReleaseCapture(
	ref IntPtr capture
)
Public Shared Sub cvReleaseCapture ( _
	ByRef capture As IntPtr _
)
public:
static void cvReleaseCapture(
	IntPtr% capture
)

Parameters

capture
IntPtr%
pointer to video capturing structure.

See Also