Hi,
is it possible to get the serial id of a Nikon camera? I used:
LibRaw libRaw;
libRaw.open_file( "c:\\temp\\d800.nef" );
to gain access to the exif information but did not notice a camera serial id. Irfanview also uses dcraw and it is able to detect the serial id.
Thanks for any help,
Patrick
Libraw not parse EXIF data
Libraw not parse EXIF data for camera serial number.
Use other EXIF parsers (libexiv2 or exiftool)
-- Alex Tutubalin @LibRaw LLC
Yes it seems that exiv2 gives
Yes it seems that exiv2 gives me what I need. Thank you very much Alex!