CvCapture Constructor (String) OpenCvSharp Class Library
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:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvCapture(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the video file.

Return Value

Type: 
See Also

Reference