LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Logitech QuickCam Pro 5000 on FC6 (https://www.linuxquestions.org/questions/linux-hardware-18/logitech-quickcam-pro-5000-on-fc6-524839/)

kgilman 02-01-2007 09:31 PM

Logitech QuickCam Pro 5000 on FC6
 
:newbie:

I have the Pro 5000 which will work with the following command:

ffmpeg -vd /dev/video0 -ad /dev/dsp -r 10 -s 352x288 video_tes
t.avi

It records video just fine, no sound though. My problem is I cannot get this to work with mplayer. I would like to be able to see the video live. Here are some details:

[root@Krusty ~]# lsusb
Bus 002 Device 014: ID 046d:08ce Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0d49:3100 Maxtor
Bus 002 Device 006: ID 0bda:0111 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 003: ID 04a9:10b4 Canon, Inc.

[root@Krusty ~]# uname -r
2.6.19-1.2895.fc6

[root@Krusty ~]# ls /dev/video*
/dev/video /dev/video0

[root@Krusty ~]# mplayer tv:// -tv driver=v4l2:width=352:height=288:outfmt=yv12:device=/dev/video0 -vo test2.avi
MPlayer 1.0pre8-Fedora-GS-4.0.2 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3700+ (Family: 15, Model: 55, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.



Playing tv://.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
comment: first try, more to come ;-)
v4l2: ioctl get standard failed: Invalid argument
Selected device: USB Video Class device
Capabilites: video capture streaming
supported norms:
inputs: 0 = Camera;
Current input: 0
Current format: YUYV
v4l2: ioctl set format failed: Invalid argument
v4l2: ioctl enum norm failed: Invalid argument
Error: Cannot set norm!
Selected input hasn't got a tuner!
v4l2: ioctl set mute failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
FPS not specified in the header or invalid, use the -fps option.
No stream found.

v4l2: ioctl set mute failed: Invalid argument
v4l2: 0 frames successfully processed, 0 frames dropped.

Exiting... (End of file)

Has anyone gotten this camera working on FC6?

Thank-You
-Keith

Brian1 02-02-2007 06:18 PM

Check out this two links I found using a quick search on google. Mentions like newer versions are broken due to patent issues or something. Not sure if it appplies to your setup.
https://bugs.launchpad.net/ubuntu/+s....17/+bug/56090
http://www.saillard.org/linux/pwc/

Brian


All times are GMT -5. The time now is 08:41 PM.