After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 477199 - Linux-UVC webcams not working
Linux-UVC webcams not working
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-15 12:39 UTC by Filip Palm
Modified: 2007-09-22 09:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Filip Palm 2007-09-15 12:39:37 UTC
When trying cheese or gstreamer-properties with my new Logitech Quickcam Pro 9000 i get the following messages.

Cheese:
** Message: Probing the webcam, please ignore the following, not applicabable tries
** Message: Error running pipeline 'v4l2src ! fakesink': Kunde inte få buffertar från enheten "/dev/video0". [v4l2src_calls.c(1025): gst_v4l2src_capture_init (): /pipeline0/v4l2src0:
error requesting 0 buffers: Kan inte allokera minne]
** Message: test pipeline for v4l2src failed:
[v4l2src ! fakesink]: Kunde inte få buffertar från enheten "/dev/video0".


gstreamer-properties:
gstreamer-properties-Message: Error running pipeline 'Video for Linux 2 (v4l2)': Kunde inte få buffertar från enheten "/dev/video0". [v4l2src_calls.c(1025): gst_v4l2src_capture_init (): /pipeline0/v4l2src3:
error requesting 0 buffers: Kan inte allokera minne]
Comment 1 Wim Taymans 2007-09-17 15:44:47 UTC
I believe this is fixed in CVS. If you still have the problem with CVS, can you run the app with:

 GST_DEBUG=*v4l2*:5 <appname> >debug.log 2>&1

and then gzip and attach the debug.log file?
Comment 2 Filip Palm 2007-09-17 21:32:53 UTC
I would love to test this but keep getting:
configure: *** checking feature: Video 4 Linux 2 ***
configure: *** for plug-ins: v4l2src ***
configure: WARNING: *** v4l2src pre-configured not to be built
configure: *** These plugins will not be built: v4l2src
Comment 3 Wim Taymans 2007-09-17 21:48:05 UTC
pass --enable-experimental to autogen.sh
Comment 4 Filip Palm 2007-09-21 16:44:51 UTC
It works fine now, thanks.