webpix
webpix
Description
Simple webcam / screen capture. Written in C++ for Linux. Requires OpenCV.
Installation of OpenCV
- 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
- Create build directory:
$ mkdir -p build && cd build
- Generate build scripts for the preferred build system:
$ cmake ../opencv
- Run actual compilation process:
$ make -j4
- Check libraries and executables:
$ ll lib
$ ll bin
- Install OpenCV:
$ sudo make install
- 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