Shutter Count

Hello,

How could I get the shutter count of a camera from ARW(Sony Camera). I tried cameraCount() but not giving me the correct numbers.

Thanks

Forums: 

cameraCount() return size of

cameraCount() return size of supported camera list.

LibRaw does not parse image count from sony metadata 0x9050 tag, so you need
- either create own metadata parser
- or try to use some other parser (Exiv2? not sure)
- or use Exiftool -ImageCount

-- Alex Tutubalin @LibRaw LLC

Thanks

Thanks Alex

Getu Nigussie