It took awhile, but I am back. In the mean time, I upgraded to FC8.
I started again with Ekiga and had the same problems. I was able to fins and install a driver (don't ask how - I am not sure what worked). I unplugged the camera and plugged it back it. Fedora recognized it ( gmesg | tail). Back in Ekiga, I went to the video preferences and got the same errors
Your driver doesn't seem to support any of the color formats supported by Ekiga.
Please check your kernel driver documentation in order to determine which Palette is supported.
I think the driver is gspca
lsmod | grep video
videodev 28097 1 gspca
v4l2_common 18625 1 videodev
v4l1_compat 15941 1 videodev
Where do I go from here?
Thanks
Vince Radice
On Nov 10, 2007 3:24 PM, Vince <hradice cfl rr com> wrote:
> I am having a problem with Ekiga and my Webcam. It is an Intel PC
> Camera Pro (vendor id 0x0733 device 0x0430). If I use video plugin V4L,
> I get the this device as input device, but I also get an error saying
> that the driver doesn't seem to support any of the color formats
What helped me was to start ekiga, unplug the camera, plug it back in
and then suddenly ekiga picked it up (I also had gotten the color
palette error before). After I once successfully configured it, it
just seems to work.
Hope it helps,
~David
> supported by Ekiga and I should check the lernel driver documentation to
> determine which Palette is supported. How do I find out what formats
> the driver supports and what Palette I need to specify and how do I do this?
> I think the driver for the camera is gspcav1. Thank you