summaryrefslogtreecommitdiffstats
path: root/bin/webcam
blob: 5bb47c16f48fec5de74edd9c99dc6e347e16245d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

local width=$1
local height=$2
if [[ -z $width ]];  then width=640;  fi
if [[ -z $height ]]; then height=480; fi
mplayer tv:// -tv driver=v4l2:width=${width}:height=${height}:device=/dev/video0 -fps 15 -vf screenshot