Skip to content

kedess/capvicam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capvicam

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

Usage example:

Run:

RUST_LOG=info ./target/release/capvicam --path=/dev/video0 --width=1920 --height=1080 --mjpeg=enable --port=8008

Watching videos in the browser:

http://localhost:8008

Watching videos via ffplay:

ffplay http://localhost:8008

Getting help:

./target/release/capvicam -h

Releases

No releases published

Packages

No packages published