Hello,

I've found something which may help

i've done a 'modprobe -v uvcvideo' and i get that result :

insmod /lib/modules/2.6.22.1-41.fc7/kernel/drivers/media/video/v4l2-
common.ko
insmod /lib/modules/2.6.22.1-41.fc7/kernel/drivers/media/video/v4l1-
compat.ko
insmod /lib/modules/2.6.22.1-41.fc7/kernel/drivers/media/video/videodev.ko
insmod /lib/modules/2.6.22.1-41.fc7/extra/uvc/uvcvideo.ko


now what I can say is that the last line is not the module I compiled. So i
made a link of my module in the 'lib/modules/2.6.22.1-41.fc7/extra/uvc'
directory to load my module.

Now I have a /dev/video and a /dev/video0. So my cam seems to be
recognized.... in the dmeg

Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device USB2.0 Camera (5986:0100)
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)



But if i try to use it (with camstream for example) , i got a error message
'The device experienced an error-19(Aucun périphérique de ce type). The
Window will be closed". Here is the termlog trace:


[EMAIL PROTECTED] luvcview-20060207]# camstream
CVideoDeviceInput: Warning: no channel info available.
CCamWindow::CCamWindow()
CWebCamViewer::CWebCamViewer(0x705b90, 0x0)
CVideoDevice::Init()
Allocating own buffer.
Trying to find video options for USB2.0 Camera:/dev/video0
searching USB2.0 Camera
CSnapshotSettingsDlg::CSnapshotSettingsDlg(...)
QFont::setRawName(): Invalid XLFD: "system"
CVideoSettingsDlg::SizeChanged(320x240)
CVideoSettingsDlg::FramerateChanged(10)
CCamPanel::SetSize(320x240)
CCamPanel::SetImageSize(320x240)
CCamPanel::SetVisibleSize(320x240)
CCamPanel::SetSize(320x240)
CCamPanel::SetImageSize(320x240)
CCamPanel::SetVisibleSize(320x240)
RecalcTotalViewSize: resize viewport(320x240)
EnableRGB: +
CVideoDevice::SetPalette picked palette 0 []
CVideoDevice::CreateImagesRGB()
 allocating space for RGB
CVideoDevice::StartCapture() go!
CVideoDevice::LoadImage() Error loading image; errorcode=-19


And with luvcview, I get a black screen....


Thanks for your help.

Mick


2007/8/15, Mickael Dréan <[EMAIL PROTECTED]>:
>
>  Laurent Pinchart a écrit :
>
> Hi Mickaël,
>
> On Tuesday 14 August 2007, Mickael Drean wrote:
>
>  Hello Laurent,
>
>      If it still doesn't work, please post the output of lsusb -v (with
> usbutils 0.72 or newer).
>
>  here is the  0.72 output of lsusb :
>
>  Thanks.
>
> [snip]
>
> Your webcam should definitely be supported. Make sure you're loading the
> module you compiled and not an old version that still dwells somewhere.
>
> If everything else fails, load the module with the trace parameter set to 255
> and see if dmesg reports additional information.
>
> Best regards,
>
> Laurent Pinchart
>
>    Hello Laurent,
>
> Thanks for all those informations,
>
> Is there any incompatibility with another modules or anything which could
> make some problems with the module?
>
>
>
> Mickaël
>
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to