serial id

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

Forums: 

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