microsoft vx6000
Inviato: lunedì 11 maggio 2009, 2:57
leggendo in giro sembra non ci siano soluzioni
questa cam non va!
ho trovato questo in giro:
chi mi spiega un po meglio quello da fare xche sono un po ignorante in materia
There is a Microdia project working on an Open Source driver by reverse engeneering (usb sniffing mainly) and some little documentation.
The project has a google group*:
[2]. You can follow the development via git-web*:
[3] If you want to test the driver (still in development, use at your own risks): You need to install git first:
sudo apt-get install git-core gitk git-gui git-doc curl
Then clone the "microdia" repository:
git clone http://repo.or.cz/r/microdia.git
Then build the driver:
cd microdia
make
Now load some necessary modules before the microdia driver:
sudo modprobe videodev
Finally, load the microdia driver (`rmmod` to unload it):
sudo insmod microdia.ko
You can test the webcam with Ekiga, or with VLC:
vlc v4l://*:v4l-vdev="/dev/video0"
or mplayer:
mplayer -tv device=/dev/video0:driver=v4l:input=1:width=640:height=480 tv://1 -zoom
Worgk great for me! another fun program to use is "Cheese" which is like photobooth for mac. You could also write a small script and autoload the drivers on startup. Good Luck!
questa cam non va!
ho trovato questo in giro:
chi mi spiega un po meglio quello da fare xche sono un po ignorante in materia
There is a Microdia project working on an Open Source driver by reverse engeneering (usb sniffing mainly) and some little documentation.
The project has a google group*:
[2]. You can follow the development via git-web*:
[3] If you want to test the driver (still in development, use at your own risks): You need to install git first:
sudo apt-get install git-core gitk git-gui git-doc curl
Then clone the "microdia" repository:
git clone http://repo.or.cz/r/microdia.git
Then build the driver:
cd microdia
make
Now load some necessary modules before the microdia driver:
sudo modprobe videodev
Finally, load the microdia driver (`rmmod` to unload it):
sudo insmod microdia.ko
You can test the webcam with Ekiga, or with VLC:
vlc v4l://*:v4l-vdev="/dev/video0"
or mplayer:
mplayer -tv device=/dev/video0:driver=v4l:input=1:width=640:height=480 tv://1 -zoom
Worgk great for me! another fun program to use is "Cheese" which is like photobooth for mac. You could also write a small script and autoload the drivers on startup. Good Luck!