You are not logged in.

#1 2014-12-04 10:03:58

elrengo
Member
From: Argentina
Registered: 2014-11-06
Posts: 56

[SOLVED]gthumb can not import phots from digital camaera

Hi! I have installed libgphoto2, gphoto2, gvfs-gphoto2 to the backend for manage the digital camera photo import.

[~]
[elrengo@xpsl421x]$ lsusb
Bus 002 Device 004: ID 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0c45:646c Microdia 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 04a9:3259 Canon, Inc. PowerShot SX50 HS
Bus 003 Device 002: ID 046d:c526 Logitech, Inc. Nano Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[~]
[elrengo@xpsl421x]$ gphoto2 --auto-detect
Model                          Port                                            
----------------------------------------------------------
USB PTP Class Camera           usb:003,003     
[~]
[elrengo@xpsl421x]$ gphoto2 --summary
Camera summary:                                                                
Manufacturer: Canon Inc.
Model: Canon PowerShot SX50 HS
  Version: 1-13.0.1.0
  Serial Number: 4543EC7993D1418ABB109D5B2C84C41F
Vendor Extension ID: 0xb (1.0)

Capture Formats: JPEG
Display Formats: Association/Directory, Script, DPOF, MS AVI, MS Wave, JPEG, Defined Type, CRW, Unknown(b103), Unknown(b105), Unknown(b104), Unknown(bf01)

Device Capabilities:
	File Download, File Deletion, File Upload
	No Image Capture, No Open Capture, No vendor specific capture

Storage Devices Summary:
store_00010001:
	StorageDescription: None
	VolumeLabel: None
	Storage Type: Removable RAM (memory card)
	Filesystemtype: Digital Camera Layout (DCIM)
	Access Capability: Read-Write
	Maximum Capability: 31474057216 (30016 MB)
	Free Space (Bytes): 21278130176 (20292 MB)
	Free Space (Images): -1

Device Property Summary:
Event Emulate Mode(0xd045):(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7] value: 2
Property 0xd04a:(readwrite) (type=0x2) Enumeration [0,1,2,3] value: 0
Size of Output Data from Camera(0xd02e):(read only) (type=0x6) 524288
Size of Input Data to Camera(0xd02f):(read only) (type=0x6) 524288
Battery Level(0x5001):(read only) (type=0x2) Enumeration [0,1,2,3] value: 3% (3)
Battery Type(0xd002):(read only) (type=0x4) Enumeration [0,1,2,3,4,5] value: Unknown (0)
Battery Mode(0xd003):(read only) (type=0x6) Enumeration [0,1,2,3] value: Normal (1)
UNIX Time(0xd034):(readwrite) (type=0x6) 1417675704
Type of Slideshow(0xd047):(read only) (type=0x4) 0
DPOF Version(0xd046):(read only) (type=0x4) 257
Remote API Version(0xd030):(read only) (type=0x6) 256
Model ID(0xd049):(read only) (type=0x6) 53739520
Camera Model(0xd032):(read only) (type=0xffff) 'Canon PowerShot SX50 HS'
Camera Owner(0xd033):(readwrite) (type=0x4002) a[0] 
Firmware Version(0xd031):(read only) (type=0x6) 16777216
Property 0xd050:(read only) (type=0x2) 0
Property 0xd051:(read only) (type=0x4004) a[2] 14337,45317
Property 0xd052:(read only) (type=0x2) 0
Property 0xd053:(readwrite) (type=0x4002) a[0] 
Property 0xd054:(readwrite) (type=0x4002) a[0] 
Property 0xd402:(read only) (type=0xffff) 'Canon PowerShot SX50 HS'
Property 0xd406:(readwrite) (type=0xffff) 'Windows'
Property 0xd407:(read only) (type=0x6) 1
Property 0xd303:(read only) (type=0x2) 1

If I wont to import using gthumb, it can not detect the camera: http://imgur.com/7s9GJqf

gtkam, can but a crash or it close it in the middle of the import process. sad If possible I would like thunar, I use xfce, can too do the import or can see the device.

I have a Canon PowerShot SX50 HS but the next week I will receive my new Pentax K3.

If need some other information please let me know
Thanks in advance!

elrengo

Last edited by elrengo (2014-12-30 23:47:12)

Offline

#2 2014-12-04 10:11:52

elrengo
Member
From: Argentina
Registered: 2014-11-06
Posts: 56

Re: [SOLVED]gthumb can not import phots from digital camaera

I found that for thunar but I do not know or understand what I need to do.

https://bugs.archlinux.org/task/39172

In thunar if I put gphoto2://[usb:003,003] I can navigate by the camera, but I would like something more "auto". When I connect the camera no receive any message.

Offline

#3 2014-12-30 23:46:33

elrengo
Member
From: Argentina
Registered: 2014-11-06
Posts: 56

Re: [SOLVED]gthumb can not import phots from digital camaera

Hi! I solved this issue. I create this script, editing from https://bbs.archlinux.org/viewtopic.php … 3#p1035033

$ cat digital-camera-mounting 
#!/bin/bash
CAMPORT=`gphoto2 --auto-detect | grep 'USB PTP' | cut -c 36- | sed 's/ //g'`
gvfs-mount "gphoto2://[usb:$CAMPORT]/"
gthumb
gvfs-mount --unmount-scheme gphoto2

Then in Thunar I put in Volument Management (Edit --> Preferences --> Advanced --> Volumen Management) Configure Then Cameras.

It's works with my new Pentax K3 and the Canon PowerShot SX 50 HS.

Offline

Board footer

Powered by FluxBB