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/2002/11932
may be in need of some Ruby assistance.
Thanks,
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/2002/11932
may be in need of some Ruby assistance.
Thanks,
Bil K. 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=ruby+exif
HTH
robert
On 8/22/06, Robert K. [email protected] wrote:
Bil K. 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?
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
On 8/22/06, Bil K. [email protected] wrote:
may be in need of some Ruby assistance.
Thanks,
This thread may of interest to you. Although it seems it went
nowhere.
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/86336
gphoto2 is a linux application that (I suppose) allows controlling the
camera in addition to downloads.
Usb storage and/or some PTP protocol (whatever it is)
to download photos from normal (consumer) cameras. So mount, cp
J.
On 23.08.2006 05:27, Austin Z. wrote:
On 8/22/06, Robert K. [email protected] wrote:
Bil K. 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?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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs