I had the webcam test in Skype working a few weeks ago, but now it doesn't work. I update my system faithfully, so the problem is almost certainly caused by a recent update. Now, when I click on the Test button in Options/Video, nothing happens. If I click on it repeatedly, I get an all-grey screen that I can clear with Esc.
I suspect some problem with 64-bit vs. 32-bit software, but I'm not sure. Following a suggestion in another thread, I attempted to preload v4l1compat.so, but got this:
I have two different cameras hooked up now. Both work in cheese and neither works in skype, so the problem is unlikely to be with the camera itself.
Ideas, anyone?
Update: there seem to be two places where v4l1compat.so is to be found: the path cited above and the same path with /usr/lib replaced by usr/lib32. If I use the copy in lib32, I get a segfault when I try to test the webcam.
I suspect some problem with 64-bit vs. 32-bit software, but I'm not sure. Following a suggestion in another thread, I attempted to preload v4l1compat.so, but got this:
Code:
pwa@Asus-laptop:/usr/share/guile/1.8$ LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.
Ideas, anyone?
Update: there seem to be two places where v4l1compat.so is to be found: the path cited above and the same path with /usr/lib replaced by usr/lib32. If I use the copy in lib32, I get a segfault when I try to test the webcam.
Comment