2 #include <visp/vpDisplayX.h>
3 #include <visp/vpVideoReader.h>
7 #ifdef VISP_HAVE_FFMPEG
14 std::cout <<
"video framerate: " << g.
getFramerate() <<
"Hz" << std::endl;
15 std::cout <<
"video dimension: " << I.
getWidth() <<
" " << I.
getHeight() << std::endl;
20 std::cout <<
"No image viewer is available..." << std::endl;