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 141948 - FAQ: My quickcam usb doesn't work with v4lsrc
FAQ: My quickcam usb doesn't work with v4lsrc
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-05 19:09 UTC by mammique
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mammique 2004-05-05 19:09:57 UTC
Quickcam USB models only have a single buffer, since version 0.8.1 gstreamer
emulates a second buffer but you need some option when loading the kernel module
"quickcam" :

do this as root :

# echo "options quickcam compatible=255" >> /etc/modules.conf
# depmod -a
# rmmod quickcam
# insmod quickcam
Comment 1 Ronald Bultje 2004-05-16 20:34:38 UTC
Sorry, I thought about this for a few weeks and I don't think this should be in
our FAQ. Rather, it should be documented better in the quickcam documentation.