I have a Philips SPC 200NC webcam connected to my OpesSuSE 11.3 box.
I want to use this camera with Skype. Testing video in Skype 2.1 beta 2 doesn’t show anything.
xawtv displays the image.
Cheese opens with ‘No device found’ - the Help suggests using gstreamer.properties. This also doesn’t find the camera when attempting to test - the terminal output is:
gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'glimagesink'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'esdmon'
gstreamer-properties-Message: Error running pipeline 'Video for Linux 2 (v4l2)': Could not negotiate format [gstbasesrc.c(2756): gst_base_src_start (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src1:
Check your filtered caps, if any]
The gstreamer.properties video tab shows
Default Input
Plugin: Video for Linux 4 (v4l2)
Device: SPC 200NC
Pipeline: v4l2src device="/dev/video0"
The following are installed (as well as quite few other gstreamer packages):
gstreamer-0_10-plugin-gnomevfs
gstreamer-0_10-plugin-hal
gstreamer-0_10-plugins-bad
gstreamer-0_10-plugins-base
gstreamer-0_10-plugins-good
I guess the above messages ‘Skipping unavailable plugin’ mean that I have missed installing something, but I don’t know what so would appreciate enlightenment from the more knowledgeable.
Those look fine to me. You have some extras that I do not have (such as v4l-conf and v4l-tools) but I don’t see that as a problem. It might even be necessary as your webcam is a different type of webcam from mine.
Well here we have a significant difference. You have no gstreamers from Packman packagers, and I have replaced most of mine with Packman packager versions. You can tell a Packman packager version by the “pm” in the version number. Here is what I get:
Unfortunately Packman is in transition right now as they restructure their download site/mirrors with a different repository setup, so it may be a day or two before that settles down.
Unfortunately, I can’t say EXACTLY what gstreamer app it is that you are missing, nor can I say for certain it is a gstreamer application (as your webcam is a different make from mine) but I suspect it might be one of the gstreamer apps that I have installed.
GREAT news. Glad to read you did not end up messing around with gstreamer.
Apologies for a bad recommendation initially. I was very tired yesterday, and I did not immediately identify your web cam as a gspca driver webcam (as sometimes Phillip webcams use different drivers). If you have further problems with your webcam, be certain to include in your post the device-id and vendor-id that you get from running:
lsusb
Thats very important, and I had to surf a fair amount to figure that out (which eventually lead me to realize that “LD_PRELOAD” was a possibility). With the vendor/device ID I think I would have ‘come to the chase’ a lot qucker.
For example, on my PC, lsusb gives the following line for my webcam:
Bus 002 Device 003: ID 046d:0821 Logitech, Inc.
from which 046d:0821 is very important when trying to research for details on my webcam.