Linux: Fedora 10 - WebCam Microsoft LifeCam VX-3000 + skype 2.0

lsusb:
shell> lsusb
045e:00f5 Microsoft Corp. LifeCam VX-3000
Dmesg:
shell> dmesg
usb 5-1: new full speed USB device using uhci_hcd and address 85
usb 5-1: configuration #1 chosen from 1 choice
gspca: probing 045e:00f5
sonixj: Sonix chip id: 11
gspca: probe ok
usb 5-1: New USB device found, idVendor=045e, idProduct=00f5
usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 5-1: Product: USB camera
1) Installing softwares:
shell> sudo yum install libv4l skype -y
What's libv4l?
libv4l is a collection of libraries which adds a thin abstraction layer on
top of video4linux2 devices. The purpose of this (thin) layer is to make it
easy for application writers to support a wide variety of devices without
having to write seperate code for different devices in the same class.
2) Creating a new executable:
shell> sudo vi /usr/local/bin/webcamSkype
Add these 2 lines below:
#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
What's v4l1compat.so?
v4l1compat.so is a wrapper of libv4l which adds v4l2 device compatibility to v4l1
applications (like skype).
3) Setting permissions:
shell> sudo chown your_linux_login:your_linux_login /usr/local/bin/webcamSkype
shell> sudo chmod u+x /usr/local/bin/webcamSkype
Starting application:
Now you can just call webcamSkype from shell or create a launcher from your desktop.
i.e:
shell> webcamSkype

(Anonymous)
Fedora 9
-paul (kairis AT gmail)
(Anonymous)
(Anonymous)
color control problem
i have installed gspcav1 kernel support,v4lb library,and spca5xx(which my webcam genius look 312p supports-but the problem is that i wasnt able to find spca5xx for fedora 9 on the rpm repositories..so had to install that for fedora 10)..after installing this video grabber skype did show output(before it used to crash) but with reddish video..
can anyone help ?
USB Protection