Diferencia entre revisiones de «WebCams»
De gacq wiki
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] | ||
− | |||
=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
Contenido
Documentation
- http://www.linux.com/howtos/Webcam-HOWTO/index.shtml
- http://www.ee.oulu.fi/~tuukkat/quickcam/quickcam.html
- Third-party Quickcam software
- http://mxhaard.free.fr/spca5xx.html
- http://alpha.dyndns.org/ov511/cameras.html
- https://help.ubuntu.com/community/Webcam
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