Gentoo Archives: gentoo-amd64

From: Mansour Al Akeel <mansour.alakeel@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Video for Linux - webcam
Date: Sun, 09 Aug 2009 13:33:45
Message-Id: 4A7ED029.3030103@gmail.com
1 I have been trying to get the webcam to work on:
2
3 Linux mars 2.6.29-gentoo-r5 #1 SMP Sat Aug 8 13:33:30 ADT 2009 x86_64
4 AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 AuthenticAMD GNU/Linux
5
6 lsusb
7 Bus 002 Device 001: ID 1d6b:0001
8 Bus 001 Device 002: ID 05ca:1810 Ricoh Co., Ltd
9 Bus 001 Device 001: ID 1d6b:0002
10
11 I enabled V4L in the Kernel and enabled API 1.0.
12 Then I installed the driver as in :
13
14 http://forums.gentoo.org/viewtopic-t-768893.html?sid=57e3dbf52a9be44c18f4f779069802ab
15
16 Now, when I try this:
17 ==============================================================
18 mplayer -fps 15 tv:// -tv driver=v4l2:device=/dev/v4l/video0
19 MPlayer 29040-4.1.2 (C) 2000-2009 MPlayer Team
20
21 Playing tv://.
22 TV file format detected.
23 No such driver: v4l2
24
25
26 Exiting... (End of file)
27 ==============================================================
28
29 So I tried without specifying a driver:
30
31 $ mplayer -fps 25 tv:// -tv device=/dev/video
32
33 MPlayer 29040-4.1.2 (C) 2000-2009 MPlayer Team
34
35 Playing tv://.
36 TV file format detected.
37 Selected driver: dummy
38 name: NULL-TV
39 author: alex
40 comment:
41 Selected input hasn't got a tuner!
42 ==========================================================================
43 Opening video decoder: [raw] RAW Uncompressed Video
44 VDec: vo config request - 320 x 200 (preferred colorspace: Planar YV12)
45 VDec: using Planar YV12 as output csp (no 0)
46 Movie-Aspect is undefined - no prescaling applied.
47 VO: [xv] 320x200 => 320x200 Planar YV12
48 Selected video codec: [rawyv12] vfm: raw (RAW YV12)
49 ==========================================================================
50 Audio: no sound
51 FPS forced to be 25.000 (ftime: 0.040).
52 Starting playback...
53 V: 1.0 73/ 73 0% 6% 0.0% 0 0
54 V: 1.0 82/ 82 0% 6% 0.0% 0 0
55
56 Exiting... (End of file)
57
58
59 I got a small window, with a green color and nothing else. I will
60 appreciate any advice, as I don't want to keep booting to windows, only
61 for this. :)
62 Thanks

Replies

Subject Author
Re: [gentoo-amd64] Video for Linux - webcam Drake Donahue <donahue95@×××××××.net>
Re: [gentoo-amd64] Video for Linux - webcam Saphirus Sage <saphirus497@×××××.com>