[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby <-> digital camera

Bil Kleb

8/22/2006 9:05:00 PM

Hello,

Can someone point me to some search terms for finding
Ruby people or libraries that have used Ruby to grab
images from a digital camera?

Our iHeat program,

http://hdl.handle.net/...

may be in need of some Ruby assistance.

Thanks,
--
Bil
http://fun3d.lar...
4 Answers

Robert Klemme

8/22/2006 10:01:00 PM

0

Bil Kleb wrote:
> Hello,
>
> Can someone point me to some search terms for finding
> Ruby people or libraries that have used Ruby to grab
> images from a digital camera?

http://www.google.com/search?q...

HTH

robert

Austin Ziegler

8/23/2006 3:28:00 AM

0

On 8/22/06, Robert Klemme <shortcutter@googlemail.com> wrote:
> Bil Kleb wrote:
> > Can someone point me to some search terms for finding
> > Ruby people or libraries that have used Ruby to grab
> > images from a digital camera?
>
> http://www.google.com/search?q...

That sort of thing will mostly help getting metadata out of pictures,
not necessarily getting the pictures from the hardware.

(I have an article that I'm working on talking about EXIFR.)

-austin
--
Austin Ziegler * halostatue@gmail.com * http://www.halo...
* austin@halostatue.ca * http://www.halo...feed/
* austin@zieglers.ca

Jano Svitok

8/23/2006 10:51:00 AM

0

On 8/22/06, Bil Kleb <Bil.Kleb@nasa.gov> wrote:
> Hello,
>
> Can someone point me to some search terms for finding
> Ruby people or libraries that have used Ruby to grab
> images from a digital camera?
>
> Our iHeat program,
>
> http://hdl.handle.net/...
>
> may be in need of some Ruby assistance.
>
> Thanks,
> --
> Bil
> http://fun3d.lar...

1. This thread may of interest to you. Although it seems it went
nowhere. http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-...
gphoto2 is a linux application that (I suppose) allows controlling the
camera in addition to downloads.

2. Usb storage and/or some PTP protocol (whatever it is)
to download photos from normal (consumer) cameras. So mount, cp ;-)

J.

Robert Klemme

8/23/2006 1:26:00 PM

0

On 23.08.2006 05:27, Austin Ziegler wrote:
> On 8/22/06, Robert Klemme <shortcutter@googlemail.com> wrote:
>> Bil Kleb wrote:
>> > Can someone point me to some search terms for finding
>> > Ruby people or libraries that have used Ruby to grab
>> > images from a digital camera?
>>
>> http://www.google.com/search?q...
>
> That sort of thing will mostly help getting metadata out of pictures,
> not necessarily getting the pictures from the hardware.

Well, strictly speaking you are correct. IMHO "getting files from a
digicam" is nothing but a simple file copy. But to do that in a nice
way and not store all pictures in the same location access to EXIF
information is crucial. With that you can place pictures based on
creation time, modification time, tags and any other number of criteria
derived from EXIF info ("put all pictures with manual white balance
taken after 8:00pm into folder EveningShots").

Kind regards

robert