[ubuntu-ar] Web Cam Orbicam

Lucas Livchits livchitsl at gmail.com
Tue May 26 20:58:13 BST 2009


El día 26 de mayo de 2009 15:59, Daniel Walter Pérez Corvalán
<armadillo2003 en yahoo.es> escribió:
> Hola amig en s,
> Hace unos dias actualice de ubuntu 8.10 a 9.04. Sinceramente reconozco que
> ubuntu se supera en cada nueva versión.
>
> Pregunto a los "Guru's".
> En mi PC tengo instalada una Web Cam
>
>     "ID 046d:0896 Logitech, Inc. OrbiCam"
>
> Pero no logro hacerla funcionar, aparentemente funciona, ya que con cheese
> la web cam arranca (se enciende) perome muestra "ruido" en la pantalla,
> vamos ninguna imagen. Probando con camorama el sintoma es exactamente el
> mismo.
> Esta es la salida que obtengo al hacer:
>
> $ camorama -D
>
> VIDIOCGCAP
> device name = Camera
> device type = 1
> can use mmap()
> # of channels = 1
> # of audio devices = 0
> max width = 640
> max height = 480
> min width = 48
> min height = 32
>
> VIDIOCGWIN
> x = 0
> y = 0
> width = 320
> height = 240
> chromakey = 0
> flags = 0
>
> VIDIOCGWIN
> x = 0
> y = 0
> width = 320
> height = 240
> chromakey = 0
> flags = 0
>
> VIDIOCGPICT:
> bright = 0
> hue = 0
> colour = 0
> contrast = 0
> whiteness = 0
> colour depth = 8
>
> VIDIOCGMBUF
> mb.size = 2457600
> mb.frames = 4
> mb.offset = 614400
> update_tooltip called
> tip - acap off
> update_tooltip called
> tip - acap off
> update_tooltip called
> tip - acap off
> Unable to capture image (VIDIOCSYNC)
>
> Aclaro que con la version 8.10 de ubuntu me funcionaba perfecto, pues nada
> si alguien puede darme una mano aqui ansioso espero una respuesta gracias...
> --

Mmmm... se me ocurre que esto[0] puede servir. No me queda claro si la
última parte hay que aplicarla cada vez que se quiere usar la cámara,
en ese caso hay que haecr el script que se sugiere ahí.

Cualquier duda, avisá.

[0] http://www.ubuntu-es.org/?q=node/104649#comment-325383

PD: pego abajo lo sustancial del post porque entrar a Ubuntu-es puede
ser imposible.

How to workaround this (see also
https://lists.linux-foundation.org/pipermail/bugme-janitors/2008-October/011912.html):

1. Download and unpack http://people.atrpms.net/~hdegoede/libv4l-0.5.0.tar.gz
2. See README, and install: sudo make install
3. Open terminal window
4. $ export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
5. $ camstream
Start camera, should now work.

How to make skype work:
1. create new shell script (call it skype_wrapper), put it somehwere
(e.g. /usr/local/bin/skype_wrapper). Content:
#!/bin/bash
export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
skype
2. Open System/Root Menu manager, locate Skype, Edit the shortcut
replacing command "skype" => "/usr/local/bin/skype_wrapper".
> 3. Start skype (restart, if already running). Test video should now work.



More information about the Ubuntu-ar mailing list