← Back to team overview

mactel-support team mailing list archive

[Bug 345080] Re: iSight camera images have green/purple tint

 

great works here with skype too, for 64bit i had to downgrade lib32v4l
too, here is what i did:

wget http://de.archive.ubuntu.com/ubuntu/pool/main/libv/libv4l/lib32v4l-0_0.5.0-3~intrepid1_amd64.deb
wget http://de.archive.ubuntu.com/ubuntu/pool/main/libv/libv4l/libv4l-0_0.5.0-3~intrepid1_amd64.deb
sudo dpkg -i libv4l-0_0.5.0-3~intrepid1_amd64.deb lib32v4l-0_0.5.0-3~intrepid1_amd64.deb
echo lib32v4l-0 hold | sudo dpkg --set-selections
echo libv4l-0 hold | sudo dpkg --set-selections

-- 
iSight camera images have green/purple tint
https://bugs.launchpad.net/bugs/345080
You received this bug notification because you are a member of Mactel
Support, which is the registrant for Mactel Support.

Status in Cheese Camera Application: New
Status in GStreamer Plugins (Good): Invalid
Status in Mactel Support: New
Status in “cheese” source package in Ubuntu: Invalid
Status in “libv4l” source package in Ubuntu: New

Bug description:
Binary package hint: cheese

The picture in cheese is green/purple.
Cheese doesn't set the right colorspace format.

distro: jaunty
version: cheese 2.25.92-0ubuntu1

device:
Bus 001 Device 006: ID 05ac:8501 Apple, Inc. Built-in iSight [Micron]
(uvcvideo)

wrong green/purple picture:
$ gst-launch-0.10 v4l2src ! ffmpegcolorspace ! ximagesink

right picture with normal colors:
$ gst-launch-0.10 v4l2src ! video/x-raw-yuv,format=\(fourcc\)UYVY,width=640,height=480 ! ffmpegcolorspace ! ximagesink