Hi,
I just wanted to drop a quick note on how to get cheese to work.
Cheese only uses webcams that are registred by hal.
For now the m5602 driver is not registred correctly, thus an .fdi file is needed. Attached with this mail is a .fdi for the m5602.

Save it into the /usr/share/hal/fdi/information/20thirdparty/
This is the location for ubuntu, I don't know the location on other distributions.

After restarting hal the webcam should be detected. You can verify this by running "lshal | grep video" in a terminal. The output should contain some video4linux.* strings.

The attached .fdi file is quite crudely implemented so it might pick up other webcams too. You have been warned.

Regards,
Erik

<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">
  <device>
    <match key="info.subsystem" string="usb">
      <match key="usb.interface.class" int="0xff">
        <match key="usb.interface.subclass" int="0xff">
          <match key="usb.interface.protocol" int="0xff">
            <merge key="info.category" type="string">video4linux</merge>
            <append key="info.capabilities" type="strlist">video4linux</append>
            <merge key="linux.subsystem" type="string">video4linux</merge>
            <merge key="video4linux.device" type="string">/dev/video0</merge>
            <merge key="video4linux.version" type="string">2</merge>
          </match>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
M560x-driver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/m560x-driver-devel

Reply via email to