Skip to content

kedess/capvicam-cxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published