48 #ifndef vpVideoReader_H
49 #define vpVideoReader_H
53 #include <visp/vpDiskGrabber.h>
54 #include <visp/vpFFMPEG.h>
128 #ifdef VISP_HAVE_FFMPEG
147 vpVideoFormatType formatType;
150 char fileName[FILENAME_MAX];
198 void setFileName(
const char *filename);
199 void setFileName(
const std::string &filename);
209 vpVideoFormatType getFormat(
const char *filename);
210 static std::string getExtension(
const std::string &filename);
211 void findLastFrameIndex();