Re: [Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-04-20 Thread Eugen Dedu

Gerhard Stengel wrote:

Hi Damien

I owe you a follow-up on  this one:

2009/1/26 Damien Sandras dsand...@seconix.com:

If ptlib has been compiled with libv4l support (libv4l being the
library, not the ptlib plugin), it should not be required anymore.


It isn't. I built a 3.0.2 from sources and it works as expected - with
nice video.

Kind regards,

Bent



Hi,

I wonder how to compile ptlib with libv4l library support. My first thought 
was to configure with --disable-plugins, but this resulted in following 
compile error:


Compile normally but have libv4l-dev installed before.

Personally, I use
	./configure --prefix=/usr --enable-oss --enable-v4l --disable-avc 
--disable-dc


One of my students had this too (v4l plugin not compiled), I do not 
understand why.  It seems it was solved by installing uvcvideo, but this 
is doubtful.


/usr/src/packages/BUILD/ptlib-2.6.1/lib_linux_x86_64/obj2/sockets.o:/usr/src/packages/BUILD/ptlib-2.6.1/include/ptlib/object.h:1037: 
multiple definition of `creationMutex'
/usr/src/packages/BUILD/ptlib-2.6.1/lib_linux_x86_64/obj2/vidinput_v4l.o:/usr/src/packages/BUILD/ptlib-2.6.1/src/../plugins/vidinput_v4l/vidinput_v4l.cxx:670: 
first defined here


Another strange thing is that the v4l2 plugin isn't created with ptlib 2.6.1 
any more. This worked with 2.4.4, though...


Any help is highly appreciated! I really want to get my Webcam (Logitech 
Quickcam Express, usb id 046d:092f) to work again with kernel 2.6.27.

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-04-16 Thread Gerhard Stengel
 Hi Damien
 
 I owe you a follow-up on  this one:
 
 2009/1/26 Damien Sandras dsand...@seconix.com:
 
 If ptlib has been compiled with libv4l support (libv4l being the
  library, not the ptlib plugin), it should not be required anymore.
 
 It isn't. I built a 3.0.2 from sources and it works as expected - with
 nice video.
 
 Kind regards,
 
 Bent
 

Hi,

I wonder how to compile ptlib with libv4l library support. My first thought 
was to configure with --disable-plugins, but this resulted in following 
compile error:

/usr/src/packages/BUILD/ptlib-2.6.1/lib_linux_x86_64/obj2/sockets.o:/usr/src/packages/BUILD/ptlib-2.6.1/include/ptlib/object.h:1037:
 
multiple definition of `creationMutex'
/usr/src/packages/BUILD/ptlib-2.6.1/lib_linux_x86_64/obj2/vidinput_v4l.o:/usr/src/packages/BUILD/ptlib-2.6.1/src/../plugins/vidinput_v4l/vidinput_v4l.cxx:670:
 
first defined here

Another strange thing is that the v4l2 plugin isn't created with ptlib 2.6.1 
any more. This worked with 2.4.4, though...

Any help is highly appreciated! I really want to get my Webcam (Logitech 
Quickcam Express, usb id 046d:092f) to work again with kernel 2.6.27.

best regards

Gerhard


-

-
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-04-06 Thread Bent
Hi Damien

I owe you a follow-up on  this one:

2009/1/26 Damien Sandras dsand...@seconix.com:

If ptlib has been compiled with libv4l support (libv4l being the
 library, not the ptlib plugin), it should not be required anymore.

It isn't. I built a 3.0.2 from sources and it works as expected - with
nice video.

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-01-26 Thread Damien Sandras
Hi,

Le dimanche 25 janvier 2009 à 15:10 +0100, Bent a écrit :
 Hi List
 
 With kernel 2.6.27 the spca driver for a lot of webcams, including the
 one I have got, was moved into the kernel. At the same time quite a
 few video formats were taken out of the driver and moved to a
 user-land library - v4l1compat.so.
 
 This means that in order for me to get video on ekiga, skype and other
 applications I have to do something like this:
 
 LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so ekiga
 
 My question now is: Is this also required with Ekiga V3? I ask because
 my distribution (Gentoo) still is at version 2.0.12. I prefer to use
 whatever my distribution provides. I could - and I have done this
 before - build Ekiga from sources but is it worth the trouble (conf.
 all the posts about build problems ;-)) and will it solve my dilemma?
 

If ptlib has been compiled with libv4l support (libv4l being the
library, not the ptlib plugin), it should not be required anymore.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

[Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-01-25 Thread Bent
Hi List

With kernel 2.6.27 the spca driver for a lot of webcams, including the
one I have got, was moved into the kernel. At the same time quite a
few video formats were taken out of the driver and moved to a
user-land library - v4l1compat.so.

This means that in order for me to get video on ekiga, skype and other
applications I have to do something like this:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so ekiga

My question now is: Is this also required with Ekiga V3? I ask because
my distribution (Gentoo) still is at version 2.0.12. I prefer to use
whatever my distribution provides. I could - and I have done this
before - build Ekiga from sources but is it worth the trouble (conf.
all the posts about build problems ;-)) and will it solve my dilemma?

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list