Ask Your Question

Revision history [back]

Using native backends for reading video files

Hello,

I am trying to extract frames from a video by only using codecs that are available on user's computer. The computer is a Windows OS. My understanding is that it is possible : http://docs.opencv.org/trunk/d0/da7/videoio_overview.html

But i am only able to read video from my webcam and not directly from a video file.

Am i missing something ?

Thanks in advance,