Shutter Actuations software

Hi any software that tells you what the actuations of your camera has done?

Not for my 1Ds3 :-(

But I don't throw anything away, so I can just count the raw files:

Code:
mini:G-SPEED Q gaffer$ find "/volumes/G-SPEED Q"  -name '*.CR2' -print 2>/dev/null | grep -iv img | wc -l 2>/dev/null
  155834
mini:G-SPEED Q gaffer$
Andrew
 
Or take a pic in JPG open in IrfanView with the Plugins pack installed and view EXIF information
 
Back
Top Bottom