web-dev-qa-db-ja.com

GoProからビデオを取得する際の問題

GoProからのビデオの取得に問題があります。 GoProをマウントできますが、「Get_started_with_GoPro.URL」ファイルが表示されますが、ビデオまたは画像ファイルは表示されません。同様に、私はそれを持っています

$ gphoto2 -L
There is no file in folder '/'.                                                
There is 1 file in folder '/store_00010001'.
#1     Get_started_with_GoPro.URL r-     1 KB text/html
There is no file in folder '/store_00010001/DCIM'.
There is no file in folder '/store_00010001/DCIM_00000001'.

以下は、問題を掘り下げるのに役立つデバッグ出力の多くです。

Gvfs-mountに関する限り、私は

$ gvfs-mount -li
Volume(0): GoPro HERO
Type: GProxyVolume (GProxyVolumeMonitorGPhoto2)
ids:
unix-device: '/dev/bus/usb/001/006'
activation_root=gphoto2://[usb:001,006]/
themed icons:  [camera-photo]
symbolic themed icons:  [camera-photo-symbolic]  [camera-symbolic]  [camera-photo]  [camera]
can_mount=1
can_eject=0
should_automount=1

デバイスでプラグインの後にdmesgを実行すると、

[ 1191.640449] usb 1-1: USB disconnect, device number 6
[ 1195.017487] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[ 1195.203112] usb 1-1: New USB device found, idVendor=2672, idProduct=000c
[ 1195.203117] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1195.203119] usb 1-1: Product: GoPro HERO
[ 1195.203121] usb 1-1: Manufacturer: GoPro
[ 1195.203122] usb 1-1: SerialNumber: C3111025740636

およびデバイス上のlsusb -v

Bus 001 Device 007: ID 2672:000c                                                                                                                                                                                                        
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2672
  idProduct          0x000c
  bcdDevice            0.00
  iManufacturer           1 GoPro
  iProduct                2 GoPro HERO
  iSerial                 3 C3111025740636
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                4mA
    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     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval              16
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
6
Helge

以下は少しハッキーですが、動作します:

  1. Virtualbox/vagrantをインストールする
  2. http://code-chronicle.blogspot.de/2014/08/connect-usb-device-through-vagrant.html の指示に従って、virtualboxでusbを有効にします。
  3. Vagrantファイルをセットアップする

# -*- mode: Ruby -*-
# vi: set ft=Ruby :

Vagrant.configure(2) do |config|
  config.vm.box = "hashicorp/precise64"

  config.vm.provider "virtualbox" do |vb|
     vb.memory = "1024"
     vb.customize ["modifyvm", :id, "--usb", "on"]
     vb.customize ["modifyvm", :id, "--usbehci", "on"]
     vb.customize ["usbfilter", "add", "0",
                   "--target", :id,
                   "--name", "gopro",
                   "--manufacturer", "GoPro",
                   "--product", "GoPro Hero"]

  config.vm.provision "Shell", :inline => "Sudo apt-get update; Sudo apt-get -y install gphoto2"
  end

end
  1. 浮浪者アップ、浮浪者ssh
  2. Sudo gphoto2 -Lは、ビデオと写真をリストします
  3. Sudo gphoto2 -Pはすべてのファイルをダウンロードします
0
Helge

UbuntuGnome XenialとGoPro Session Hero 4でも同じ問題に直面しました。

問題はlibgphoto2のバグに起因しています。このライブラリをバージョン2.5.10に更新して、問題を解決し、GoProに完全にアクセスできるようにする必要があります。

この記事で必要な手順を説明しました http://bernaerts.dyndns.org/linux/74-ubuntu/347-ubuntu-xenial-gopro-usb-access-bug

乾杯。

8

これは、Ubuntu 16.04(Xenial)で機能しました。

  1. 次のubuntuバージョン「The Yakkety Yak」から以下のアップデートをダウンロードしてください

  2. それらをインストールしますSudo dpkg -i libgphoto2-port12_2.5.10-3_AMD64.deb libgphoto2-port12_2.5.10-3_i386.deb libgphoto2-6_2.5.10-3_i386.deb libgphoto2-6_2.5.10-3_AMD64.deb

Shotwellでビデオをインポートできるようになりました。

4
randunel

同じ問題があります。 SDCardリーダーにSDCardを挿入すると、すべてのファイルが表示されるため、ファイルシステムが原因ではないことに注意してください。

この問題をGoProサポートに報告しました。 GoProはLinuxをサポートしていないと言われています、GoProはLinuxでは動作しないと考える可能性があります.

2
fparrel

新しいGoPro Heroで問題が発生しました。SDカードの写真やビデオを見ることができませんでした。別のコンピューターを使用し(両方ともUbuntu 16.04を使用)、すべて正常に機能しました。唯一の違いは、動作するものにVLCがインストールされていないことです。 Imageviewerで写真を、Videos(Totem)でビデオを取り出しました。最初のコンピューターに戻ってVLCを削除すると、Imageviewerとビデオを使用する他のコンピューターと同じように、すべてが正常に機能するようになりました。これが誰かを助けることを願っています。 PSは今、私の小さなVivitar Lifecamも16.04で動作します

0
Deane