|  | OpenCV
    4.1.0
    Open Source Computer Vision | 
Video reader interface. More...
#include <opencv2/cudacodec.hpp>
| Public Member Functions | |
| virtual | ~VideoReader () | 
| virtual FormatInfo | format () const =0 | 
| Returns information about video file format. | |
| virtual bool | nextFrame (OutputArray frame)=0 | 
| Grabs, decodes and returns the next video frame. | |
Video reader interface.
| 
 | inlinevirtual | 
| 
 | pure virtual | 
Returns information about video file format.
| 
 | pure virtual | 
Grabs, decodes and returns the next video frame.
If no frames has been grabbed (there are no more frames in video file), the methods return false . The method throws Exception if error occurs.
 1.8.3
 1.8.3