@weirdbeardmt Just got it working for me. It works if i run the export and webcam-server in a bash script (not shell). This seems kind of strange, but it worked. Once i figured that out, i changed the init.d script to use bash and all is well. Here's the script i used.
#!/bin/bash - export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so; webcam-server -- webcam-server returns the error "No supported colour palette found." - needs v4l2 support https://bugs.launchpad.net/bugs/292900 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
