Vita:Logitech Quickcam HOGYAN

A HupWiki-ből...

Egy lehetseges megoldas a szinbeallitasra:

Csinalj egy /etc/modprobe.d/quickcam fajl, ezzel:

 install quickcam /sbin/modprobe --ignore-install quickcam && \
       { qcset /dev/video0 compatible=16x,dblbuf,torgb quality=best keepsettings=y ; : ; }

Ez ugye annyit csinal, hogy miutan betoltotte az adott modult, lefutat egy progit.

--Elbandi 2007. május 31., 12:43 (CEST)

Újabb infók

No, kicsit átírtam a cikket, javitottam pár ekezethibat.

A kameran talalhato mikrofont is megprobaltam beloni, elmeletileg az usb-audio modul kell neki, de nekem meg nem muxik.

A webkamera gombjara van iras a readme-ben, ha van vkinek 5lete ra, hogy hogy lehetne hasznositani, ne titkolja el (jo lenne pl vmi gyors kepgrabbeles, vagy pl. mplayer felvetel stb.)

How do I use Camera button?

The button events are showed in /proc/video/quickcam/button0 and I recently added the button as an input device too. (I don't have much experience of this)

If your kernel supports input devices, then you should be able to do a quick test of the input device... >modprobe input >modprobe evdev >modprobe quickcam

On my Fedora Core 3 with kernel 2.6.9, I find the device registered in the file: >cat /proc/bus/input/devices (where you find which eventX the button have)

On my Fedora Core 1 with kernel 2.4.22, no such device list exists? I'm writing the device name to the syslog, so read it there until I create an ioctl to return the input device.

Anyway, you can try to read the event-device with my test-application ./input_read /dev/input/event2

Jajj, mégvalami! Képeket mennyire tolerál a hupwiki? gondoltam, be lehetne szúrni pl. a rossz képmegjelenítésről egy képet, meg a javítottról is (nem kell megijedni, nem a blogban látott képre gondolok :F)


-- akion