I can confirm. Using this procedure worked on feisty: sudo modprobe -r uvcvideo sudo mv /lib/modules/$(uname -r)/kernel/ubuntu/media/usbvideo/uvcvideo.ko /lib/modules/$(uname -r)/kernel/ubuntu/media/usbvideo/uvcvideo.ko.original sudo apt-get install libusb-0.1-4 libusb-dev linux-headers-$(uname -r) wget http://files.i-nz.net/projects/linux-kernel/isight/uvcvideo-isight.tar.gz tar -xzvf uvcvideo-isight.tar.gz cd against-revision-100 make sudo make install sudo modprobe uvcvideo gst-launch-0.10 v4l2src ! video/x-raw-yuv,format=\(fourcc\)UYVY,width=640,height=480 ! ffmpegcolorspace ! ximagesink
now when I run gst test I receive this error: Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. ERROR: from element /pipeline0/v4l2src0: Cannot identify device '/dev/video0'. Additional debug info: v4l2_calls.c(404): gst_v4l2_open (): /pipeline0/v4l2src0: system error: No such file or directory Setting pipeline to NULL ... FREEING pipeline ... This is on te same machine: MBP c2d 15, gutsy up to date. *not* santa rosa edition. -- isight doesn't work https://bugs.launchpad.net/bugs/127584 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
