LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   logitech quick cam (https://www.linuxquestions.org/questions/mandriva-30/logitech-quick-cam-784938/)

mecelec415 01-26-2010 06:07 PM

logitech quick cam
 
any ideas on how to get my usb cam to work with camstream?
heres what happens when i try start it from konsole.

Code:

[steve@localhost ~]$ camstream
CCamWindow::CCamWindow()
CWebCamViewer::CWebCamViewer(0x97b9360, 640x480)
CVideoDevice::Init()
Using mmap(), VMBuf.size = 475136
Trying to find video options for USB Camera (046d:089d):/dev/video0
searching USB Camera (046d:089d)
CSnapshotSettingsDlg::CSnapshotSettingsDlg(...)
QFont::setRawName(): Invalid XLFD: "system"
CVideoSettingsDlg::SizeChanged(640x480)
CVideoSettingsDlg::FramerateChanged(10)
CCamPanel::SetSize(640x480)
CCamPanel::SetImageSize(640x480)
CCamPanel::SetVisibleSize(640x480)
CVideoDevice::SetSize(640, 480)
CVideoDevice::MSync() ioctl: Invalid argument
CCamPanel::SetSize(640x480)
CCamPanel::SetImageSize(640x480)
CCamPanel::SetVisibleSize(640x480)
CCamPanel::SetSize(640x480)
CCamPanel::SetImageSize(640x480)
CCamPanel::SetVisibleSize(640x480)
RecalcTotalViewSize: resize viewport(640x480)
EnableRGB: +
CVideoDevice::SetPalette picked palette 0 []
CVideoDevice::CreateImagesRGB()
 allocating space for RGB
CVideoDevice::StartCapture() go!
CVideoDevice::MCapture() ioctl: Invalid argument
CVideoDevice::MSync() ioctl: Invalid argument
CVideoDevice::LoadImage() Error loading image; errorcode=-22

EnableRGB: -
CVideoDevice::ResetImagesRGB()
 freeing memory
CVideoDevice::SetPalette picked palette 0 []
CVideoDevice::StopCapture() halt!
CVideoDevice::MSync() ioctl: Invalid argument
CWebCamViewer::~CWebCamViewer()
CWebCamViewer::StopTimeSnap()
CWebCamViewer::StopFTP()
CVideoDevice::MSync() ioctl: Invalid argument
CCamWindow::~CCamWindow()

what could error 22 be?
a

aus9 01-27-2010 05:27 PM

hi

go backwards and confirm your webcam and you have the correct modules pls

lsusb......show us your usb ids for webcam

lsmod | grep usb......show us your results pls

2) leaping ahead is that the only software for cam you have tried?

mecelec415 01-27-2010 06:50 PM

QuickCam E2500
 
i should have mentioned that the cam works with kopete and flash web sites.
heres the ismod

Code:

[root@localhost steve]# lsmod | grep usb
usbhid                47136  0
hid                    65344  1 usbhid
snd_usb_audio          84704  2
snd_usb_lib            16644  1 snd_usb_audio
snd_rawmidi            23264  1 snd_usb_lib
snd_hwdep              7560  2 snd_hda_codec,snd_usb_audio
snd_pcm                82664  5 cx88_alsa,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm_oss
snd                    62564  28 cx88_alsa,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_rawmidi,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
usblp                  12580  0
usb_storage            53152  0
usbcore              185744  12 wacom,usbhid,snd_usb_audio,snd_usb_lib,gspca_zc3xx,gspca_main,usblp,rtl8187,usb_storage,ehci_hcd,uhci_hcd
scsi_mod              155476  5 sr_mod,sg,usb_storage,libata,sd_mod

and the Iusb
Code:

[root@localhost steve]# lsusb
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:089d Logitech, Inc. QuickCam E2500 series
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 046d:c50e Logitech, Inc. MX-1000 Cordless Mouse Receiver
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 007 Device 003: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash Flash Drive
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 03f0:5c11 Hewlett-Packard PhotoSmart C4200 Printer series


GlennsPref 01-28-2010 12:52 AM

These are the modules for the web cam, you have listed

Quote:

usbcore 185744 12........ gspca_zc3xx,gspca_main ......
first error
Quote:

QFont::setRawName(): Invalid XLFD: "system"

so the module is loaded,

Check your fonts and Qt installation, check the program requires/deps you may need to simply upgrade your Qt (cute) packages.

ref: http://lists.trolltech.com/qt-intere...ad00427-0.html (trolltech=kde=qt=nokia, my nephew works there, lol)
ref: http://lists.debian.org/debian-kde/2.../msg00071.html

sorry for the hijack, and I hope this helps.

Regards Glenn

aus9 01-28-2010 01:41 AM

hijacking....nah...you are helping

BTW check your dependencies ....mine version will differ as I am not on a mdv system

Code:

Depends: libasound2 (>> 1.0.16), libaudio2, libc6 (>= 2.7-1), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.1.1), libice6 (>= 1:1.0.0), libjpeg62, libpng12-0 (>= 1.2.13-4), libqt3-mt (>= 3:3.3.8b), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxrandr2, libxrender1, libxt6, zlib1g (>= 1:1.1.4), udev | makedev (>= 2.3.1-58)
HMM Mention of libqt3...hmmm..libxt6 looks interesting as well?


All times are GMT -5. The time now is 02:18 PM.