.. _cpp-examples-arv2avi: arv2avi example =============== :ref:`\<\< return to examples index ` Overview -------- Convert an arv video file to an avi. Download -------- The whole example is available here: :download:`arv2avi.zip ` Source: arv2avi.cpp +++++++++++++++++++ Download :download:`arv2avi.cpp `. .. literalinclude:: arv2avi.cpp :language: cpp Source: CMakeLists.txt ++++++++++++++++++++++ Download :download:`CMakeLists.txt `. .. literalinclude:: CMakeLists.txt :language: cpp .. note:: When running CMake, you might have to replace the default OpenCV libraries by the ones on your system. To do that, switch to *Advanced* view in Cmake-GUI and replace the arguments of OPENCV_INCLUDE_DIR and OPENCV_LIBRARIES with the OpenCV paths of your system.