Δημοσιεύτηκε: 16 Αύγ 2008, 15:46
από linuxman
Αν έχεις εκτελέσει την παρακάτω εντολή τότε για αυτό το βγάζει έτσι
έγραψε:gstfakevideo creates a new video stream using your webcam, which is formatted differently and skype seems to get along with it more. The only problem is, it outputs its stream to /dev/video0 which is where our webcam currently lives. So we have to move the webcam, but this is easy enough:

Κώδικας: Επιλογή όλων

sudo mv /dev/video0 /dev/video1

Για δοκίμασε να κάνεις το αντίστροφο
Κώδικας: Επιλογή όλων
sudo mv /dev/video1 /dev/video0


http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/