Comment 26 for bug 196811

Revision history for this message
Alfredo Pironti (alfredo.pironti) wrote : Re: hal does not detect Quickcam Express as v4l-device

When running cheese --verbose with the 'plain' qc-usb module, the output is

---
Detected webcam: Logitech QuickCam USB
device: /dev/video0
<
some repeated data like
video/x-raw-yuv 32 x 32 num_framerates 1
15/2
>
v4lsrc name=video_source device=/dev/video0 ! video/x-raw-yuv,width=352,height=292,framerate=15/2 ! identity
---

compare with the patched driver, where only
device: /dev/video0
is printed. Still can't tell if this is a hal or driver or cheese problem.