Page 1 of 1

Re: Labtec webcam not recognize by cheese

Posted: Sat Aug 09, 2008 12:22 pm
by Husse
This is because cheese utilizes hal but the other apps do not
Create a file

Code: Select all

sudo touch /etc/hal/fdi/information/10-quickcam.fdi
Add the content

Code: Select all

video4linux  /dev/video0
you need sudo for that

Code: Select all

gksu gedit /etc/hal/fdi/information/10-quickcam.fdi
I don't guarantee that it works...
More info here
https://bugs.launchpad.net/ubuntu/+sour ... bug/196811