WebCams

De gacq wiki
Saltar a: navegación, buscar

Documentation

Varios

Drivers

spca5xx

Modelos

Genuis VideoCAM GE111

apt-get install gspca-modules-2.6.18-4-k7
modprobe gspca

Commands

mplayer tv:// -tv driver=v4l:width=640:height=480:device=/dev/video0
Record without audio
mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0 -ovc lavc -o webcam.avi
and with audio
mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0:forceaudio:adevice=/dev/dsp1 -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o webcam.avi