Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] webcam software
Date: Wed, 22 Jan 2014 03:45:46
Message-Id: CADPrc82FrsN4g4rojAEPQKO9zAzuj46Ex-esSpESQfQOEaX68A@mail.gmail.com
In Reply to: Re: [gentoo-user] webcam software by gottlieb@nyu.edu
1 On Tue, Jan 21, 2014 at 9:30 PM, <gottlieb@×××.edu> wrote:
2 > On Sat, Jan 18 2014, Canek Peláez Valdés wrote:
3 >
4 >> On Jan 18, 2014 4:02 PM, <gottlieb@×××.edu> wrote:
5 >>>
6 >>> My main system is a dell latitude E6430s. I am embarrassed to say
7 >>> that, although I have had this system for a while, I just now realized
8 >>> that it has a build in webcam. What software do you recommend and what
9 >>> should I start reading to learn how to use it.
10 >>
11 >> To play with it, and of you already use GNOME, I recommend Cheese. It's
12 >> actually fun to use.
13 >>
14 >> For video conferencing, and if you and your interlocutors have already sold
15 >> your souls to Google, Google Hangouts works remarkably well; I have use it
16 >> for doing joint research remotely a couple of times, and it works great.
17 >>
18 >> You only need to emerge google-talkplugin.
19 >>
20 >> Regards.
21 >
22 > Thank you canek (and walt, james, and eroen) but I didn't make clear the
23 > level of my ignorance. I have never used a webcam, but I recently
24 > became a grandfather so figured I should learn. I must need a driver
25 > for the camera. According to lsusb I have
26 >
27 > Bus 001 Device 004: ID 0c45:646b Microdia
28 > (the 400 line verbose output is at the end of this msg).
29 >
30 > But I get no hits on google for that number (there are some close)
31 > gentoo-wiki.info lists several webcams but not mine then ends with
32 >
33 > Other
34 >
35 > If you can't identify the make or model or your webcam, try these
36 > drivers:
37 >
38 > media-video/gspcav1: supports many webcams based on various
39 > chipsets. List of supported devices at
40 > http://mxhaard.free.fr/spca5xx.html
41 >
42 > media-video/linux-uvc: supports many webcams following the UVC
43 > specification. List of supported devices at
44 > http://linux-uvc.berlios.de. A specific viewer luvcview is
45 > available.
46 >
47 > From the list at linux-uvc.berlios.de I see that 0c45 is Sonix
48 > Technology and the model number closest to mine 6409 is for a
49 > (different) dell laptop so I am guessing I should try
50 > media-video/linux-uvc.
51 >
52 > But, as I mentioned, I am a complete novice with webcams and wonder if I
53 > am way off base here. Is the above the right path to follow?
54
55 [Humongous snip]
56
57 Ah, you need first the drivers then. Don't bother with out-of-tree
58 drivers. Try (directly in your kernel) USB_VIDEO_CLASS (a.k.a. UVC),
59 CONFIG_USB_GSPCA, and if that doesn't work enable all of
60 CONFIG_USB_GSPCA_*. Mine works only with CONFIG_USB_GSPCA.
61
62 After loading the modules, or booting with the new kernel, see if you
63 have /dev/v4l (it's a dir). Then any modern software (e.g., Cheese or
64 google-talkplugin) will autodetect the camera.
65
66 Regards.
67 --
68 Canek Peláez Valdés
69 Posgrado en Ciencia e Ingeniería de la Computación
70 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] webcam software gottlieb@×××.edu