[digiKam-users] Finding shutter count in exif
J Albrecht
heviiguy at gmail.com
Wed Feb 6 16:42:32 GMT 2019
exiftool
Here’s an excerpt from my personal notes:
Shutter Count with ExifTool
Fire up the shell terminal. Type “cd /” in MacOS to be in the same folder where the ExifTool executable resides. Then type:
Nikon DSLR: exiftool source_jpeg_file.jpg | find “Shutter Count”
Canon DSLR: exiftool source_jpeg_file.jpg | find “Image Number”
Obviously, replace “source_jpeg_file.jpg” with the name of your actual JPEG file. The program should return something like this: “Shutter Count: 19889” or “Image Number: 19889” – the number to the right of the string is the total shutter count on the camera.
In Terminal:
enter
exiftool -ShutterCount
drag and drop image into Terminal window
Example:
exiftool -ShutterCount /Users/heviiguy/Pictures/Personal/June18/Post-Processed/_HVI2860\ .jpg
> On 6 Feb 2019, at 11:28, Stuart T Rogers <stuart at stella-maris.org.uk> wrote:
>
> Does anyone know of a Linux utility program which can be used to display what appears to be hidden from digikam in the exif data stored by my Pentax DSLR? Specifically I am looking for the shutter count which I cannot find in what digikam shows, although online tools will show it from an uploaded jpeg.
>
> Stuart
>
>
> --
> Website: https://www.stella-maris.org.uk
> or: https//www.broadstairs.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20190206/3d4ad00f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20190206/3d4ad00f/attachment.sig>
More information about the Digikam-users
mailing list