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
Parameters
- fileName
- Type: SystemString
Name of the video file.
Return Value
Type: VideoCapture[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.VideoCapture.FromFile(System.String)"]
See Also