Skip to content
Moritz edited this page Jul 28, 2017 · 7 revisions
  1. Install the required libraries (libv4l and libjpeg) and autotools
    Ubuntu/Debian: sudo apt-get install libjpeg-dev libv4l-dev autoconf automake libtool
    Gentoo: emerge -va libjpeg-turbo libv4l
  2. Clone the repository
    git clone https://github.com/twam/v4l2grab.git
  3. Go into directory
    cd v4l2grab
  4. Creating autotools files
    ./autogen.sh
  5. Run configure
    ./configure
  6. Run make
    make
  7. Run make install
    sudo make install
Clone this wiki locally