Como montar uma câmera digital para os aplicativos certos?

6

Sempre que eu conecto pela câmera digital, um ícone de mídia legal aparece. Ótimo! !

Quando clico com o botão direito neste ícone, só consigo abrir o Rhythmbox ou VLC-media-player. Ambas as aplicações são sem sentido para serem usadas aqui. Quando quero baixar fotos (seja por meio do F-Spot, Shotwell ou Picasa) Tenho que desmontar a câmera primeiro. Isto parece para mim um pouco ilógico? Por que a câmera é montada se você tiver que desmontá-la para ser usada? Como posso fazer com que a câmera digital seja montada para os aplicativos certos? Parece estranho para mim que alguém tenha que desmontar um dispositivo antes que alguém possa usá-lo!

Modelo de câmera: Canon PowerShot SX20 IS (novo id foi adicionado para esta câmera na libgphoto2 2.4.9. O gerenciador de pacotes me diz que a libgphoto2-2 está instalada, versão 2.4.8-0ubuntu2 = > parece que a libgphoto2 não consegue ler a câmera? De qualquer forma, o PTP / MTP- modo funciona bem)

uname -a
Linux Ubuntu-Bernard **2.6.32-24-generic #42-Ubuntu** SMP Fri Aug 20 14:24:04 UTC 2010 i686 GNU/Linux

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="**Ubuntu 10.04.1 LTS**"

lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 04a9:31e4 **Canon, Inc.** 
Bus 001 Device 003: ID 0b05:1706 ASUSTek Computer, Inc. WL-167G 802.11g Adapter [ralink]
Bus 001 Device 002: ID 050d:0234 Belkin Components F5U234 USB 2.0 4-Port Hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


Type filesystem = **gphoto2**

KernelLoggings (plug-in/plug-out)
Sep 11 19:23:55 Ubuntu-Bernard kernel: [ 1370.156803] usb 1-2.1: new full speed USB device using uhci_hcd and address 4
Sep 11 19:23:55 Ubuntu-Bernard kernel: [ 1370.282419] usb 1-2.1: configuration #1 chosen from 1 choice
Sep 11 19:31:59 Ubuntu-Bernard kernel: [ 1854.101144] usb 1-2.1: USB disconnect, address 4


Detailled Camera info
lsusb -v

Bus 001 Device 007: ID 04a9:31e4 Canon, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x04a9 Canon, Inc.
  idProduct          0x31e4 
  bcdDevice            0.02
  iManufacturer           1 Canon Inc.
  iProduct                2 Canon Digital Camera
  iSerial                 3 E2F5E9B80A584FFDA901B46ECBC87410
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
          bInterfaceClass         6 Imaging
      bInterfaceSubClass      1 Still Image Capture
      bInterfaceProtocol      1 Picture Transfer Protocol (PIMA 15470)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              32
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered
    
por Bernard Decock 10.09.2010 / 19:54

2 respostas

2

Eu acho que você pode lidar com isso através das preferências do Nautilus.

  1. Abra o Nautilus ( Locais - > Pasta Inicial ).
  2. Clique no menu suspenso Editar .
  3. Escolha Preferências .
  4. Na janela Preferências de gerenciamento de arquivos , clique na guia Mídia .
  5. A seção Manipulação de mídia deve permitir que você configure o sistema para se comportar da maneira desejada ao conectar a câmera. [1]

[1] As opções a seguir para Fotos incluem: Perguntar o que fazer , Não fazer nada , Abrir pasta , Abrir o F-Spot , Abrir com outro aplicativo ...

    
por Jim 22.09.2010 / 22:51
0

Apenas uma tentativa no escuro, mas se você comentar temporariamente as seguintes linhas em /lib/udev/rules.d/45-libmtp8.rules , isso ajuda em nada?

  • # Canon PowerShot SX20IS (PTP/MTP mode)
    # ATTR{idVendor}=="04a9", ATTR{idProduct}=="31e4", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio"
    
  • # Canon PowerShot SX20IS (PTP/MTP mode)
    # ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="31e4", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio"
    
por ændrük 15.09.2010 / 00:23

Tags