On 2003.09.02 20:37, Pollo wrote:
Possiedo una webcam Digicom Galileo su porta parallela; dalle notizie
che ho trovato su internet č compatibile con le webcam CPIA e
supportata
da linux. Perņ non riesco a farla funzionare. Qualcuno ha esperienze
con
webcam e linux?
Uso la MDK9.1 con kernel 2.4.19.

Grazie mille, Pollo.


Io ho seguito queste istruzione che erano nel Cd d'installazione della Web e funzica alla perfezione.

You must have first compiled USB support, support for your specific USB host controller (UHCI or OHCI), and Video4Linux support for your kernel (I recommend making them modules.) Make sure "Enforce bandwidth allocation" is NOT enabled.

Next, (as root):

        modprobe usbcore
        modprobe usb-uhci  <OR>  modprobe usb-ohci
        modprobe videodev
        modprobe ov511

If it is not already there (it usually is), create the video device:

mknod /dev/video c 81 0

Sometimes /dev/video is a symlink to /dev/video0

You will have to set permissions on this device to allow you to read/
write from it:

chmod 666 /dev/video
chmod 666 /dev/video0 (if necessary)
Now you are ready to run a video app!
...e poi faccio partire "xawtv"
Fammi sapere!
Ciao ciao
Davide




Rispondere a