http://www.emgu.com
Allocates and initialized the CvCapture structure for reading the video stream from the specified file.
After the allocated structure is not used any more it should be released by cvReleaseCapture function.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static IntPtr cvCreateFileCapture(
string filename
) |
Visual Basic |
---|
Public Shared Function cvCreateFileCapture ( _
filename As String _
) As IntPtr |
Visual C++ |
---|
public:
static IntPtr cvCreateFileCapture(
String^ filename
) |
Return Value
Pointer to the capture structure.
See Also