Kód: Vybrať všetko
root#:/usr/src# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 004: ID 0b38:0003
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 046d:08da Logitech, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
aptget install build-essential linux-headers-2.6.xx
apt-get install mplayer mencoder
1. gspcav1-20071224.tar.gz
make && make install
nahrat modul
modprobe gspca
#vidim sa na monitore
mplayer tv:// -tv driver=v4l:width=640:height=480:device=/dev/video0
#nahravanie
mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0 -ovc lavc -o webcam.avi
#nahravanie aj 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