Diferencia entre revisiones de «WebCams»

De gacq wiki
Saltar a: navegación, buscar
Línea 13: Línea 13:
 
==spca5xx==
 
==spca5xx==
 
*[http://mxhaard.free.fr/spca5xx.html Webcam soport list]
 
*[http://mxhaard.free.fr/spca5xx.html Webcam soport list]
*[http://www.geniusnet.com/geniusOnline/online.portal;jsessionid=GGFLD3tP1kpq6ZC28G1CjrpxhlQ6TNhJ6GHrMG5wBvcqpQGFsRZn!983431696?_nfpb=true&productPortlet_actionOverride=%2Fportlets%2FproductArea%2Fproduct%2FquerySection&_windowLabel=productPortlet&productPortletproductId=30894&productPortletsectionId=30898&_pageLabel=productPage&test=portlet-action Specifications]
 
  
 
=Modelos=
 
=Modelos=
 
==Genuis VideoCAM GE111==
 
==Genuis VideoCAM GE111==
 +
*[http://www.geniusnet.com/geniusOnline/online.portal;jsessionid=GGFLD3tP1kpq6ZC28G1CjrpxhlQ6TNhJ6GHrMG5wBvcqpQGFsRZn!983431696?_nfpb=true&productPortlet_actionOverride=%2Fportlets%2FproductArea%2Fproduct%2FquerySection&_windowLabel=productPortlet&productPortletproductId=30894&productPortletsectionId=30898&_pageLabel=productPage&test=portlet-action Specifications]
 +
 
  apt-get install gspca-modules-2.6.18-4-k7
 
  apt-get install gspca-modules-2.6.18-4-k7
 
  modprobe gspca
 
  modprobe gspca

Revisión del 14:33 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