Menu

#289 gphoto2 support for Kodak EasyShare V570?

closed-fixed
nobody
5
2006-12-21
2006-12-19
No

Hello,

Since the V550 is supported, is there any chance to have a support on the V570 camera (with has two lenses, which is very nice...)?

Greetings,
Marco

Discussion

  • Hubert Figuière

    Logged In: YES
    user_id=27487
    Originator: NO

    should work as is recognized as a generic PTP camera.

    what are the USB IDs?

     
  • Marcus Meissner

    Marcus Meissner - 2006-12-20

    Logged In: YES
    user_id=48092
    Originator: NO

    gphoto2 --auto-detect will already work fine and detect it as USB PTP Camera.

     
  • Marco Sielaff

    Marco Sielaff - 2006-12-20

    Logged In: YES
    user_id=438521
    Originator: YES

    gphoto2 --auto-detect

    shows nothing (--list-ports shows the usb (and the ttysXX..)

    lsusb --vv with this camera attached shows nothing, too. With a Olympus FE-5500 both programms (lsusb and gphoto2) work.

    I have gphoto2 version 2.3 installed...

     
  • Marco Sielaff

    Marco Sielaff - 2006-12-21

    Logged In: YES
    user_id=438521
    Originator: YES

    Do I have to add something in the library.c (camlibs/ptp2) like
    {"Kodak:V570", 0x040a, 0x0590, 0},?
    But with this unsigned shorts usb_vendor/product the camera was not found.
    (Suse 9.3 Kernel 2.6.11.4-21.15-default)

     
  • Marcus Meissner

    Marcus Meissner - 2006-12-21

    Logged In: YES
    user_id=48092
    Originator: NO

    that lsusb -vv does not show the camera is a bad sign, likely not even the machine
    is recognizing it.

    What is in "dmesg" kerneloutput when you attach the camera? Perhaps there are errors.
    (Just run the "dmesg" command).

     
  • Marco Sielaff

    Marco Sielaff - 2006-12-21

    Logged In: YES
    user_id=438521
    Originator: YES

    The output of dmesg is
    usb 2-1: new full speed USB device using uhci_hcd and address 2
    Also I have tried
    lsmod | grep hci
    ehci_hcd 31624 0
    uhci_hcd 30224 0
    usbcore 108760 5 usbserial,usbhid,ehci_hcd,uhci_hcd

    lsmod | grep usb
    usbserial 28008 0
    usbhid 41312 0
    usbcore 108760 5 usbserial,usbhid,ehci_hcd,uhci_hcd

     
  • Marco Sielaff

    Marco Sielaff - 2006-12-21

    Logged In: YES
    user_id=438521
    Originator: YES

    Problem fixed!
    It was a problem with my Suse 9.3. I have had the old "usbdevfs" in /etc/fstab (since this was a Suse 9.0)
    Changing it to "usbfs" and a lsusb shows:
    Bus 003 Device 007: ID 040a:0591 Kodak Co.

    So I added in the library.c
    {"Kodak:V570", 0x040a, 0x0591, 0},

    and gphoto2 --auto-detect
    Modell Port
    ----------------------------------------------------------
    Kodak V570 usb:

    works. Thank you for your ideas!
    Marco

     
  • Marcus Meissner

    Marcus Meissner - 2006-12-21

    Logged In: YES
    user_id=48092
    Originator: NO

    applied the id to SVN. thanks!

     
  • Marcus Meissner

    Marcus Meissner - 2006-12-21
    • status: open --> closed-fixed
     

Log in to post a comment.