VideoCapture 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.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public VideoCapture(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the video file.

Return Value

Type: 
See Also

Reference