All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Francois Moine <moinejf@free.fr>
To: "Anthony Hilton" <ajh@tinshill.f9.co.uk>
Cc: video4linux-list@redhat.com
Subject: Re: Setting up Philips SPC 200NC webcam
Date: Tue, 28 Dec 2010 09:38:51 +0100	[thread overview]
Message-ID: <20101228093851.06fe9e72@tele> (raw)
In-Reply-To: <4209e98c6d38ac56dfa55e254b65b6ab.squirrel@webmail.plus.net>

On Mon, 27 Dec 2010 15:33:30 -0000
"Anthony Hilton" <ajh@tinshill.f9.co.uk> wrote:

> Apologies if this is too basic for here - please redirect me to
> documentation or another mail list if appropriate.

Hi Anthony,

This list is not used anymore. The Linux video stuff is now discussed in
linux-media@vger.kernel.org (look at http://www.linuxtv.org/).

	[snip]
> I have a Philips SPC 200NC USB webcam connected to my OpenSuSE system,
> which I want to use with Skype.
	[snip]
> xawtv-3.95 running on Linus/i686 (2.6.31.14-0.4-default) will display
> webcam video in a window so I'm nearly there. On startup it reports:
	[snip]
> the xawtv menu shows video source zc3xx
> 
> Cheese 2.28.1 flickers the webcam indicator when loading but only ever
> displays the test pattern.
> 
> Skype (2.1 beta) also flickers the webcam indicator when  I attempt to
> test the webcam but I don't see any image.
> 
> I'm hoping that if I get Cheese working Skype will also work.

First, your kernel may be somewhat old, because the driver of your
webcam is zc3xx (which is part of the gspca framework) and there were
many bug fixes since this time. If you cannot get a newer kernel, you
may get the gspca test version from my web page (see below).

Then, all the video drivers moved from the v4l1 to the v4l2 API, while
not all applications did. For these ones, the v4l library is required
(in fact, it is always required because it contains the image conversion
routines). The simplest way to do it is to use a wrapper containing:

	export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
	skype	# or any v4l application

(better use a script otherwise, the export command slows a bit the non
video applications)

Regards.

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

      reply	other threads:[~2010-12-28  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-27 15:33 Setting up Philips SPC 200NC webcam Anthony Hilton
2010-12-28  8:38 ` Jean-Francois Moine [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101228093851.06fe9e72@tele \
    --to=moinejf@free.fr \
    --cc=ajh@tinshill.f9.co.uk \
    --cc=video4linux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.