Diferencia entre revisiones de «WebCams»

De gacq wiki
Saltar a: navegación, buscar
(Genuis VideoCAM GE111)
Línea 19: Línea 19:
 
  apt-get install gspca-modules-2.6.18-4-k7
 
  apt-get install gspca-modules-2.6.18-4-k7
 
  modprobe gspca
 
  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

Revisión del 10:36 24 mar 2007

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