webcam Trust 16490

Problems and successes with specific brands/models of computer video hardware
Message
Author
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#16 Post by rcrsn51 »

Regarding Skype: there is a discussion here about getting other webcams to work.

It involves making a script that preloads some other code.

The required file is /usr/lib/libv4l/v4l1compat.so which is part of your guvcview install.

From the command line, type:

Code: Select all

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

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#17 Post by panoss »

It gave me an error.

Code: Select all

# LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
skype: error while loadind shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#18 Post by rcrsn51 »

Do you get that error when you run skype on its own?

What skype package are you using?

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#19 Post by panoss »

I get the error when the command is executed in the console, Skype is not loaded, it's closed.
I'm using the static package of Skype. Maybe that's the problem.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#20 Post by rcrsn51 »

I'm confused. I don't think that the error message has anything to do with your webcam.

Have you ever had skype running at all? How did you start it?

Please supply a link to the source of your skype package.

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#21 Post by panoss »

rcrsn51 wrote: Have you ever had skype running at all? How did you start it?
(I have put the files of skype in folder: /root/skype/skype_staticQT)
Yes, it is running.
I started it by clicking the executable file of skype: /root/skype/skype_staticQT-4.0.0.8/skype
rcrsn51 wrote: Please supply a link to the source of your skype package.
http://www.skype.com/intl/en/get-skype/ ... ing.static

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#22 Post by Karl Godt »

What do you mean here? To open the file /var/log/messages with syslogd? How?
:?:
To view use a common editor .
The files might be not existant if syslogd and klogd are not started .
Puppy 4 series started these daemons from /etc/rc.d/rc.sysinit directly ,
newer use a /etc/init.d/ script .
I like them being started before the module loading starts
so when i set UDEV_LOG=7 in rc.sysinit the output gets directed to /var/log/messages and not to the console .

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#23 Post by rcrsn51 »

Regarding skype: I got the official skype package. I installed it using these instructions:
We recommend copying the skype binary to /usr/bin and installing sounds/, lang/ and avatars/ into the /usr/share/skype directory.
Under your setup, I don't understand how running the command "skype" would work at all, unless you have also installed some other skype package.

I ran "skype" and my webcam was auto-detected correctly.

In your case, run the command

Code: Select all

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

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#24 Post by panoss »

rcrsn51 wrote:Regarding skype: I got the official skype package.
You mean ubuntu 10.04 32 bit?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#25 Post by rcrsn51 »

panoss wrote:
rcrsn51 wrote:Regarding skype: I got the official skype package.
You mean ubuntu 10.04 32 bit?
No. The one from your link.

Post Reply