Bug 12111
Summary: | Logitech QuickCam Messenger (046d:08da) gives no image using gspca | ||
---|---|---|---|
Product: | v4l-dvb | Reporter: | Johannes Engel (jcnengel) |
Component: | webcam | Assignee: | Jean-Francois Moine (moinejf) |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | moinejf |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-cr6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | The image the webcam shows |
Description
Johannes Engel
2008-11-27 09:04:05 UTC
Created attachment 19050 [details]
The image the webcam shows
Did you try my program 'svv'? (look in my page http://moinejf.free.fr) Did you try mplayer? (with the option 'v4l2:') Did you try the other applications with the v4l library? I cannot compile svv, since I could not figure out the needed flags. Using mplayer with mplayer tv:// -tv driver=v4l2 it works correctly, so I suppose the error is not in the kernel driver but somewhere in the userspace layer. Indeed as your hints made me find out libv4l solved that problem for me. Many thanks for that! For those who are interested here some links: http://hansdegoede.livejournal.com/3636.html http://linuxtv.org/v4lwiki/index.php/Libv4l_Progress (In reply to comment #3) > I cannot compile svv, since I could not figure out the needed flags. Look at the first lines of the source. There is: gcc -Wall svv.c -o svv $(pkg-config gtk+-2.0 --cflags --libs) -lv4lconvert |