[oclug] Digital camera
Matt R
robineau at gmail.com
Tue Feb 1 12:55:24 EST 2005
I have a Fuji FinePix s5000. gtkam and gphoto didn't seem to support
my camera so I wrote a bash script which is coincidentaly
broken/needing maintenance. You need to have the USB Mass Storage
support as well as SCSI emulation. When you plug in your camera, files
will be created in /dev/scsi/hostX/busX/targetX/lunX/ or /dev/sd* (or
some similar path if not with gentoo. PS: X = number). As for the
script, it's a pretty simple bash script
#!/bin/sh
echo "Directory to copy pictures to:"
read DIRPATH
mkdir ~/Pictures/$DIRPATH
mount /mnt/camera
cp -g /mnt/camera/dcim/100_fuji/*.jpg ~/Pictures/$DIRPATH
umount /mnt/camera
The /mnt/camera pointed to /dev/sda1
On Tue, 1 Feb 2005 12:07:56 -0500 (EST), Kelseigh <ai555 at yahoo.com> wrote:
> --- Oren Mazor <oren.mazor at gmail.com> wrote:
> > gphoto2 (http://www.gphoto.org/) is actually
> > excellent for this. its a
> > commandline utility, but there are plenty of gui
> > wrappers available,
> > depending on which desktop env you use.
> >
> > the one i used was gtkam, which is the official
> > frontend. and I think
> > kde is adding some major built in support with
> > gphoto2, but its been a
> > while.
>
> That's what I used, and it said it couldn't find any
> cameras. The list also didn't seem to include the
> Fuji FinePix. I'm using version 2.1.4, which is the
> current for Mandrake.
>
> -- Kelseigh
>
> ______________________________________________________________________
> Post your free ad now! http://personals.yahoo.ca
> --
> OCLUG general discussion list
> OCLUG at lists.oclug.on.ca
> http://www.oclug.on.ca/mailman/listinfo/oclug
>
More information about the OCLUG
mailing list