It is useful to know the number of shutter releases (shutter count) for a camera.
Ways for my cameras.
1. My Ricoh and Samsung cameras don't store the shutter count in EXIF, so a developer menu should be used.
2. I don't know how to access the developer menu on the Samsung NX2000. But the shutter count is accessible from the log.
3. My Pentax and Sony record the shutter count in EXIF. I use ExifTool to access this information.
$ exiftool DSC08806.ARW | grep "Shutter Count"
Shutter Count : 882
Shutter Count 2 : 882
Shutter Count 3 : 882
(I use full electronic shutter most of the time, so the [mechanical] shutter count is so small)
$ exiftool IMGP4699.PEF | grep "Shutter Count"
Shutter Count : 18225
Or use
exiftool -ShutterCount filename.ext
(and ShutterCount2
, ShutterCount3
for the Sony a7c).See also related notes:
- Pentax K-m: 10MP CCD DSLR (2023-12-23)
- Samsung NX2000 shutter count (2023-08-24)
- Samsung NX300/NX300M/NX500 shutter count (2023-01-29)
- Sony α7c (Alpha 7C, a7c) (2022-03-18)
- Ricoh GR: счетчик отснятых кадров (2014-04-17)
- Samsung NX10/NX100 Developer menu (2011-06-02)
0 comments:
Post a Comment