Re: USB Camera Issues




Not all cameras can be mounted as simple USB mass storage devices, i.e.
my Powershot A80, and I have to use Gphoto to get my pics. But if you
can mount it that way, a simple way to find out where your machine is
identifying your cam, do:

tail -f /var/log/syslog

Plug in your camera, and it will tell you that it's waiting for the
device to settle and then you will give you the dev path, something
like:

/dev/sdb1

then you can: (I'm mounting a 2 gig thumbdrive here, but it's the same
stuff)

mount -t vfat /dev/sdb1 /mnt/thumbdrive

Where you would:

mkdir /mnt/camera
mount -t vfat /dev/sdb1 /mnt/camera

Most camera flash cards are formatted in fat filesystem. Make sure you
create the directory you want to mount your device to. If your syslog
does not give you the info you are looking for, you can always try an
utility like sgscan. Also, you might want to add this to your
/etc/fstab and give it the user option, so that you can mount it as
user and not as root.

HTH,

Mark


Jorge Mataleo wrote:
Running Ubunutu (dapper), I am trying to get access to the pictures on my
digital camera. It's a late-model camera that the usual apps don't
recognize (gtkam, gphoto2, the one that automatically comes up when you
plug your camera into the USB port...) I would like to just mount it
somewhere, but I can't find which device to mount from- there's no
/dev/usb/, /dev/ubX, or /dev/sdX, which I thought were the usual suspects.
Here's the entry for /proc/bus/usb/devices:-

T: Bus=05 Lev=01 Prnt=01 Port=07 Cnt=01 Dev#= 7 Spd=480 MxCh= 0 D: Ver=
2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=04a9
ProdID=3119 Rev= 0.02 S: Manufacturer=Canon Inc.
S: Product=Canon Digital Camera
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA I: If#= 0 Alt= 0 #EPs= 3
Cls=06(still) Sub=01 Prot=01 Driver=(none) E: Ad=81(I) Atr=02(Bulk) MxPS=
512 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms E: Ad=83(I)
Atr=03(Int.) MxPS= 8 Ivl=64ms

And here's what the system log says when I plug it in:-

Jun 13 12:40:29 localhost kernel: [4372675.073000] usb 5-8: new high
speed USB device using ehci_hcd and address 8

Any ideas on how to get at it?

TIA,

.



Relevant Pages

  • Re: CANON IXUS 60 photo download
    ... This is true for those cameras supporting usb mass storage. ... The the GUI interface gtkam says 'no camera detection'. ... gphoto and gtkam installations are ... am using SUSE linux and gPhoto 2.x is installed in my pc. ...
    (alt.os.linux.suse)
  • Re: [SLE] How to address this USB port?
    ... Right now I have the serial connector from my camera connected to this ... USB cable. ... The camera should be recognized if used on a normal serial port but via ... mount: /dev/sde1 is not a valid block device ...
    (SuSE)
  • Re: Film SLR or Digital Camera?
    ... If you are experimenting with imaging, there is NO better solution out there to get you started. ... This camera is capable of low noise RAW 5 minute exposures at ISO 400, and digital data is easily manipulated on a PC using a plethora of software options, some free, some not. ... There are several clones of the "original" low end amateur mount that allowed for reasonable success with light gear and moderate exposure times, ... The EQ-5/CG-5 Polar Scope sucks, the Vixen GP Polar Scope is AMAZING, if properly installed and calibrated to the mount. ...
    (sci.astro.amateur)
  • Re: Film SLR or Digital Camera?
    ... explore film based camera first and then move on to the digital ... with imaging, there is NO better solution out there to get you started. ... to let the scope settle. ... about the mount. ...
    (sci.astro.amateur)
  • Re: [SLE] How to address this USB port?
    ... Right now I have the serial connector from my camera connected to this USB ... mount: /dev/sde1 is not a valid block device ...
    (SuSE)