View previous topic :: View next topic |
Author |
Message |
tel Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 15 Aug 2006 Posts: 112
|
Posted: Tue May 08, 2012 8:48 pm Post subject: Mounting a USB camera [SOLVED] |
|
|
Not exactly a gentoo-specific question, but a more general question.
I'm trying to get photos off my Canon Powershot, which is a standard USB digital camera. I plug it in, turn on the power, and dmesg definitely shows me that it's available as a USB bus device. Unfortunately, it doesn't assign a mountable device to it (no /dev/sdb1 created or any other /dev/sd?)
I can write a udev rule so that it creates /dev/camera without problem, and that newly created device is just linked to the usb bus that dmesg reported, but mounting /dev/camera doesn't work because it's not a block device.
Question: How can I create a mountable device associated with this usb camera so I can mount it and extract its pictures? I'm not using Gnome or KDE, so I haven't installed any of those tools that might do it automatically (and I don't want to install those, either).
Thanks...
Last edited by tel on Wed May 09, 2012 6:09 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
VoidMage Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/16259984764821973534cdc.gif)
Joined: 14 Oct 2006 Posts: 6196
|
Posted: Tue May 08, 2012 9:00 pm Post subject: |
|
|
Well, either your camera is mountable and (barring a bad kernel config) it should just work or it's not and you'll need something like media-gfx/gphoto2. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
netfab Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 03 Mar 2005 Posts: 1964 Location: 127.0.0.1
|
Posted: Wed May 09, 2012 9:54 am Post subject: |
|
|
or media-libs/libptp2. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dmpogo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 02 Sep 2004 Posts: 3468 Location: Canada
|
Posted: Wed May 09, 2012 11:52 am Post subject: |
|
|
As people said, not every camera presents itself as a usb storage device, and actually Canon's often don't. Then you need to talk to them over specialized protocol.
Your other option is to take an SD card out and stick it into the card reader. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tel Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 15 Aug 2006 Posts: 112
|
Posted: Wed May 09, 2012 6:08 pm Post subject: |
|
|
Yep. Taking the SD card out and using a reader works fine. I also note that others have had similar issues with Canon (and other) cameras, and gphoto2 is a reasonable way to go.
I'll mark this at SOLVED. Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|