Skip to content

A webcam (v4l2) viewer for the Raspberry Pi console (with Debian packaging)

License

Notifications You must be signed in to change notification settings

yorkrobotlab/dmxwebcam

 
 

Repository files navigation

dmxwebcam

usage

dmxwebcam <options>

--daemon - start in the background as a daemon
--display <number> - Raspberry Pi display number (default 0)
--fps <fps> - set desired frames per second (default 30 frames per second)
--fullscreen - show full screen
--pidfile <pidfile> - create and lock PID file (if being run as a daemon)
--sample <value> - only display every value frame)
--width <width> - set video width (default 640)
--height <height> - set video height (default 480)
--videodevice <device> - video device for webcam (default /dev/video0)
--help - print usage and exit

build

sudo apt-get install libbsd-dev
cd dmxwebcam
mkdir build
cd build
cmake ..
make

About

A webcam (v4l2) viewer for the Raspberry Pi console (with Debian packaging)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • CMake 1.4%