Diferencia entre revisiones de «WebCams»
De gacq wiki
(→Logitech Quickcam Messenger) |
|||
(No se muestran 4 ediciones intermedias de 2 usuarios) | |||
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 | ||
Línea 28: | Línea 29: | ||
;and with audio | ;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 | 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 | ||
+ | |||
+ | |||
+ | ==Logitech Quickcam Messenger== | ||
+ | |||
+ | *http://www.logitech.com/index.cfm/webcam_communications/webcams/devices/206&cl=HK,EN | ||
+ | |||
+ | En el mercado se la consigue también como "LogiCool Quickcam Messenger" que es la versión japonesa de esta marca. | ||
+ | |||
+ | ;Commands | ||
+ | *# uname -r | ||
+ | *# apt-get install linux-headers-2.6.22-2-k7 | ||
+ | *# apt-get install module-assistant | ||
+ | *# apt-get install qc-usb-source (si el driver es para QuickCam) | ||
+ | *# apt-get install spca5xx-source (si el driver es spca5xx) | ||
+ | *# m-a prepare | ||
+ | *# m-a a-i gspca | ||
+ | *# modprobe gspca | ||
+ | *# modprobe quickcam | ||
+ | |||
+ | ;agregar las entradas en /etc/modules como | ||
+ | |||
+ | gspca | ||
+ | quickcam_messenger | ||
+ | |||
+ | |||
+ | debian:/usr/src# ls -l /dev/video* | ||
+ | |||
+ | crw-rw---- 1 root video 81, 0 2009-01-31 17:15 /dev/video0 (Kozumi tv) | ||
+ | |||
+ | crw-rw---- 1 root video 81, 1 2009-01-31 18:34 /dev/video1 (Cámara Logitech QuickCam Messenger) | ||
+ | |||
+ | # ekiga o skype (para probar la camara) | ||
+ | |||
+ | |||
+ | ;Acerca del micrófono incorporado de la webcam Logitech: | ||
+ | |||
+ | En debian testing (debian 5+) con kernel 2.6.26-1 se puede hacer funcionar y bien. | ||
+ | El moterboard usado es un MSI con chipset Nvidia, no he probado con otros. | ||
+ | |||
+ | Abrir Skype y en la selección del dispositivo de audio para el micrófono, elegir por ejemplo: | ||
+ | |||
+ | Sound Out: default | ||
+ | |||
+ | Sound input: USB Device 0x46d:0x8da(hw:U0x46d0x8da,0) | ||
+ | |||
+ | |||
+ | ;Mas detalles o para info de cómo configurar otras cámaras | ||
+ | http://usuariodebian.blogspot.com/2008/01/webcam-usb-en-debian-drivers-gspca-y.html |
Revisión actual del 21:59 10 abr 2009
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
Logitech Quickcam Messenger
En el mercado se la consigue también como "LogiCool Quickcam Messenger" que es la versión japonesa de esta marca.
- Commands
- uname -r
- apt-get install linux-headers-2.6.22-2-k7
- apt-get install module-assistant
- apt-get install qc-usb-source (si el driver es para QuickCam)
- apt-get install spca5xx-source (si el driver es spca5xx)
- m-a prepare
- m-a a-i gspca
- modprobe gspca
- modprobe quickcam
- agregar las entradas en /etc/modules como
gspca quickcam_messenger
debian:/usr/src# ls -l /dev/video*
crw-rw---- 1 root video 81, 0 2009-01-31 17:15 /dev/video0 (Kozumi tv)
crw-rw---- 1 root video 81, 1 2009-01-31 18:34 /dev/video1 (Cámara Logitech QuickCam Messenger)
- ekiga o skype (para probar la camara)
- Acerca del micrófono incorporado de la webcam Logitech
En debian testing (debian 5+) con kernel 2.6.26-1 se puede hacer funcionar y bien. El moterboard usado es un MSI con chipset Nvidia, no he probado con otros.
Abrir Skype y en la selección del dispositivo de audio para el micrófono, elegir por ejemplo:
Sound Out: default
Sound input: USB Device 0x46d:0x8da(hw:U0x46d0x8da,0)
- Mas detalles o para info de cómo configurar otras cámaras
http://usuariodebian.blogspot.com/2008/01/webcam-usb-en-debian-drivers-gspca-y.html