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.


- filename (String)
- Name of the video file

Pointer to the capture structure