kedess / capvicam-cxx

Capture usb camera over v4l2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capvicam-cxx

Utility for capturing video from a USB camera via the video for linux system (v4l2)

Build

git clone https://github.com/kedess/capvicam.git
cd capvicam
mkdir build
cd build
cmake ..
make -j4

Watching videos in the browser:

http://localhost:8000

Watching videos via ffplay:

ffplay http://localhost:8000

About

Capture usb camera over v4l2

License:MIT License


Languages

Language:C++ 96.9%Language:CMake 3.1%