webcam-server returns the error "No supported colour palette found." - needs v4l2 support

Bug #292900 reported by whitepixel
18
This bug affects 1 person
Affects Status Importance Assigned to Milestone
webcam-server (Debian)
Fix Released
Unknown
webcam-server (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: webcam-server

I'm trying to get webcam-server working on my Lenovo T61 laptop with an attached usb webcam running Ubuntu 8.10 amd64. lspci reports the following on my webcam:

Bus 002 Device 003: ID 041e:4036 Creative Technology, Ltd Webcam Live!/Live! Pro

My webcam works fine in cheese, camorama, xawtv; however, running "webcam-server" or "webcam-server -d /dev/video0" returns the error "No supported colour palette found.".

Running "mplayer tv:// -fps 15 -tv driver=v4l2" works great too, just not webcam-server.

I can repro this 100%.

Revision history for this message
Oibaf (oibaf) wrote :

Note that webcam-sever does not support v4l2:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482932

Revision history for this message
Oxenfrogga (tlatlik) wrote :

I am experiencing the same problem, but only since the upgrade to intrepid. Webcam-server used to work without problems before (graphics card: ProSavage S3). What has intrepid changed? Does anyone know a good alternative to webcam-server?

Changed in webcam-server:
status: Unknown → New
Revision history for this message
Oxenfrogga (tlatlik) wrote :

Just the solution for people suffering the same problem. Type
export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
on the command line to prior to launching webcam-server. That will invoke the compatibility mode and will run webcam-server with intrepid.

Thank,
Harald

Revision history for this message
weirdbeardmt (weirdbeard) wrote :

Any idea how to get this running with 9.04 desktop but without gnome installed? It works fine with the LD_PRELOAD on a full desktop machine - but when I installed from the alternate CD a commandline only machine, I still get the No Supported Colour Palette error - is it a gnome thing?

Revision history for this message
pumped (pumpedpwned) wrote :

@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

Changed in webcam-server (Debian):
status: New → Fix Released
Revision history for this message
Oibaf (oibaf) wrote :

webcam-server is no longer available in Ubuntu.

Changed in webcam-server (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.