webpix

Capture an image from webcam or screen.

webpix

Description

Simple webcam / screen capture. Written in C++ for Linux. Requires OpenCV.

Installation of OpenCV

  1. Download snapshot of repository (around 90Mb) and unpack it:
   $ mkdir ocv
   $ cd ocv
   $ wget -O opencv.zip https://github.com/opencv/opencv/archive/4.x.zip
   $ unzip opencv.zip
   $ mv opencv-4.x opencv
  1. Create build directory:
   $ mkdir -p build && cd build
  1. Generate build scripts for the preferred build system:
   $ cmake ../opencv
  1. Run actual compilation process:
   $ make -j4
  1. Check libraries and executables:
   $ ll lib
   $ ll bin
  1. Install OpenCV:
   $ sudo make install
  1. Check installed files:
   $ ll /usr/local/bin
   $ ll /usr/local/include
   $ ll /usr/local/share/
Repository

webpix

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 2 hours ago
  • May 29, 2026
License

Links
Synced at

Sun, 31 May 2026 14:47:46 GMT

Languages