[Ubuntu-BR] webcam Ubuntu 10.10 64 bits

Vinicius Franco do Nascimento vinicius.nascimento em gmail.com
Quinta Novembro 11 21:41:56 UTC 2010


Xisberto,

Eu não possuia este arquivo então o criei.
Mas não funcionou.


Vinícius Franco do Nascimento


"Doing easily what others find difficult is talent; doing what is impossible
for talent is genius." -- Henri-Frederic Amiel


2010/11/10 Xisberto <xisberto em gmail.com>

> Em 9 de novembro de 2010 23:47, Vinicius Franco do Nascimento <
> vinicius.nascimento em gmail.com> escreveu:
>
> > Caros,
> >
> > Consegui fazer minha webcam funcionar no skype através do texto abaixo.
> > Quando vou nos sistemas multimidia, não consigo fazer ela funcionar.
> Parece
> > que o driver tem que ser direcionado. Como faço para q isso funcione com
> qq
> > aplicativo? No skype funcionou.
> >
> >
> > To view the webcam properly in Skype use this piece of code:
> >
> > $ LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
> > Just try using ‘lib’ instead of ‘lib32′ if its an 32-bit machine.
> >
> > To make this a permanent solution, follow the steps below:
> >
> > sudo mv /usr/bin/skype /usr/bin/skype.bin
> > sudo chmod 755 /usr/bin/skype.bin
> >
> > sudo touch /usr/bin/skype
> > sudo gedit /usr/bin/skype
> > (use anyother editor of your choice instead of gedit if u want)
> > add the following lines to it and save & close
> >
> > #!/bin/bash
> > LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype.bin
> >
> >  $ sudo chmod 755 /usr/bin/skype
> >
> >
> A ideia é praticamente a mesma, mas esse tutorial que você encontrou é um
> tutorial muito fdp, se me permitem ser sincero.
>
> É muita irresponsabilidade de alguém dizer para outros fazerem um "sudo mv
> /usr/bin/skype /usr/bin/skype.bin", mas muita mesmo.
>
> A forma mais segura de fazer isso é exatamente a forma que permite que
> todos
> os aplicativos usem a webcam.
>
> Adicione a linha "LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so" ao final do
> arquivo ".bashrc" que está na sua pasta pessoal. Pela linha de comando, dá
> pra fazer assim:
>
> $ gedit .bashrc
>
> Não precisa de sudo, mas a alteração fica válida apenas para seu usuário, o
> que deve ser suficiente.
>
> Vai precisar apenas um novo login para aplicar a alteração.
>
>
> --
> Humberto Fraga
> http://lixaonerd.wordpress.com
> http://ostelematicos.blogspot.com
>
> "Sur la tuta tero estis unu lingvo kaj unu parlomaniero." - Gn 11,1
> --
> Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
>
> Lista de discussão Ubuntu Brasil
> Histórico, descadastramento e outras opções:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>



More information about the ubuntu-br mailing list