Difference between revisions of "Set up a Webcam with Linux"

From Linuxintro
imported>WikiSysop
imported>WikiSysop
Line 1: Line 1:
= Approach 1 =
+
You just want to see a video stream from your webcam to see it is working correctly, right? Then this article is for you.
http://ubuntulinuxhelp.com/linux-driver-for-quickcam-usb-cameras-logitech-quickcam-fusion/
 
  
= Approach 2 =
+
= What to buy =
Go to http://www.goldmann.de/webcam-linux_tipp_408.html and search for qc-usb-messenger at google because the link is stale
+
Buy the Logitech Quickcam messenger. Other webcams might work as well, but this article wants to give an exact description about one way that works. Use SUSE Linux 11. Other distributions might work as well.
  
= Approach 3 =
+
= What to call =
Use gqcam from
+
Install gqcam
 
  yast -i gqcam
 
  yast -i gqcam
 +
call gqcam
 +
gqcam
 
result:
 
result:
 
  /dev/video: No such file or directory
 
  /dev/video: No such file or directory
=> very poor! It does not even give a recommendation what I should do.
+
=> very poor! It does not even give a recommendation what to do. But here is it. Load the webcam driver
 
  modprobe gspca
 
  modprobe gspca
=> now it works
+
Start gqcam again. Now it works.
  
= Approach 4 =  
+
= See also =
yast -i uvcvideo
+
* http://ubuntulinuxhelp.com/linux-driver-for-quickcam-usb-cameras-logitech-quickcam-fusion/
 +
* http://www.goldmann.de/webcam-linux_tipp_408.html

Revision as of 18:24, 8 October 2008

You just want to see a video stream from your webcam to see it is working correctly, right? Then this article is for you.

What to buy

Buy the Logitech Quickcam messenger. Other webcams might work as well, but this article wants to give an exact description about one way that works. Use SUSE Linux 11. Other distributions might work as well.

What to call

Install gqcam

yast -i gqcam

call gqcam

gqcam

result:

/dev/video: No such file or directory

=> very poor! It does not even give a recommendation what to do. But here is it. Load the webcam driver

modprobe gspca

Start gqcam again. Now it works.

See also