#------------------------------------------------------------------------------ # File: NikonCustom.pm # # Description: Read and write Nikon Custom settings # # Revisions: 2009/11/25 - P. Harvey Created # # References: 1) Warren Hatch private communication (D3 with SB-800 and SB-900) # 2) Anonymous contribution 2011/05/25 (D700, D7000) # JD) Jens Duttke private communication #------------------------------------------------------------------------------ package Image::ExifTool::NikonCustom; use strict; use vars qw($VERSION); $VERSION = '1.06'; # custom settings for the D80 (encrypted) - ref JD %Image::ExifTool::NikonCustom::SettingsD80 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the Nikon D80.', 0.1 => { # CS1 Name => 'Beep', Mask => 0x80, PrintConv => { 0x00 => 'On', 0x80 => 'Off', }, }, 0.2 => { # CS4 Name => 'AFAssist', Mask => 0x40, PrintConv => { 0x00 => 'On', 0x40 => 'Off', }, }, 0.3 => { # CS5 Name => 'NoMemoryCard', Mask => 0x20, PrintConv => { 0x00 => 'Release Locked', 0x20 => 'Enable Release', }, }, 0.4 => { # CS6 Name => 'ImageReview', Mask => 0x10, PrintConv => { 0x00 => 'On', 0x10 => 'Off', }, }, 0.5 => { # CS17 Name => 'Illumination', Mask => 0x08, PrintConv => { 0x00 => 'Off', 0x08 => 'On', }, }, 0.6 => { # CS11 Name => 'MainDialExposureComp', Mask => 0x04, PrintConv => { 0x00 => 'Off', 0x04 => 'On', }, }, 0.7 => { # CS10 Name => 'EVStepSize', Mask => 0x01, PrintConv => { 0x00 => '1/3 EV', 0x01 => '1/2 EV', }, }, 1.1 => { # CS7 Name => 'AutoISO', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On', }, }, 1.2 => { # CS7-a Name => 'AutoISOMax', Mask => 0x30, PrintConv => { 0x00 => 200, 0x10 => 400, 0x20 => 800, 0x30 => 1600, }, }, 1.3 => { # CS7-b Name => 'AutoISOMinShutterSpeed', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '1/125 s', 0x01 => '1/100 s', 0x02 => '1/80 s', 0x03 => '1/60 s', 0x04 => '1/40 s', 0x05 => '1/30 s', 0x06 => '1/15 s', 0x07 => '1/8 s', 0x08 => '1/4 s', 0x09 => '1/2 s', 0x0a => '1 s', }, }, 2.1 => { # CS13 Name => 'AutoBracketSet', Mask => 0xc0, PrintConv => { 0x00 => 'AE & Flash', 0x40 => 'AE Only', 0x80 => 'Flash Only', 0xc0 => 'WB Bracketing', }, }, 2.2 => { # CS14 Name => 'AutoBracketOrder', Mask => 0x20, PrintConv => { 0x00 => '0,-,+', 0x20 => '-,0,+', }, }, 3.1 => { # CS27 Name => 'MonitorOffTime', Mask => 0xe0, PrintConv => { 0x00 => '5 s', 0x20 => '10 s', 0x40 => '20 s', 0x60 => '1 min', 0x80 => '5 min', 0xa0 => '10 min', }, }, 3.2 => { # CS28 Name => 'MeteringTime', Mask => 0x1c, PrintConv => { 0x00 => '4 s', 0x04 => '6 s', 0x08 => '8 s', 0x0c => '16 s', 0x10 => '30 s', 0x14 => '30 min', }, }, 3.3 => { # CS29 Name => 'SelfTimerTime', Mask => 0x03, PrintConv => { 0x00 => '2 s', 0x01 => '5 s', 0x02 => '10 s', 0x03 => '20 s', }, }, 4.1 => { # CS18 Name => 'AELockButton', Mask => 0x1e, PrintConv => { 0x00 => 'AE/AF Lock', 0x02 => 'AE Lock Only', 0x04 => 'AF Lock Only', 0x06 => 'AE Lock (hold)', 0x08 => 'AF-ON', 0x0a => 'FV Lock', 0x0c => 'Focus Area Selection', 0x0e => 'AE-L/AF-L/AF Area', 0x10 => 'AE-L/AF Area', 0x12 => 'AF-L/AF Area', 0x14 => 'AF-ON/AF Area', }, }, 4.2 => { # CS19 Name => 'AELock', Mask => 0x01, PrintConv => { 0x00 => 'Off', 0x01 => 'On', }, }, 4.3 => { # CS30 Name => 'RemoteOnDuration', Mask => 0xc0, PrintConv => { 0x00 => '1 min', 0x40 => '5 min', 0x80 => '10 min', 0xc0 => '15 min', }, }, 5.1 => { # CS15 Name => 'CommandDials', Mask => 0x80, PrintConv => { 0x00 => 'Standard (Main Shutter, Sub Aperture)', 0x80 => 'Reversed (Main Aperture, Sub Shutter)', }, }, 5.2 => { # CS16 Name => 'FunctionButton', Mask => 0x78, PrintConv => { 0x00 => 'ISO Display', 0x08 => 'Framing Grid', 0x10 => 'AF-area Mode', 0x18 => 'Center AF Area', 0x20 => 'FV Lock', 0x28 => 'Flash Off', 0x30 => 'Matrix Metering', 0x38 => 'Center-weighted', 0x40 => 'Spot Metering', }, }, 6.1 => { # CS8 Name => 'GridDisplay', Mask => 0x80, PrintConv => { 0x00 => 'Off', 0x80 => 'On', }, }, 6.2 => { # CS9 Name => 'ViewfinderWarning', Mask => 0x40, PrintConv => { 0x00 => 'On', 0x40 => 'Off', }, }, 6.3 => { # CS12 Name => 'CenterWeightedAreaSize', Mask => 0x0c, PrintConv => { 0x00 => '6 mm', 0x04 => '8 mm', 0x08 => '10 mm', }, }, 6.4 => { # CS31 Name => 'ExposureDelayMode', Mask => 0x20, PrintConv => { 0x00 => 'Off', 0x20 => 'On', }, }, 6.5 => { # CS32 Name => 'MB-D80Batteries', Mask => 0x03, PrintConv => { 0x00 => 'LR6 (AA Alkaline)', 0x01 => 'HR6 (AA Ni-MH)', 0x02 => 'FR6 (AA Lithium)', 0x03 => 'ZR6 (AA Ni-Mg)', }, }, 7.1 => { # CS23 Name => 'FlashWarning', Mask => 0x80, PrintConv => { 0x00 => 'On', 0x80 => 'Off', }, }, 7.2 => { # CS24 Name => 'FlashShutterSpeed', Mask => 0x78, ValueConv => '2 ** (($val >> 3) - 6)', ValueConvInv => '$val>0 ? int(log($val)/log(2)+6+0.5) << 3 : 0', PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 7.3 => { # CS25 Name => 'AutoFP', Mask => 0x04, PrintConv => { 0x00 => 'Off', 0x04 => 'On', }, }, 7.4 => { # CS26 Name => 'ModelingFlash', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On', }, }, 8.1 => { # CS22 Name => 'InternalFlash', Mask => 0xc0, PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', 0x80 => 'Repeating Flash', 0xc0 => 'Commander Mode', }, }, 8.2 => { # CS22-a Name => 'ManualFlashOutput', Mask => 0x07, ValueConv => '2 ** (-$val)', ValueConvInv => '$val > 0 ? -log($val)/log(2) : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 9.1 => { # CS22-b Name => 'RepeatingFlashOutput', Mask => 0x70, ValueConv => '2 ** (-($val>>4)-2)', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)-2+0.5)<<4 : 0', PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 9.2 => { # CS22-c Name => 'RepeatingFlashCount', Mask => 0x0f, ValueConv => '$val < 10 ? $val + 1 : 5 * ($val - 7)', ValueConvInv => '$val <= 10 ? $val - 1 : $val / 5 + 7', }, 10.1 => { # CS22-d Name => 'RepeatingFlashRate', Mask => 0xf0, ValueConv => 'my $v=($val>>4); $v < 10 ? $v + 1 : 10 * ($v - 8)', ValueConvInv => 'int(($val <= 10 ? $val - 1 : $val / 10 + 8) + 0.5) << 4', PrintConv => '"$val Hz"', PrintConvInv => '$val=~/(\d+)/; $1 || 0', }, 10.2 => { # CS22-n Name => 'CommanderChannel', Mask => 0x03, ValueConv => '$val + 1', ValueConvInv => '$val - 1', }, 11.1 => { # CS22-e Name => 'CommanderInternalFlash', Mask => 0xc0, PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', 0x80 => 'Off', }, }, 11.2 => { # CS22-h Name => 'CommanderGroupAMode', Mask => 0x30, PrintConv => { 0x00 => 'TTL', 0x10 => 'Auto Aperture', 0x20 => 'Manual', 0x30 => 'Off', }, }, 11.3 => { # CS22-k Name => 'CommanderGroupBMode', Mask => 0x0c, PrintConv => { 0x00 => 'TTL', 0x04 => 'Auto Aperture', 0x08 => 'Manual', 0x0c => 'Off', }, }, 12.1 => { # CS22-f Name => 'CommanderInternalTTLComp', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 12.2 => { # CS22-g Name => 'CommanderInternalManualOutput', Mask => 0xe0, ValueConv => '2 ** (-($val>>5))', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)+0.5) << 5 : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 13.1 => { # CS22-i Name => 'CommanderGroupA_TTL-AAComp', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 13.2 => { # CS22-j Name => 'CommanderGroupAManualOutput', Mask => 0xe0, ValueConv => '2 ** (-($val>>5))', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)+0.5) << 5 : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 14.1 => { # CS22-l Name => 'CommanderGroupB_TTL-AAComp', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 14.2 => { # CS22-m Name => 'CommanderGroupBManualOutput', Mask => 0xe0, ValueConv => '2 ** (-($val>>5))', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)+0.5) << 5 : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 15.1 => { # CS3 Name => 'CenterAFArea', Mask => 0x80, PrintConv => { 0x00 => 'Normal Zone', 0x80 => 'Wide Zone', }, }, 15.2 => { # CS20 Name => 'FocusAreaSelection', Mask => 0x04, PrintConv => { 0x00 => 'No Wrap', 0x04 => 'Wrap', }, }, 15.3 => { # CS21 Name => 'AFAreaIllumination', Mask => 0x03, PrintConv => { 0x00 => 'Auto', 0x01 => 'Off', 0x02 => 'On', }, }, 16.1 => { # CS2 Name => 'AFAreaModeSetting', Mask => 0xc0, PrintConv => { 0x00 => 'Single Area', 0x40 => 'Dynamic Area', 0x80 => 'Auto-area', }, }, ); # custom settings for the D40 (encrypted) - ref JD %Image::ExifTool::NikonCustom::SettingsD40 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the Nikon D40.', 0.1 => { # CS1 Name => 'Beep', Mask => 0x80, PrintConv => { 0x00 => 'On', 0x80 => 'Off', }, }, 0.2 => { # CS9 Name => 'AFAssist', Mask => 0x40, PrintConv => { 0x00 => 'On', 0x40 => 'Off', }, }, 0.3 => { # CS6 Name => 'NoMemoryCard', Mask => 0x20, PrintConv => { 0x00 => 'Release Locked', 0x20 => 'Enable Release', }, }, 0.4 => { # CS7 Name => 'ImageReview', Mask => 0x10, PrintConv => { 0x00 => 'On', 0x10 => 'Off', }, }, 1.1 => { # CS10-a Name => 'AutoISO', Mask => 0x80, PrintConv => { 0x00 => 'Off', 0x80 => 'On', }, }, 1.2 => { # CS10-b Name => 'AutoISOMax', Mask => 0x30, PrintConv => { 0x10 => 400, 0x20 => 800, 0x30 => 1600, }, }, 1.3 => { # CS10-c Name => 'AutoISOMinShutterSpeed', Mask => 0x07, PrintConvColumns => 2, PrintConv => { 0x00 => '1/125 s', 0x01 => '1/60 s', 0x02 => '1/30 s', 0x03 => '1/15 s', 0x04 => '1/8 s', 0x05 => '1/4 s', 0x06 => '1/2 s', 0x07 => '1 s', }, }, 2.1 => { # CS15-b Name => 'ImageReviewTime', Mask => 0x07, PrintConv => { 0x00 => '4 s', 0x01 => '8 s', 0x02 => '20 s', 0x03 => '1 min', 0x04 => '10 min', }, }, 3.1 => { # CS15-a Name => 'MonitorOffTime', Mask => 0xe0, PrintConv => { 0x00 => '4 s', 0x20 => '8 s', 0x40 => '20 s', 0x60 => '1 min', 0x80 => '10 min', }, }, 3.2 => { # CS15-c Name => 'MeteringTime', Mask => 0x1c, PrintConv => { 0x00 => '4 s', 0x04 => '8 s', 0x08 => '20 s', 0x0c => '1 min', 0x10 => '30 min', }, }, 3.3 => { # CS16 Name => 'SelfTimerTime', Mask => 0x03, PrintConv => { 0x00 => '2 s', 0x01 => '5 s', 0x02 => '10 s', 0x03 => '20 s', }, }, 3.4 => { # CS17 Name => 'RemoteOnDuration', Mask => 0xc0, PrintConv => { 0x00 => '1 min', 0x40 => '5 min', 0x80 => '10 min', 0xc0 => '15 min', }, }, 4.1 => { # CS12 Name => 'AELockButton', Mask => 0x0e, PrintConv => { 0x00 => 'AE/AF Lock', 0x02 => 'AE Lock Only', 0x04 => 'AF Lock Only', 0x06 => 'AE Lock (hold)', 0x08 => 'AF-ON', }, }, 4.2 => { # CS13 Name => 'AELock', Mask => 0x01, PrintConv => { 0x00 => 'Off', 0x01 => 'On', }, }, 5.1 => { # CS4 Name => 'ShootingModeSetting', Mask => 0x70, PrintConv => { 0x00 => 'Single Frame', 0x10 => 'Continuous', 0x20 => 'Self-timer', 0x30 => 'Delayed Remote', 0x40 => 'Quick-response Remote', }, }, 5.2 => { # CS11 Name => 'TimerFunctionButton', Mask => 0x07, PrintConv => { 0x00 => 'Shooting Mode', 0x01 => 'Image Quality/Size', 0x02 => 'ISO', 0x03 => 'White Balance', 0x04 => 'Self-timer', }, }, 6.1 => { # CS5 Name => 'Metering', Mask => 0x03, PrintConv => { 0x00 => 'Matrix', 0x01 => 'Center-weighted', 0x02 => 'Spot', }, }, 8.1 => { # CS14-a Name => 'InternalFlash', Mask => 0x10, PrintConv => { 0x00 => 'TTL', 0x10 => 'Manual', }, }, 8.2 => { # CS14-b Name => 'ManualFlashOutput', Mask => 0x07, ValueConv => '2 ** (-$val)', ValueConvInv => '$val > 0 ? -log($val)/log(2) : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 9 => { # CS8 Name => 'FlashLevel', Format => 'int8s', ValueConv => '$val / 6', ValueConvInv => '$val * 6', PrintConv => 'sprintf("%+.1f",$val)', PrintConvInv => '$val', }, 10.1 => { # CS2 Name => 'FocusModeSetting', # (may differ from FocusMode if lens switch is set to Manual) Mask => 0xc0, PrintConv => { 0x00 => 'Manual', 0x40 => 'AF-S', 0x80 => 'AF-C', 0xc0 => 'AF-A', }, }, 11.1 => { # CS3 Name => 'AFAreaModeSetting', # (may differ from AFAreaMode for Manual focus) Mask => 0x30, PrintConv => { 0x00 => 'Single Area', 0x10 => 'Dynamic Area', 0x20 => 'Closest Subject', }, } ); # D90 custom settings (ref PH) %Image::ExifTool::NikonCustom::SettingsD90 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the D90.', # Missing: # CSe2 RepeatingFlashRate (needs verification) # CommanderInternalFlash, CommanderGroupAMode, CommanderGroupBMode, # CommanderChannel, CommanderInternalManualOutput, # CommanderGroupAManualOutput, CommanderGroupBManualOutput # CommanderGroupA_TTL-AAComp, CommanderGroupB_TTL-AAComp, # CSe4 AutoBracketSet (some values need verification) # CSf2 OKButton ("Not Used" value needs verification) # CSf5-b CommandDialsChangeMainSub # CSf5-c CommandDialsMenuAndPlayback 0.1 => { # CSf1 Name => 'LightSwitch', Mask => 0x08, PrintConv => { 0x00 => 'LCD Backlight', 0x08 => 'LCD Backlight and Shooting Information', }, }, 2.1 => { # CSa1 Name => 'AFAreaModeSetting', Mask => 0x60, PrintConv => { 0x00 => 'Single Area', 0x20 => 'Dynamic Area', 0x40 => 'Auto-area', 0x60 => '3D-tracking (11 points)', }, }, 2.2 => { # CSa2 Name => 'CenterFocusPoint', Mask => 0x10, PrintConv => { 0x00 => 'Normal Zone', 0x10 => 'Wide Zone', }, }, 2.3 => { # CSa3 Name => 'AFAssist', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 2.4 => { # CSa4 Name => 'AFPointIllumination', Mask => 0x06, PrintConv => { 0x00 => 'Auto', 0x02 => 'On', 0x04 => 'Off', }, }, 2.5 => { # CSa5 Name => 'FocusPointWrap', Mask => 0x08, PrintConv => { 0x00 => 'No Wrap', 0x08 => 'Wrap', }, }, 3.1 => { # CSa6 Name => 'AELockForMB-D80', Mask => 0x1c, PrintConv => { 0x00 => 'AE Lock Only', 0x04 => 'AF Lock Only', 0x08 => 'AE Lock (hold)', 0x0c => 'AF-On', 0x10 => 'FV Lock', 0x14 => 'Focus Point Selection', 0x1c => 'AE/AF Lock', }, }, 3.2 => { # CSd12 Name => 'MB-D80BatteryType', Mask => 0x03, PrintConv => { 0x00 => 'LR6 (AA alkaline)', 0x01 => 'HR6 (AA Ni-MH)', 0x02 => 'FR6 (AA lithium)', 0x03 => 'ZR6 (AA Ni-Mn)', }, }, 4.1 => { # CSd1 Name => 'Beep', Mask => 0x40, PrintConv => { 0x40 => 'On', 0x00 => 'Off', }, }, 4.2 => { # CSd2 Name => 'GridDisplay', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 4.3 => { # CSd3 Name => 'ISODisplay', Mask => 0x0c, PrintConv => { 0x00 => 'Show ISO/Easy ISO', 0x04 => 'Show ISO Sensitivity', 0x0c => 'Show Frame Count', }, }, 4.4 => { # CSd4 Name => 'ViewfinderWarning', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 4.5 => { # CSf6 Name => 'NoMemoryCard', Mask => 0x20, PrintConv => { 0x00 => 'Release Locked', 0x20 => 'Enable Release', }, }, 5.1 => { # CSd5 Name => 'ScreenTips', Mask => 0x04, PrintConv => { 0x00 => 'Off', 0x04 => 'On' }, }, 5.2 => { # CSd7 Name => 'FileNumberSequence', Mask => 0x08, PrintConv => { 0x00 => 'On', 0x08 => 'Off' }, }, 5.3 => { # CSd8 Name => 'ShootingInfoDisplay', Mask => 0xc0, PrintConv => { 0x00 => 'Auto', 0x80 => 'Manual (dark on light)', 0xc0 => 'Manual (light on dark)', }, }, 5.4 => { # CSd9 Name => 'LCDIllumination', Mask => 0x20, PrintConv => { 0x00 => 'Off', 0x20 => 'On' }, }, 6.1 => { # CSb2 Name => 'EasyExposureComp', Mask => 0x01, PrintConv => { 0x00 => 'Off', 0x01 => 'On' }, }, 6.2 => { # CSf7 Name => 'ReverseIndicators', Mask => 0x80, PrintConv => { 0x00 => '+ 0 -', 0x80 => '- 0 +', }, }, 7.1 => { # CSb1 Name => 'ExposureControlStepSize', Mask => 0x40, PrintConv => { 0x00 => '1/3 EV', 0x40 => '1/2 EV', }, }, 8.1 => { # CSb3 Name => 'CenterWeightedAreaSize', Mask => 0x60, PrintConv => { 0x00 => '6 mm', 0x20 => '8 mm', 0x40 => '10 mm', }, }, 8.2 => { # CSb4-a Name => 'FineTuneOptMatrixMetering', Mask => 0x0f, ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 9.1 => { # CSb4-b Name => 'FineTuneOptCenterWeighted', Mask => 0xf0, ValueConv => '($val > 0x70 ? $val - 0x100 : $val) / 0x60', ValueConvInv => '(int($val*6+($val>0?0.5:-0.5))<<4) & 0xf0', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 9.2 => { # CSb4-c Name => 'FineTuneOptSpotMetering', Mask => 0x0f, ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 11.1 => { # CSd6 Name => 'CLModeShootingSpeed', Mask => 0x07, PrintConv => '"$val fps"', PrintConvInv => '$val=~s/\s*fps//i; $val', }, 11.2 => { # CSd10 Name => 'ExposureDelayMode', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On', }, }, 13.1 => { # CSe4 Name => 'AutoBracketSet', Mask => 0xe0, #(NC) PrintConv => { 0x00 => 'AE & Flash', # default 0x20 => 'AE Only', 0x40 => 'Flash Only', #(NC) 0x60 => 'WB Bracketing', #(NC) 0x80 => 'Active D-Lighting', #(NC) }, }, 13.2 => { # CSe6 Name => 'AutoBracketOrder', Mask => 0x10, PrintConv => { 0x00 => '0,-,+', 0x10 => '-,0,+', }, }, 14.1 => { # CSf3 Name => 'FuncButton', Mask => 0x78, PrintConv => { 0x08 => 'Framing Grid', 0x10 => 'AF-area Mode', 0x18 => 'Center Focus Point', 0x20 => 'FV Lock', # default 0x28 => 'Flash Off', 0x30 => 'Matrix Metering', 0x38 => 'Center-weighted Metering', 0x40 => 'Spot Metering', 0x48 => 'My Menu Top', 0x50 => '+ NEF (RAW)', }, }, 16.1 => { # CSf2 Name => 'OKButton', Mask => 0x18, PrintConv => { 0x08 => 'Select Center Focus Point', 0x10 => 'Highlight Active Focus Point', 0x18 => 'Not Used', #(NC) 0x00 => 'Not Used', #(NC) }, }, 17.1 => { # CSf4 Name => 'AELockButton', Mask => 0x38, PrintConv => { 0x00 => 'AE/AF Lock', 0x08 => 'AE Lock Only', 0x10 => 'AF Lock Only', #(NC) 0x18 => 'AE Lock (hold)', #(NC) 0x20 => 'AF-ON', #(NC) 0x28 => 'FV Lock', #(NC) }, }, 18.1 => { # CSf5-a Name => 'CommandDialsReverseRotation', Mask => 0x80, PrintConv => { 0x00 => 'No', 0x80 => 'Yes' }, }, 18.2 => { # CSc1 Name => 'ShutterReleaseButtonAE-L', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 19.1 => { # CSc2 Name => 'MeteringTime', Mask => 0xf0, PrintConvColumns => 2, PrintConv => { 0x00 => '4 s', 0x10 => '6 s', # default 0x20 => '8 s', 0x30 => '16 s', 0x40 => '30 s', 0x50 => '1 min', 0x60 => '5 min', 0x70 => '10 min', 0x80 => '30 min', }, }, 19.2 => { # CSc5 Name => 'RemoteOnDuration', Mask => 0x03, PrintConv => { 0x00 => '1 min', 0x01 => '5 min', 0x02 => '10 min', 0x03 => '15 min', }, }, 20.1 => { # CSc3-a Name => 'SelfTimerTime', Mask => 0xc0, PrintConv => { 0x00 => '2 s', 0x40 => '5 s', 0x80 => '10 s', # default 0xc0 => '20 s', }, }, 20.2 => { # CSc3-b Name => 'SelfTimerShotCount', Mask => 0x1e, ValueConv => '$val >> 1', ValueConvInv => '$val << 1', }, 21.1 => { # CSc4-a Name => 'PlaybackMonitorOffTime', Mask => 0x1c, PrintConv => { 0x00 => '4 s', 0x04 => '10 s', # default 0x08 => '20 s', 0x0c => '1 min', 0x10 => '5 min', 0x14 => '10 min', }, }, 21.2 => { # CSc4-d Name => 'ImageReviewTime', Mask => 0xe0, PrintConv => { 0x00 => '4 s', # default 0x20 => '10 s', 0x40 => '20 s', 0x60 => '1 min', 0x80 => '5 min', 0xa0 => '10 min', }, }, 22.1 => { # CSc4-b Name => 'MenuMonitorOffTime', Mask => 0xe0, PrintConv => { 0x00 => '4 s', 0x20 => '10 s', 0x40 => '20 s', # default 0x60 => '1 min', 0x80 => '5 min', 0xa0 => '10 min', }, }, 22.2 => { # CSc4-c Name => 'ShootingInfoMonitorOffTime', Mask => 0x1c, PrintConv => { 0x00 => '4 s', 0x04 => '10 s', # default 0x08 => '20 s', 0x0c => '1 min', 0x10 => '5 min', 0x14 => '10 min', }, }, 23.1 => { # CSe1 Name => 'FlashShutterSpeed', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '1/60 s', # default 0x01 => '1/30 s', 0x02 => '1/15 s', 0x03 => '1/8 s', 0x04 => '1/4 s', 0x05 => '1/2 s', 0x06 => '1 s', 0x07 => '2 s', 0x08 => '4 s', 0x09 => '8 s', 0x0a => '15 s', 0x0b => '30 s', }, }, 24.1 => { # CSe2-a Name => 'InternalFlash', Mask => 0xc0, PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', 0x80 => 'Repeating Flash', 0xc0 => 'Commander Mode', }, }, 24.2 => { # CSe2-b Name => 'ManualFlashOutput', Mask => 0x1f, ValueConv => '2 ** (-$val/3)', ValueConvInv => '$val > 0 ? -3*log($val)/log(2) : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 25.1 => { # CSe2-ca Name => 'RepeatingFlashOutput', Mask => 0x70, ValueConv => '2 ** (-($val>>4)-2)', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)-2+0.5)<<4 : 0', PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 25.2 => { # CSe2-cb Name => 'RepeatingFlashCount', Mask => 0x0f, ValueConv => '$val < 10 ? $val + 1 : 5 * ($val - 7)', ValueConvInv => '$val <= 10 ? $val - 1 : $val / 5 + 7', }, 26.1 => { # CSe2-cc (NC) Name => 'RepeatingFlashRate', Mask => 0xf0, ValueConv => 'my $v=($val>>4); $v < 10 ? $v + 1 : 10 * ($v - 8)', ValueConvInv => 'int(($val <= 10 ? $val - 1 : $val / 10 + 8) + 0.5) << 4', PrintConv => '"$val Hz"', PrintConvInv => '$val=~/(\d+)/; $1 || 0', }, 31.1 => { # CSd11 Name => 'FlashWarning', Mask => 0x80, PrintConv => { 0x00 => 'On', 0x80 => 'Off', }, }, 31.2 => { # CSe2-ea Name => 'CommanderInternalTTLComp', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 31.3 => { # CSe3 Name => 'ModelingFlash', Mask => 0x20, PrintConv => { 0x00 => 'On', 0x20 => 'Off' }, }, 31.4 => { # CSe5 Name => 'AutoFP', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On', }, }, 32.1 => { # CSe2-eb Name => 'CommanderGroupA_TTLComp', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 33.1 => { # CSe2-ec Name => 'CommanderGroupB_TTLComp', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 34.1 => { # CSa7 Name => 'LiveViewAF', Mask => 0xc0, PrintConv => { 0x00 => 'Face Priority', #(NC) 0x40 => 'Wide Area', 0x80 => 'Normal Area', }, }, ); # D300 (ref JD) and D3 (ref 1/PH) custom settings %Image::ExifTool::NikonCustom::SettingsD3 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the D3, D3S, D3X, D300 and D300S.', # these settings have been decoded using the D3 and D300, and # extrapolated to the other models, but these haven't yet been # verified, and the following custom settings are missing: # CSf1-d (D3X,D3S) MultiSelectorLiveView # CSf1 (D300S) LightSwitch 0.1 => { #1 Name => 'CustomSettingsBank', Mask => 0x03, PrintConv => { 0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D', }, }, 0.2 => { #1 Name => 'CustomSettingsAllDefault', Notes => '"No" if any custom setting for this bank was changed from the default', Mask => 0x80, PrintConv => { 0x00 => 'Yes', 0x80 => 'No' }, }, 1.1 => { # CSa1 Name => 'AF-CPrioritySelection', Mask => 0xc0, PrintConv => { 0x00 => 'Release', 0x40 => 'Release + Focus', 0x80 => 'Focus', }, }, 1.2 => { # CSa2 Name => 'AF-SPrioritySelection', Mask => 0x20, PrintConv => { 0x00 => 'Focus', 0x20 => 'Release', }, }, 1.3 => { # CSa8 Name => 'AFPointSelection', Mask => 0x10, PrintConv => { 0x00 => '51 Points', 0x10 => '11 Points', }, }, 1.4 => { # CSa3 Name => 'DynamicAFArea', Mask => 0x0c, PrintConv => { 0x00 => '9 Points', 0x04 => '21 Points', 0x08 => '51 Points', 0x0c => '51 Points (3D-tracking)', }, }, 1.5 => { # CSa4 Name => 'FocusTrackingLockOn', Condition => '$$self{Model} !~ /D3S\b/', Notes => 'not D3S', Mask => 0x03, PrintConv => { 0x00 => 'Long', 0x01 => 'Normal', 0x02 => 'Short', 0x03 => 'Off', }, }, 2.1 => { # CSa5 Name => 'AFActivation', Mask => 0x80, PrintConv => { 0x00 => 'Shutter/AF-On', 0x80 => 'AF-On Only', }, }, 2.2 => { # CSa7 Name => 'FocusPointWrap', Mask => 0x08, PrintConv => { 0x00 => 'No Wrap', 0x08 => 'Wrap', }, }, 2.3 => [ # CSa6 { Name => 'AFPointIllumination', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x60, PrintConv => { 0x00 => 'On in Continuous Shooting and Manual Focusing', 0x20 => 'On During Manual Focusing', 0x40 => 'On in Continuous Shooting Modes', 0x60 => 'Off', }, }, { Name => 'AFPointIllumination', Notes => 'D300', Mask => 0x06, PrintConv => { 0x00 => 'Auto', 0x02 => 'Off', 0x04 => 'On', }, }, ], 2.4 => { # CSa6-b (D3, added by firmware update) Name => 'AFPointBrightness', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3 only', Mask => 0x06, PrintConv => { 0x00 => 'Low', 0x02 => 'Normal', 0x04 => 'High', 0x06 => 'Extra High', }, }, 2.5 => { # CSa9 (D300) Name => 'AFAssist', Condition => '$$self{Model} =~ /D300S?\b/', Notes => 'D300 only', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 3.1 => { # CSa9 (D3) Name => 'AFOnButton', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3 only', Mask => 0x07, PrintConv => { 0 => 'AF On', 1 => 'AE/AF Lock', 2 => 'AE Lock Only', 3 => 'AE Lock (reset on release)', 4 => 'AE Lock (hold)', 5 => 'AF Lock Only', }, }, 3.2 => { # CSa10 (D3) Name => 'VerticalAFOnButton', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3 only', Mask => 0x70, PrintConv => { 0x00 => 'AF On', 0x10 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x30 => 'AE Lock (reset on release)', 0x40 => 'AE Lock (hold)', 0x50 => 'AF Lock Only', 0x70 => 'Same as AF On', }, }, 3.3 => { # CSa10 (D300) Name => 'AF-OnForMB-D10', Condition => '$$self{Model} =~ /D300S?\b/', Notes => 'D300 only', Mask => 0x70, PrintConv => { 0x00 => 'AF-On', 0x10 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x30 => 'AE Lock (reset on release)', 0x40 => 'AE Lock (hold)', 0x50 => 'AF Lock Only', 0x60 => 'Same as FUNC Button', }, }, 4.1 => { # CSa4 (D3S) Name => 'FocusTrackingLockOn', Condition => '$$self{Model} =~ /D3S\b/', Notes => 'D3S only', Mask => 0x07, PrintConv => { 0x00 => '5 (Long)', 0x01 => '4', 0x02 => '3 (Normal)', 0x03 => '2', 0x04 => '1 (Short)', 0x05 => 'Off', }, }, 4.2 => { # CSf7 (D3S) Name => 'AssignBktButton', Condition => '$$self{Model} =~ /D3S\b/', Notes => 'D3S only', Mask => 0x08, PrintConv => { 0x00 => 'Auto Bracketing', 0x08 => 'Multiple Exposure', }, }, 4.3 => { # CSf1-c (D3S) (ref 1) Name => 'MultiSelectorLiveView', Condition => '$$self{Model} =~ /D3S\b/', Notes => 'D3S only', Mask => 0xc0, PrintConv => { 0x00 => 'Reset', 0x40 => 'Zoom On/Off', 0x80 => 'Start Movie Recording', 0xc0 => 'Not Used', }, }, 4.4 => { # CSf1-c2 (D3S) (ref 1) Name => 'InitialZoomLiveView', Condition => '$$self{Model} =~ /D3S\b/', Notes => 'D3S only', Mask => 0x30, PrintConv => { 0x00 => 'Low Magnification', 0x10 => 'Medium Magnification', 0x20 => 'High Magnification', }, }, 6.1 => { # CSb1 Name => 'ISOStepSize', Mask => 0xc0, PrintConv => { 0x00 => '1/3 EV', 0x40 => '1/2 EV', 0x80 => '1 EV', }, }, 6.2 => { # CSb2 Name => 'ExposureControlStepSize', Mask => 0x30, PrintConv => { 0x00 => '1/3 EV', 0x10 => '1/2 EV', 0x20 => '1 EV', }, }, 6.3 => { # CSb3 Name => 'ExposureCompStepSize', Mask => 0x0c, PrintConv => { 0x00 => '1/3 EV', 0x04 => '1/2 EV', 0x08 => '1 EV', }, }, 6.4 => { # CSb4 Name => 'EasyExposureCompensation', Mask => 0x03, PrintConv => { 0x00 => 'Off', 0x01 => 'On', 0x02 => 'On (auto reset)', }, }, 7.1 => [ # CSb5 { Name => 'CenterWeightedAreaSize', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0xe0, PrintConv => { 0x00 => '8 mm', 0x20 => '12 mm', 0x40 => '15 mm', 0x60 => '20 mm', 0x80 => 'Average', }, }, { Name => 'CenterWeightedAreaSize', Notes => 'D300', Mask => 0xe0, PrintConv => { 0x00 => '6 mm', 0x20 => '8 mm', 0x40 => '10 mm', 0x60 => '13 mm', 0x80 => 'Average', }, }, ], 7.2 => { # CSb6-b Name => 'FineTuneOptCenterWeighted', Mask => 0x0f, ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 8.1 => { # CSb6-a Name => 'FineTuneOptMatrixMetering', Mask => 0xf0, ValueConv => '($val > 0x70 ? $val - 0x100 : $val) / 0x60', ValueConvInv => '(int($val*6+($val>0?0.5:-0.5))<<4) & 0xf0', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 8.2 => { # CSb6-c Name => 'FineTuneOptSpotMetering', Mask => 0x0f, ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 9.1 => { # CSf1-a, CSf2-a (D300S) Name => 'MultiSelectorShootMode', Mask => 0xc0, PrintConv => { 0x00 => 'Select Center Focus Point', 0x40 => 'Highlight Active Focus Point', 0x80 => 'Not Used', }, }, 9.2 => { # CSf1-b, CSf2-b (D300S) Name => 'MultiSelectorPlaybackMode', Condition => '$$self{Model} !~ /D3S\b/', Notes => 'all models except D3S', # (not confirmed for D3X) Mask => 0x30, PrintConv => { 0x00 => 'Thumbnail On/Off', 0x10 => 'View Histograms', 0x20 => 'Zoom On/Off', 0x30 => 'Choose Folder', }, }, 9.3 => [ # CSf1-b2, CSf2-b2 (D300S) { Name => 'InitialZoomSetting', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x0c, PrintConv => { #1 0x00 => 'High Magnification', 0x04 => 'Medium Magnification', 0x08 => 'Low Magnification', }, }, { Name => 'InitialZoomSetting', Notes => 'D300', Mask => 0x0c, PrintConv => { #JD 0x00 => 'Low Magnification', 0x04 => 'Medium Magnification', 0x08 => 'High Magnification', }, }, ], 9.4 => { # CSf2 (D300,D3), CSf3 (D300S) Name => 'MultiSelector', Mask => 0x01, PrintConv => { 0x00 => 'Do Nothing', 0x01 => 'Reset Meter-off Delay', }, }, 10.1 => { # CSd9 (D300,D3S), CSd10 (D300S), CSd8 (D3) Name => 'ExposureDelayMode', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On' }, }, 10.2 => { # CSd4 (D300), CDs5 (D300S), CSd2-a (D3) Name => 'CLModeShootingSpeed', Mask => 0x07, PrintConv => '"$val fps"', PrintConvInv => '$val=~s/\s*fps//i; $val', }, 10.3 => { # (D3 CSd2-b) Name => 'CHModeShootingSpeed', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3 only', Mask => 0x30, PrintConv => { 0x00 => '9 fps', 0x10 => '10 fps', 0x20 => '11 fps', }, }, 11 => { # CSd5 (D300), CSd6 (D300S), CSd3 (D3) Name => 'MaxContinuousRelease', # values: 1-100 (D300), 1-130 (D3) }, 12.1 => { # CSf10, CSf11 (D3S,D300S) Name => 'ReverseIndicators', Mask => 0x20, PrintConv => { 0x00 => '+ 0 -', 0x20 => '- 0 +', }, }, 12.2 => [ # CSd6 (D300), CSd7 (D300S), CSd4 (D3) { Name => 'FileNumberSequence', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x02, PrintConv => { 0x00 => 'On', 0x02 => 'Off' }, }, { Name => 'FileNumberSequence', Notes => 'D300', Mask => 0x08, PrintConv => { 0x00 => 'On', 0x08 => 'Off' }, }, ], 12.3 => { # CSd5-a (D3) Name => 'RearDisplay', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3 only', Mask => 0x80, PrintConv => { 0x00 => 'ISO', 0x80 => 'Exposures Remaining', }, }, 12.4 => { # CSd5-b (D3) Name => 'ViewfinderDisplay', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3 only', Mask => 0x40, PrintConv => { 0x00 => 'Frame Count', 0x40 => 'Exposures Remaining', }, }, 12.5 => { # CSd11 (D300), CSd12 (D300S) Name => 'BatteryOrder', Condition => '$$self{Model} =~ /D300S?\b/', Notes => 'D300 only', Mask => 0x04, PrintConv => { 0x00 => 'MB-D10 First', 0x04 => 'Camera Battery First', }, }, 12.6 => { # CSd10 (D300), CSd11 (D300S) Name => 'MB-D10Batteries', Condition => '$$self{Model} =~ /D300S?\b/', Notes => 'D300 only', Mask => 0x03, PrintConv => { 0x00 => 'LR6 (AA alkaline)', 0x01 => 'HR6 (AA Ni-MH)', 0x02 => 'FR6 (AA lithium)', 0x03 => 'ZR6 (AA Ni-Mn)', }, }, 12.7 => { # CSd7 (D3S), CSd4, (D300S) Name => 'ScreenTips', Condition => '$$self{Model} =~ /(D3S|D300S)\b/', Mask => 0x10, PrintConv => { 0x00 => 'On', 0x10 => 'Off', }, }, 13.1 => { # CSd1 Name => 'Beep', Mask => 0xc0, PrintConv => { 0x00 => 'High', 0x40 => 'Low', 0x80 => 'Off', }, }, 13.2 => { # CSd7 (D300), CSd8 (D300S), CSd6 (D3) Name => 'ShootingInfoDisplay', Mask => 0x30, PrintConv => { 0x00 => 'Auto', #JD (D300) 0x10 => 'Auto', #1 (D3) 0x20 => 'Manual (dark on light)', 0x30 => 'Manual (light on dark)', }, }, 13.3 => { # CSd2 (D300) Name => 'GridDisplay', Condition => '$$self{Model} =~ /D300S?\b/', Notes => 'D300 only', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 13.4 => { # CSd3 (D300) Name => 'ViewfinderWarning', Condition => '$$self{Model} =~ /D300S?\b/', Notes => 'D300 only', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 13.5 => { # CSf1-b (D3S) (ref 1) Name => 'MultiSelectorPlaybackMode', Condition => '$$self{Model} =~ /D3S\b/', Notes => 'D3S only', Mask => 0x03, PrintConv => { 0x00 => 'Thumbnail On/Off', 0x01 => 'View Histograms', 0x02 => 'Zoom On/Off', }, }, 14.1 => [ # CSf5-a (ref 1), CSf6-a (D300S) { Name => 'PreviewButton', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', 0x40 => 'Flash Off', 0x48 => 'Bracketing Burst', 0x50 => 'Matrix Metering', 0x58 => 'Center-weighted Metering', 0x60 => 'Spot Metering', 0x68 => 'Virtual Horizon', # 0x70 not used 0x78 => 'Playback', 0x80 => 'My Menu Top', }, }, { #PH Name => 'FuncButton', Notes => 'D300', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', # 0x40 not used 0x48 => 'Flash Off', 0x50 => 'Bracketing Burst', 0x58 => 'Matrix Metering', 0x60 => 'Center-weighted Metering', 0x68 => 'Spot Metering', 0x70 => 'Playback', #PH (guess) 0x78 => 'My Menu Top', #PH (guess) 0x80 => '+ NEF (RAW)', #PH (guess) }, }, ], 14.2 => [ # CSf5-b (PH,NC), CSf6-b (D300S) { Name => 'PreviewButtonPlusDials', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x07, PrintConv => { 0 => 'None', 1 => 'Choose Image Area (FX/DX/5:4)', 2 => 'One Step Speed/Aperture', 3 => 'Choose Non-CPU Lens Number', # n/a 4 => 'Focus Point Selection', 5 => 'Choose Image Area (FX/DX)', 6 => 'Shooting Bank Menu', 7 => 'Dynamic AF Area', #PH (D3S,D3X,NC) }, }, { #PH Name => 'FuncButtonPlusDials', Notes => 'D300', Mask => 0x07, PrintConv => { 0 => 'None', 2 => 'One Step Speed/Aperture', 3 => 'Choose Non-CPU Lens Number', 5 => 'Auto Bracketing', 6 => 'Dynamic AF Area', }, }, ], 15.1 => [ # CSf4-a (ref 1), CSf5-a (D300S) { Name => 'FuncButton', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', 0x40 => 'Flash Off', 0x48 => 'Bracketing Burst', 0x50 => 'Matrix Metering', 0x58 => 'Center-weighted Metering', 0x60 => 'Spot Metering', 0x68 => 'Virtual Horizon', # 0x70 not used 0x78 => 'Playback', 0x80 => 'My Menu Top', }, }, { #PH Name => 'PreviewButton', Notes => 'D300', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', # 0x40 not used 0x48 => 'Flash Off', 0x50 => 'Bracketing Burst', 0x58 => 'Matrix Metering', 0x60 => 'Center-weighted Metering', 0x68 => 'Spot Metering', 0x70 => 'Playback', #PH (guess) 0x78 => 'My Menu Top', #PH (guess) 0x80 => '+ NEF (RAW)', #PH (guess) }, }, ], 15.2 => [ # CSf4-b (ref 1), CSf5-b (D300S) { Name => 'FuncButtonPlusDials', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x07, PrintConv => { 0 => 'None', 1 => 'Choose Image Area (FX/DX/5:4)', 2 => 'One Step Speed/Aperture', 3 => 'Choose Non-CPU Lens Number', 4 => 'Focus Point Selection', #(NC) 5 => 'Choose Image Area (FX/DX)', 6 => 'Shooting Bank Menu', 7 => 'Dynamic AF Area', #PH (D3S,D3X,NC) }, }, { #PH Name => 'PreviewButtonPlusDials', Notes => 'D300', Mask => 0x07, PrintConv => { 0 => 'None', 2 => 'One Step Speed/Aperture', 3 => 'Choose Non-CPU Lens Number', 5 => 'Auto Bracketing', 6 => 'Dynamic AF Area', }, }, ], 16.1 => [ # CSf6-a (ref 1), CSf7-a (D300S) { Name => 'AELockButton', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', 0x40 => 'Flash Off', 0x48 => 'Bracketing Burst', 0x50 => 'Matrix Metering', 0x58 => 'Center-weighted Metering', 0x60 => 'Spot Metering', 0x68 => 'Virtual Horizon', 0x70 => 'AF On', # (AE-L/AF-L button only) 0x78 => 'Playback', 0x80 => 'My Menu Top', }, }, { #PH Name => 'AELockButton', Notes => 'D300', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', 0x40 => 'AF On', # (AE-L/AF-L button only) 0x48 => 'Flash Off', 0x50 => 'Bracketing Burst', 0x58 => 'Matrix Metering', 0x60 => 'Center-weighted Metering', 0x68 => 'Spot Metering', 0x70 => 'Playback', #PH (guess) 0x78 => 'My Menu Top', #PH (guess) 0x80 => '+ NEF (RAW)', #PH (guess) }, }, ], 16.2 => [ # CSf6-b (ref 1), CSf7-b (D300S) { Name => 'AELockButtonPlusDials', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x07, PrintConv => { 0 => 'None', 1 => 'Choose Image Area (FX/DX/5:4)', 2 => 'One Step Speed/Aperture', 3 => 'Choose Non-CPU Lens Number', # n/c 4 => 'Focus Point Selection', #(NC) 5 => 'Choose Image Area (FX/DX)', 6 => 'Shooting Bank Menu', 7 => 'Dynamic AF Area', #PH (D3S,D3X,NC) }, }, { #PH Name => 'AELockButtonPlusDials', Notes => 'D300', Mask => 0x07, PrintConv => { 0 => 'None', # n/a 2 => 'One Step Speed/Aperture', 3 => 'Choose Non-CPU Lens Number', 5 => 'Auto Bracketing', #(NC) 6 => 'Dynamic AF Area', }, }, ], 17.1 => { # CSf7-a, CSf8-a (D3S,D300S) Name => 'CommandDialsReverseRotation', Mask => 0x80, PrintConv => { 0x00 => 'No', 0x80 => 'Yes' }, }, 17.2 => { # CSf7-b, CSf8-b (D3S,D300S) Name => 'CommandDialsChangeMainSub', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On' }, }, 17.3 => { # CSf7-c, CSf8-c (D3S,D300S) Name => 'CommandDialsApertureSetting', Mask => 0x20, PrintConv => { 0x00 => 'Sub-command Dial', 0x20 => 'Aperture Ring', }, }, 17.4 => { # CSf7-d, CSf8-d (D3S,D300S) Name => 'CommandDialsMenuAndPlayback', Mask => 0x10, PrintConv => { 0x00 => 'Off', 0x10 => 'On' }, }, 17.5 => { # CSd8 (D300,D3S), CSd9 (D300S), CSd7 (D3) Name => 'LCDIllumination', Mask => 0x08, PrintConv => { 0x00 => 'Off', 0x08 => 'On' }, }, 17.6 => { # CSf3, CSf4 (D300S) Name => 'PhotoInfoPlayback', Mask => 0x04, PrintConv => { 0x00 => 'Info Up-down, Playback Left-right', 0x04 => 'Info Left-right, Playback Up-down', }, }, 17.7 => { # CSc1 Name => 'ShutterReleaseButtonAE-L', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 17.8 => { # CSf8, CSf9 (D3S,D300S) Name => 'ReleaseButtonToUseDial', Mask => 0x01, PrintConv => { 0x00 => 'No', 0x01 => 'Yes' }, }, 18.1 => { # CSc3 Name => 'SelfTimerTime', Mask => 0x18, PrintConv => { 0x00 => '2 s', 0x08 => '5 s', 0x10 => '10 s', 0x18 => '20 s', }, }, 18.2 => { # CSc4 Name => 'MonitorOffTime', # NOTE: The D3S and D300S have separate settings for Playback, # Image Review, Menus, and Information Display times, but these # have not yet been decoded - PH Mask => 0x07, PrintConv => { 0x00 => '10 s', 0x01 => '20 s', 0x02 => '1 min', 0x03 => '5 min', 0x04 => '10 min', }, }, 20.1 => [ # CSe1 { Name => 'FlashSyncSpeed', Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0xe0, PrintConv => { 0x00 => '1/250 s (auto FP)', 0x20 => '1/250 s', 0x40 => '1/200 s', 0x60 => '1/160 s', 0x80 => '1/125 s', 0xa0 => '1/100 s', 0xc0 => '1/80 s', 0xe0 => '1/60 s', }, }, { Name => 'FlashSyncSpeed', Notes => 'D300', Mask => 0xf0, PrintConv => { 0x00 => '1/320 s (auto FP)', 0x10 => '1/250 s (auto FP)', 0x20 => '1/250 s', 0x30 => '1/200 s', 0x40 => '1/160 s', 0x50 => '1/125 s', 0x60 => '1/100 s', 0x70 => '1/80 s', 0x80 => '1/60 s', }, }, ], 20.2 => { # CSe2 Name => 'FlashShutterSpeed', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '1/60 s', 0x01 => '1/30 s', 0x02 => '1/15 s', 0x03 => '1/8 s', 0x04 => '1/4 s', 0x05 => '1/2 s', 0x06 => '1 s', 0x07 => '2 s', 0x08 => '4 s', 0x09 => '8 s', 0x0a => '15 s', 0x0b => '30 s', }, }, 21.1 => { # CSe5 (D300), CSe4 (D3) Name => 'AutoBracketSet', Mask => 0xc0, PrintConv => { 0x00 => 'AE & Flash', 0x40 => 'AE Only', 0x80 => 'Flash Only', 0xc0 => 'WB Bracketing', # NOTE: D3S/D300S have an "ADL Bracketing" setting not decoded - PH }, }, 21.2 => { # CSe6 (D300), CSe5 (D3) Name => 'AutoBracketModeM', Mask => 0x30, PrintConv => { 0x00 => 'Flash/Speed', 0x10 => 'Flash/Speed/Aperture', 0x20 => 'Flash/Aperture', 0x30 => 'Flash Only', }, }, 21.3 => { # CSe7 (D300), CSe6 (D3) Name => 'AutoBracketOrder', Mask => 0x08, PrintConv => { 0x00 => '0,-,+', 0x08 => '-,0,+', }, }, 21.4 => { # CSe4 (D300), CSe3 (D3) Name => 'ModelingFlash', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 22.1 => { # CSf9, CSf10 (D3S,D300S) Name => 'NoMemoryCard', Mask => 0x80, PrintConv => { 0x00 => 'Release Locked', 0x80 => 'Enable Release', }, }, 22.2 => { # CSc2 Name => 'MeteringTime', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '4 s', 0x01 => '6 s', 0x02 => '8 s', 0x03 => '16 s', 0x04 => '30 s', 0x05 => '1 min', 0x06 => '5 min', 0x07 => '10 min', 0x08 => '30 min', 0x09 => 'No Limit', }, }, 23.1 => { # CSe3 Name => 'InternalFlash', Mask => 0xc0, PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', 0x80 => 'Repeating Flash', 0xc0 => 'Commander Mode', }, }, ); # D700 custom settings (ref 2) %Image::ExifTool::NikonCustom::SettingsD700 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, DATAMEMBER => [ 16.1 ], GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the D700.', 0.1 => { #1 Name => 'CustomSettingsBank', Mask => 0x03, PrintConv => { 0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D', }, }, 0.2 => { #1 Name => 'CustomSettingsAllDefault', Notes => '"No" if any custom setting for this bank was changed from the default', Mask => 0x80, PrintConv => { 0x00 => 'Yes', 0x80 => 'No' }, }, 1.1 => { # CSa1 Name => 'AF-CPrioritySelection', Mask => 0xc0, PrintConv => { 0x00 => 'Release', 0x40 => 'Release + Focus', 0x80 => 'Focus', }, }, 1.2 => { # CSa2 Name => 'AF-SPrioritySelection', Mask => 0x20, PrintConv => { 0x00 => 'Focus', 0x20 => 'Release', }, }, 1.3 => { # CSa8 Name => 'AFPointSelection', Mask => 0x10, PrintConv => { 0x00 => '51 Points', 0x10 => '11 Points', }, }, 1.4 => { # CSa3 Name => 'DynamicAFArea', Mask => 0x0c, PrintConv => { 0x00 => '9 Points', 0x04 => '21 Points', 0x08 => '51 Points', 0x0c => '51 Points (3D-tracking)', }, }, 2.1 => { # CSa5 Name => 'AFActivation', Mask => 0x80, PrintConv => { 0x00 => 'Shutter/AF-On', 0x80 => 'AF-On Only', }, }, 2.2 => { # CSa7 Name => 'FocusPointWrap', Mask => 0x08, PrintConv => { 0x00 => 'No Wrap', 0x08 => 'Wrap', }, }, 2.3 => { # CSa6 Name => 'AFPointIllumination', Mask => 0x06, PrintConv => { 0x00 => 'Auto', 0x02 => 'Off', 0x04 => 'On', }, }, 2.4 => { # CSa9 Name => 'AFAssist', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 3.1 => { # CSa4 Name => 'FocusTrackingLockOn', Mask => 0x07, PrintConv => { 0x00 => '3 Normal', 0x01 => '4', 0x02 => '5 Long', 0x03 => '2', 0x04 => '1 Short', 0x05 => 'Off', }, }, 3.2 => { # CSa10 Name => 'AF-OnForMB-D10', Mask => 0x70, PrintConv => { 0x00 => 'AF-On', 0x10 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x30 => 'AE Lock (reset on release)', 0x40 => 'AE Lock (hold)', 0x50 => 'AF Lock Only', 0x60 => 'Same as FUNC Button', }, }, 4.1 => { # CSb1 Name => 'ISOStepSize', Mask => 0xc0, PrintConv => { 0x00 => '1/3 EV', 0x40 => '1/2 EV', 0x80 => '1 EV', }, }, 4.2 => { # CSb2 Name => 'ExposureControlStepSize', Mask => 0x30, PrintConv => { 0x00 => '1/3 EV', 0x10 => '1/2 EV', 0x20 => '1 EV', }, }, 4.3 => { # CSb3 Name => 'ExposureCompStepSize', Mask => 0x0c, PrintConv => { 0x00 => '1/3 EV', 0x04 => '1/2 EV', 0x08 => '1 EV', }, }, 4.4 => { # CSb4 Name => 'EasyExposureCompensation', Mask => 0x03, PrintConv => { 0x00 => 'Off', 0x01 => 'On', 0x02 => 'On (auto reset)', }, }, 5.1 => { # CSb5 Name => 'CenterWeightedAreaSize', Mask => 0x70, PrintConv => { 0x00 => '8 mm', 0x10 => '12 mm', 0x20 => '15 mm', 0x30 => '20 mm', 0x40 => 'Average', }, }, 6.1 => { # CSb6-a Name => 'FineTuneOptMatrixMetering', Mask => 0xf0, ValueConv => '($val > 0x70 ? $val - 0x100 : $val) / 0x60', ValueConvInv => '(int($val*6+($val>0?0.5:-0.5))<<4) & 0xf0', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 6.2 => { # CSb6-c Name => 'FineTuneOptSpotMetering', Mask => 0x0f, ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', PrintConv => '$val ? sprintf("%+.2f", $val) : 0', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 7.1 => { # CSc1 Name => 'ShutterReleaseButtonAE-L', Mask => 0x80, PrintConv => { 0x00 => 'Off', 0x80 => 'On' }, }, 7.2 => { # CSc3 Name => 'SelfTimerTime', Mask => 0x30, PrintConv => { 0x00 => '2 s', 0x10 => '5 s', 0x20 => '10 s', 0x30 => '20 s', }, }, 7.3 => { # CSc2 Name => 'MeteringTime', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '4 s', 0x01 => '6 s', 0x02 => '8 s', 0x03 => '16 s', 0x04 => '30 s', 0x05 => '1 min', 0x06 => '5 min', 0x07 => '10 min', 0x08 => '30 min', 0x09 => 'No Limit', }, }, 8.1 => { # CSc4-a Name => 'PlaybackMonitorOffTime', Mask => 0x38, PrintConv => { 0x00 => '4 s', 0x08 => '10 s', 0x10 => '20 s', 0x18 => '1 min', 0x20 => '5 min', 0x28 => '10 min', }, }, 8.2 => { # CSc4-b Name => 'MenuMonitorOffTime', Mask => 0x07, PrintConv => { 0x00 => '4 s', 0x01 => '10 s', 0x02 => '20 s', 0x03 => '1 min', 0x04 => '5 min', 0x05 => '10 min', }, }, 9.1 => { # CSc4-c Name => 'ShootingInfoMonitorOffTime', Mask => 0x38, PrintConv => { 0x00 => '4 s', 0x08 => '10 s', 0x10 => '20 s', 0x18 => '1 min', 0x20 => '5 min', 0x28 => '10 min', }, }, 9.2 => { # CSc4-d Name => 'ImageReviewTime', Mask => 0x07, PrintConv => { 0x00 => '4 s', 0x01 => '10 s', 0x02 => '20 s', 0x03 => '1 min', 0x04 => '5 min', 0x05 => '10 min', }, }, 10.1 => { # CSd1 Name => 'Beep', Mask => 0xc0, PrintConv => { 0x00 => 'High', 0x40 => 'Low', 0x80 => 'Off', }, }, 10.2 => { # CSd7 Name => 'ShootingInfoDisplay', Mask => 0x30, PrintConv => { 0x00 => 'Auto', #JD (D300) 0x10 => 'Auto', #1 (D3) 0x20 => 'Manual (dark on light)', 0x30 => 'Manual (light on dark)', }, }, 10.3 => { # CSd8 Name => 'LCDIllumination', Mask => 0x08, PrintConv => { 0x00 => 'Off', 0x08 => 'On' }, }, 10.4 => { # CSd9 Name => 'ExposureDelayMode', Mask => 0x04, PrintConv => { 0x00 => 'Off', 0x04 => 'On' }, }, 10.5 => { # CSd2 Name => 'GridDisplay', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 11.1 => { # CSd6 Name => 'FileNumberSequence', Mask => 0x40, PrintConv => { 0x00 => 'On', 0x40 => 'Off' }, }, 11.2 => { # CSd4 Name => 'CLModeShootingSpeed', Mask => 0x07, PrintConv => '"$val fps"', PrintConvInv => '$val=~s/\s*fps//i; $val', }, 12 => { # CSd5 Name => 'MaxContinuousRelease', # values: 1-100 }, 13.1 => { # CSd3 Name => 'ScreenTips', Mask => 0x08, PrintConv => { 0x08 => 'On', 0x00 => 'Off' }, }, 13.2 => { # CSd11 Name => 'BatteryOrder', Mask => 0x04, PrintConv => { 0x00 => 'MB-D10 First', 0x04 => 'Camera Battery First', }, }, 13.3 => { # CSd10 Name => 'MB-D10BatteryType', Mask => 0x03, PrintConv => { 0x00 => 'LR6 (AA alkaline)', 0x01 => 'HR6 (AA Ni-MH)', 0x02 => 'FR6 (AA lithium)', 0x03 => 'ZR6 (AA Ni-Mn)', }, }, 15.1 => { # CSe1 Name => 'FlashSyncSpeed', Mask => 0xf0, PrintConv => { 0x00 => '1/320 s (auto FP)', 0x10 => '1/250 s (auto FP)', 0x20 => '1/250 s', 0x30 => '1/200 s', 0x40 => '1/160 s', 0x50 => '1/125 s', 0x60 => '1/100 s', 0x70 => '1/80 s', 0x80 => '1/60 s', }, }, 15.2 => { # CSe2 Name => 'FlashShutterSpeed', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '1/60 s', 0x01 => '1/30 s', 0x02 => '1/15 s', 0x03 => '1/8 s', 0x04 => '1/4 s', 0x05 => '1/2 s', 0x06 => '1 s', 0x07 => '2 s', 0x08 => '4 s', 0x09 => '8 s', 0x0a => '15 s', 0x0b => '30 s', }, }, 16.1 => { # CSe3 Name => 'FlashControlBuilt-in', # Note If set the Manual, Repeating Flash, Commander Mode # does not decode the detail settings. Mask => 0xc0, RawConv => '$$self{FlashControlBuiltin} = $val & 0xc0', PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', 0x80 => 'Repeating Flash', 0xc0 => 'Commander Mode', }, }, 16.2 => { # CSe3-b Name => 'ManualFlashOutput', Condition => '$$self{FlashControlBuiltin} == 0x40', Mask => 0x1f, ValueConv => '2 ** (-$val/3)', ValueConvInv => '$val > 0 ? -3*log($val)/log(2) : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 17.1 => { # CSe3-ca Name => 'RepeatingFlashOutput', Condition => '$$self{FlashControlBuiltin} == 0x80', Mask => 0x70, ValueConv => '2 ** (-($val>>4)-2)', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)-2+0.5)<<4 : 0', PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 17.2 => { # CSe3-cb Name => 'RepeatingFlashCount', Condition => '$$self{FlashControlBuiltin} == 0x80', Mask => 0x0f, ValueConv => '$val < 10 ? $val + 1 : 5 * ($val - 7)', ValueConvInv => '$val <= 10 ? $val - 1 : $val / 5 + 7', }, 18.1 => { # CSe3-cc (NC) Name => 'RepeatingFlashRate', Condition => '$$self{FlashControlBuiltin} == 0x80', Mask => 0xf0, ValueConv => 'my $v=($val>>4); $v < 10 ? $v + 1 : 10 * ($v - 8)', ValueConvInv => 'int(($val <= 10 ? $val - 1 : $val / 10 + 8) + 0.5) << 4', PrintConv => '"$val Hz"', PrintConvInv => '$val=~/(\d+)/; $1 || 0', }, 18.2 => { # CSe3-dd Name => 'CommanderInternalTTLChannel', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x03, PrintConv => { 0x00 => '1 ch', 0x01 => '2 ch', 0x02 => '3 ch', 0x03 => '4 ch', }, }, 20.1 => { # CSe3-da Name => 'CommanderInternalTTLCompBuiltin', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 21.1 => { # CSe3-db Name => 'CommanderInternalTTLCompGroupA', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 22.1 => { # CSe3-dc Name => 'CommanderInternalTTLCompGroupB', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 26.1 => { # CSe5 Name => 'AutoBracketSet', Mask => 0xc0, PrintConv => { 0x00 => 'AE & Flash', 0x40 => 'AE Only', 0x80 => 'Flash Only', 0xc0 => 'WB Bracketing', }, }, 26.2 => { # CSe6 Name => 'AutoBracketModeM', Mask => 0x30, PrintConv => { 0x00 => 'Flash/Speed', 0x10 => 'Flash/Speed/Aperture', 0x20 => 'Flash/Aperture', 0x30 => 'Flash Only', }, }, 26.3 => { # CSe7 Name => 'AutoBracketOrder', Mask => 0x08, PrintConv => { 0x00 => '0,-,+', 0x08 => '-,0,+', }, }, 26.4 => { # CSe4 Name => 'ModelingFlash', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 27.1 => { # CSf2-a Name => 'MultiSelectorShootMode', Mask => 0xc0, PrintConv => { 0x00 => 'Select Center Focus Point', 0x40 => 'Highlight Active Focus Point', 0x80 => 'Not Used', }, }, 27.2 => { # CSf2-b Name => 'MultiSelectorPlaybackMode', Mask => 0x30, PrintConv => { 0x00 => 'Thumbnail On/Off', 0x10 => 'View Histograms', 0x20 => 'Zoom On/Off', 0x30 => 'Choose Folder', }, }, 27.3 => { # CSf2-b2 Name => 'InitialZoomSetting', Mask => 0x0c, PrintConv => { #1 0x00 => 'Low Magnification', 0x04 => 'Medium Magnification', 0x08 => 'High Magnification', }, }, 27.4 => { # CSf3 Name => 'MultiSelector', Mask => 0x01, PrintConv => { 0x00 => 'Do Nothing', 0x01 => 'Reset Meter-off Delay', }, }, 28.1 => { # CSf5-a Name => 'FuncButton', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', # 0x40 not used 0x48 => 'Flash Off', 0x50 => 'Bracketing Burst', 0x58 => 'Matrix Metering', 0x60 => 'Center-weighted Metering', 0x68 => 'Spot Metering', 0x70 => 'My Menu Top', 0x78 => 'Live View', 0x80 => '+ NEF (RAW)', 0x88 => 'Virtual Horizon', }, }, 29.1 => { # CSf6-a Name => 'PreviewButton', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', 0x40 => 'AF-ON', 0x48 => 'Flash Off', 0x50 => 'Bracketing Burst', 0x58 => 'Matrix Metering', 0x60 => 'Center-weighted Metering', 0x68 => 'Spot Metering', 0x70 => 'My Menu Top', 0x78 => 'Live View', 0x80 => '+ NEF (RAW)', 0x88 => 'Virtual Horizon', }, }, 30.1 => { # CSf7-a Name => 'AELockButton', Notes => 'D300', Mask => 0xf8, PrintConv => { 0x00 => 'None', 0x08 => 'Preview', 0x10 => 'FV Lock', 0x18 => 'AE/AF Lock', 0x20 => 'AE Lock Only', 0x28 => 'AE Lock (reset on release)', 0x30 => 'AE Lock (hold)', 0x38 => 'AF Lock Only', 0x40 => 'AF-ON', 0x48 => 'Flash Off', 0x50 => 'Bracketing Burst', 0x58 => 'Matrix Metering', 0x60 => 'Center-weighted Metering', 0x68 => 'Spot Metering', 0x70 => 'My Menu Top', 0x78 => 'Live View', 0x80 => '+ NEF (RAW)', 0x88 => 'Virtual Horizon', }, }, 31.1 => { # CSf5-b Name => 'FuncButtonPlusDials', Mask => 0x70, PrintConv => { 0x00 => 'None', 0x10 => 'Choose Image Area', 0x20 => 'One Step Speed/Aperture', 0x30 => 'Choose Non-CPU Lens Number', # n/a 0x40 => 'Focus Point Selection', 0x50 => 'Auto bracketing', 0x60 => 'Dynamic AF Area', 0x70 => 'Shutter speed & Aperture lock', }, }, 31.2 => { # CSf6-b Name => 'PreviewButtonPlusDials', Mask => 0x07, PrintConv => { 0x00 => 'None', 0x01 => 'Choose Image Area', 0x02 => 'One Step Speed/Aperture', 0x03 => 'Choose Non-CPU Lens Number', # n/a 0x04 => 'Focus Point Selection', 0x05 => 'Auto bracketing', 0x06 => 'Dynamic AF Area', 0x07 => 'Shutter speed & Aperture lock', }, }, 32.1 => { # CSf7-b Name => 'AELockButtonPlusDials', Mask => 0x70, PrintConv => { 0x00 => 'None', 0x10 => 'Choose Image Area', 0x20 => 'One Step Speed/Aperture', 0x30 => 'Choose Non-CPU Lens Number', # n/a 0x40 => 'Focus Point Selection', 0x50 => 'Auto bracketing', 0x60 => 'Dynamic AF Area', 0x70 => 'Shutter speed & Aperture lock', }, }, 33.1 => { # CSf9-a Name => 'CommandDialsReverseRotation', Mask => 0x80, PrintConv => { 0x00 => 'No', 0x80 => 'Yes' }, }, 33.2 => { # CSf9-b Name => 'CommandDialsChangeMainSub', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On' }, }, 33.3 => { # CSf9-c Name => 'CommandDialsApertureSetting', Mask => 0x20, PrintConv => { 0x00 => 'Sub-command Dial', 0x20 => 'Aperture Ring', }, }, 33.4 => { # CSf9-d Name => 'CommandDialsMenuAndPlayback', Mask => 0x10, PrintConv => { 0x00 => 'Off', 0x10 => 'On' }, }, 33.5 => { # CSf12 Name => 'ReverseIndicators', Mask => 0x08, PrintConv => { 0x00 => '+ 0 -', 0x08 => '- 0 +', }, }, 33.6 => { # CSf4 Name => 'PhotoInfoPlayback', Mask => 0x04, PrintConv => { 0x00 => 'Off', 0x04 => 'On' }, }, 33.7 => { # CSf11 Name => 'NoMemoryCard', Mask => 0x02, PrintConv => { 0x00 => 'Release Locked', 0x02 => 'Enable Release', }, }, 33.8 => { # CSf10 Name => 'ReleaseButtonToUseDial', Mask => 0x01, PrintConv => { 0x00 => 'No', 0x01 => 'Yes' }, }, ); # D5000 custom settings (ref PH) %Image::ExifTool::NikonCustom::SettingsD5000 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the D5000.', # Missing/Incomplete settings: # CSd7 - LiveViewDisplayOptions [couldn't find in data - try again with live view shots] 0.1 => { # CSa1 Name => 'AFAreaModeSetting', Mask => 0x60, PrintConv => { 0x00 => 'Single Area', 0x20 => 'Dynamic Area', 0x40 => 'Auto-area', 0x60 => '3D-tracking (11 points)', }, }, 0.2 => { # CSa2 Name => 'AFAssist', Mask => 0x01, PrintConv => { 0 => 'On', 1 => 'Off', }, }, 2.1 => { # CSd1 Name => 'Beep', Mask => 0xc0, PrintConv => { 0x00 => 'Off', 0x40 => 'Low', 0x80 => 'High', }, }, 2.2 => { # CSd2 Name => 'GridDisplay', Mask => 0x02, PrintConv => { 0x00 => 'On', 0x02 => 'Off', }, }, 2.3 => { # CSd3 Name => 'ISODisplay', Mask => 0x08, PrintConv => { 0x08 => 'Off', 0x00 => 'On', }, }, 2.4 => { # CSf4 Name => 'NoMemoryCard', Mask => 0x20, PrintConv => { 0x00 => 'Release Locked', 0x20 => 'Enable Release', }, }, 3.1 => { # CSd4 Name => 'FileNumberSequence', Mask => 0x08, PrintConv => { 0x00 => 'On', 0x08 => 'Off' }, }, 4.1 => { # CSa4 Name => 'RangeFinder', Mask => 0x10, PrintConv => { 0x00 => 'Off', 0x10 => 'On' }, }, 4.2 => { # CSd6 Name => 'DateImprint', Mask => 0x08, PrintConv => { 0x00 => 'Off', 0x08 => 'On', }, }, 4.3 => { # CSf5 Name => 'ReverseIndicators', Mask => 0x80, PrintConv => { 0x00 => '+ 0 -', 0x80 => '- 0 +', }, }, 5.1 => { # CSb1 Name => 'EVStepSize', Mask => 0x40, PrintConv => { 0x00 => '1/3 EV', 0x40 => '1/2 EV', }, }, 9.1 => { # CSd5 Name => 'ExposureDelayMode', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On', }, }, 11.1 => { # CSe2 Name => 'AutoBracketSet', Mask => 0xc0, PrintConv => { 0x00 => 'Exposure', 0x40 => 'Active D-Lighting', #(NC) 0x80 => 'WB Bracketing', }, }, 12.1 => { # CSf1 Name => 'TimerFunctionButton', Mask => 0x38, PrintConv => { 0x00 => 'Self-timer', 0x08 => 'Release Mode', 0x10 => 'Image Quality/Size', #(NC) 0x18 => 'ISO', #(NC) 0x20 => 'White Balance', #(NC) 0x28 => 'Active D-Lighting', #(NC) 0x30 => '+ NEF (RAW)', 0x38 => 'Auto Bracketing', }, }, 15.1 => { # CSf2 Name => 'AELockButton', Mask => 0x38, PrintConv => { 0x00 => 'AE/AF Lock', 0x08 => 'AE Lock Only', #(NC) 0x10 => 'AF Lock Only', #(NC) 0x18 => 'AE Lock (hold)', 0x20 => 'AF-ON', }, }, 16.1 => { # CSc1 Name => 'ShutterReleaseButtonAE-L', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 16.2 => { # CSf3 Name => 'CommandDialsReverseRotation', Mask => 0x80, PrintConv => { 0x00 => 'No', 0x80 => 'Yes' }, }, 17.1 => { # CSc2-c Name => 'MeteringTime', Mask => 0x70, PrintConv => { 0x00 => '4 s', 0x10 => '8 s', 0x20 => '20 s', 0x30 => '1 min', 0x40 => '30 min', }, }, 17.2 => { # CSc4 Name => 'RemoteOnDuration', Mask => 0x03, PrintConv => { 0x00 => '1 min', 0x01 => '5 min', 0x02 => '10 min', 0x03 => '15 min', }, }, 18.1 => { # CSc3-a Name => 'SelfTimerTime', Mask => 0xc0, PrintConv => { 0x00 => '2 s', 0x40 => '5 s', 0x80 => '10 s', 0xc0 => '20 s', }, }, 18.2 => { # CSc3-b Name => 'SelfTimerShotCount', Mask => 0x1e, ValueConv => '$val >> 1', ValueConvInv => '$val << 1', }, 19.1 => { # CSc2-b Name => 'ImageReviewTime', Mask => 0xe0, PrintConv => { 0x00 => '4 s', 0x20 => '8 s', 0x40 => '20 s', 0x60 => '1 min', 0x80 => '10 min', }, }, 20.1 => { # CSc2-a Name => 'PlaybackMenusTime', Mask => 0xe0, PrintConv => { 0x00 => '8 s', 0x20 => '12 s', 0x40 => '20 s', 0x60 => '1 min', 0x80 => '10 min', }, }, 22.1 => { # CSe1-a Name => 'InternalFlash', Mask => 0xc0, PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', }, }, 22.2 => { # CSe1-b Name => 'ManualFlashOutput', Mask => 0x1f, ValueConv => '2 ** (-$val/3)', ValueConvInv => '$val > 0 ? -3*log($val)/log(2) : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 32.1 => { # CSa3 Name => 'LiveViewAF', Mask => 0x60, PrintConv => { 0x00 => 'Face Priority', 0x20 => 'Wide Area', 0x40 => 'Normal Area', 0x60 => 'Subject Tracking', }, }, ); # D7000 custom settings (ref 2) %Image::ExifTool::NikonCustom::SettingsD7000 = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, WRITE_PROC => \&Image::ExifTool::WriteBinaryData, CHECK_PROC => \&Image::ExifTool::CheckBinaryData, WRITABLE => 1, FIRST_ENTRY => 0, DATAMEMBER => [ 23.1 ], GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, NOTES => 'Custom settings for the D7000.', 0.1 => { # CSa1 Name => 'AF-CPrioritySelection', Mask => 0x80, PrintConv => { 0x00 => 'Release', 0x80 => 'Focus', }, }, 0.2 => { # CSa2 Name => 'AF-SPrioritySelection', Mask => 0x20, PrintConv => { 0x00 => 'Focus', 0x20 => 'Release', }, }, 0.3 => { # CSa6 Name => 'NumberOfFocusPoints', Mask => 0x10, PrintConv => { 0x00 => '39 Points', 0x10 => '11 Points', }, }, 0.4 => { # CSa3 Name => 'FocusTrackingLockOn', Mask => 0x07, PrintConv => { 0x05 => '5 Long', 0x04 => '4', 0x03 => '3 Normal', 0x02 => '2', 0x01 => '1 Short', 0x00 => 'Off', }, }, 1.2 => { # CSa5 Name => 'FocusPointWrap', Mask => 0x08, PrintConv => { 0x00 => 'No Wrap', 0x08 => 'Wrap', }, }, 1.3 => { # CSa4 Name => 'AFPointIllumination', Mask => 0x06, PrintConv => { 0x00 => 'Auto', 0x02 => 'On', 0x04 => 'Off', }, }, 1.4 => { # CSa7 Name => 'AFAssist', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 2.1 => { # CSd14 Name => 'BatteryOrder', Mask => 0x40, PrintConv => { 0x00 => 'MB-D11 First', 0x40 => 'Camera Battery First', }, }, 2.2 => { # CSa10 Name => 'AF-OnForMB-D11', Mask => 0x1c, PrintConv => { 0x00 => 'AE/AF Lock', 0x04 => 'AE Lock Only', 0x08 => 'AF Lock Only', 0x0c => 'AE Lock (hold)', 0x10 => 'AF-ON', 0x14 => 'FV Lock', 0x18 => 'Same as FUNC Button', }, }, 2.3 => { # CSd13 Name => 'MB-D11BatteryType', Mask => 0x03, PrintConv => { 0x00 => 'LR6 (AA alkaline)', 0x01 => 'Ni-MH (AA Ni-MH)', 0x02 => 'FR6 (AA lithium)', }, }, 3.1 => { # CSd1-b Name => 'BeepPitch', Mask => 0xc0, PrintConv => { 0x00 => 'Off', 0x40 => 'Low', 0x80 => 'High', }, }, 3.2 => { # CSf8 Name => 'NoMemoryCard', Mask => 0x20, PrintConv => { 0x00 => 'Release Locked', 0x20 => 'Enable Release', }, }, 3.3 => { # CSd3 Name => 'ISODisplay', Mask => 0x0c, PrintConv => { 0x00 => 'Show ISO/Easy ISO', 0x04 => 'Show ISO Sensitivity', 0x0c => 'Show Frame Count', }, }, 3.4 => { # CSd2 Name => 'GridDisplay', Mask => 0x02, PrintConv => { 0x00 => 'On', 0x02 => 'Off' }, }, 3.5 => { # CSd4 Name => 'ViewfinderWarning', Mask => 0x01, PrintConv => { 0x00 => 'On', 0x01 => 'Off' }, }, 4.1 => { # CSd9 Name => 'ShootingInfoDisplay', Mask => 0xc0, PrintConv => { 0x00 => 'Auto', 0x80 => 'Manual (dark on light)', 0xc0 => 'Manual (light on dark)', }, }, 4.2 => { # CSd10 Name => 'LCDIllumination', Mask => 0x20, PrintConv => { 0x00 => 'Off', 0x20 => 'On' }, }, 4.3 => { # CSd8 Name => 'FileNumberSequence', Mask => 0x08, PrintConv => { 0x00 => 'On', 0x08 => 'Off' }, }, 4.4 => { # CSd5 Name => 'ScreenTips', Mask => 0x04, PrintConv => { 0x00 => 'Off', 0x04 => 'On' }, }, 4.5 => { # CSd1-a Name => 'BeepVolume', Mask => 0x03, PrintConv => { 0x00 => 'Off', 0x01 => '1', 0x02 => '2', 0x03 => '3', }, }, 5.1 => { # CSf9 Name => 'ReverseIndicators', Mask => 0x80, PrintConv => { 0x00 => '+ 0 -', 0x80 => '- 0 +', }, }, 5.2 => { # CSb3 Name => 'EasyExposureCompensation', Mask => 0x03, PrintConv => { 0x00 => 'Off', 0x01 => 'On', 0x02 => 'On Auto Reset', }, }, 6.1 => { # CSb2 Name => 'ExposureControlStep', Mask => 0x40, PrintConv => { 0x00 => '1/3 EV', 0x40 => '1/2 EV', }, }, 6.2 => { # CSb1 Name => 'ISOSensitivityStep', Mask => 0x10, PrintConv => { 0x00 => '1/3 EV', 0x10 => '1/2 EV', }, }, 7.1 => { # CSb4 Name => 'CenterWeightedAreaSize', Mask => 0xe0, PrintConv => { 0x00 => '6 mm', 0x20 => '8 mm', 0x40 => '10 mm', 0x60 => '13 mm', 0x80 => 'Average', }, }, 10.1 => { # CSd11 Name => 'ExposureDelayMode', Mask => 0x40, PrintConv => { 0x00 => 'Off', 0x40 => 'On', }, }, 10.2 => { # CSd6 Name => 'CLModeShootingSpeed', Mask => 0x07, PrintConv => '"$val fps"', PrintConvInv => '$val=~s/\s*fps//i; $val', }, 11 => { # CSd7 Name => 'MaxContinuousRelease', # values: 1-100 }, 12.1 => { # CSe5 Name => 'AutoBracketSet', Mask => 0xe0, #(NC) PrintConv => { 0x00 => 'AE & Flash', # default 0x20 => 'AE Only', 0x40 => 'Flash Only', #(NC) 0x60 => 'WB Bracketing', #(NC) 0x80 => 'Active D-Lighting', #(NC) }, }, 12.2 => { # CSe6 Name => 'AutoBracketOrder', Mask => 0x10, PrintConv => { 0x00 => '0,-,+', 0x10 => '-,0,+', }, }, 13.1 => { # CSf3 Name => 'FuncButton', Mask => 0xf8, PrintConv => { 0x00 => 'Grid Display', 0x08 => 'FV Lock', 0x10 => 'Flash Off', 0x18 => 'Matrix Metering', 0x20 => 'Center-weighted Metering', 0x28 => 'Spot Metering', 0x30 => 'My Menu Top', 0x38 => '+ NEF (RAW)', 0x40 => 'Active D-Lighting', 0x48 => 'Preview', 0x50 => 'AE/AF Lock', 0x58 => 'AE Lock Only', 0x60 => 'AF Lock Only', 0x68 => 'AE Lock (hold)', 0x70 => 'Bracketing Burst', 0x78 => 'Playback', 0x80 => '1EV Step Speed/Aperture', 0x88 => 'Choose Non-CPU Lens', 0x90 => 'Virtual Horizon', 0x98 => 'Start Movie Recording', }, }, 14.1 => { # CSf4 Name => 'PreviewButton', Mask => 0xf8, PrintConv => { 0x00 => 'Grid Display', 0x08 => 'FV Lock', 0x10 => 'Flash Off', 0x18 => 'Matrix Metering', 0x20 => 'Center-weighted Metering', 0x28 => 'Spot Metering', 0x30 => 'My Menu Top', 0x38 => '+ NEF (RAW)', 0x40 => 'Active D-Lighting', 0x48 => 'Preview', 0x50 => 'AE/AF Lock', 0x58 => 'AE Lock Only', 0x60 => 'AF Lock Only', 0x68 => 'AE Lock (hold)', 0x70 => 'Bracketing Burst', 0x78 => 'Playback', 0x80 => '1EV Step Speed/Aperture', 0x88 => 'Choose Non-CPU Lens', 0x90 => 'Virtual Horizon', 0x98 => 'Start Movie Recording', }, }, 16.1 => { # CSf5 Name => 'AELockButton', Mask => 0x38, PrintConv => { 0x00 => 'AE/AF Lock', 0x08 => 'AE Lock Only', 0x10 => 'AF Lock Only', 0x18 => 'AE Lock (hold)', 0x20 => 'AF-ON', 0x28 => 'FV Lock', }, }, 15.1 => { # CSf2 Name => 'OKButton', Mask => 0x18, PrintConv => { 0x08 => 'Select Center Focus Point', 0x10 => 'Highlight Active Focus Point', 0x18 => 'Not Used', #(NC) 0x00 => 'Off', #(NC) }, }, 17.1 => { # CSf6-a Name => 'CommandDialsReverseRotation', Mask => 0x80, PrintConv => { 0x00 => 'No', 0x80 => 'Yes' }, }, 17.2 => { # CSf6-b Name => 'CommandDialsChangeMainSub', Mask => 0x60, PrintConv => { 0x00 => 'Off', 0x20 => 'On', 0x40 => 'On (A mode only)', }, }, 17.3 => { # CSf6-c Name => 'CommandDialsApertureSetting', Mask => 0x04, PrintConv => { 0x00 => 'Sub-command Dial', 0x04 => 'Aperture Ring', }, }, 17.4 => { # CSf6-d Name => 'CommandDialsMenuAndPlayback', Mask => 0x18, PrintConv => { 0x00 => 'On', 0x10 => 'On (Image Review Exclude)', 0x08 => 'Off', }, }, 17.5 => { # CSc1 Name => 'ShutterReleaseButtonAE-L', Mask => 0x02, PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, }, 17.6 => { # CSf7 Name => 'ReleaseButtonToUseDial', Mask => 0x01, PrintConv => { 0x00 => 'No', 0x01 => 'Yes' }, }, 18.1 => { # CSc2 Name => 'MeteringTime', Mask => 0xf0, PrintConvColumns => 2, PrintConv => { 0x00 => '4 s', 0x10 => '6 s', # default 0x20 => '8 s', 0x30 => '16 s', 0x40 => '30 s', 0x50 => '1 min', 0x60 => '5 min', 0x70 => '10 min', 0x80 => '30 min', 0x90 => 'No Limit', }, }, 18.2 => { # CSc5 Name => 'RemoteOnDuration', Mask => 0x03, PrintConv => { 0x00 => '1 min', 0x01 => '5 min', 0x02 => '10 min', 0x03 => '15 min', }, }, 19.1 => { # CSc3-a Name => 'SelfTimerTime', Mask => 0xc0, PrintConv => { 0x00 => '2 s', 0x40 => '5 s', 0x80 => '10 s', # default 0xc0 => '20 s', }, }, 19.2 => { # CSc3-c Name => 'SelfTimerInterval', Mask => 0x30, PrintConv => { 0x00 => '0.5 s', 0x10 => '1 s', 0x20 => '2 s', # default 0x30 => '3 s', }, }, 19.3 => { # CSc3-b Name => 'SelfTimerShotCount', Mask => 0x0f, }, 20.1 => { # CSc4-d Name => 'ImageReviewTime', Mask => 0xe0, PrintConv => { # (NC) 0x00 => '4 s', 0x20 => '10 s', # default 0x40 => '20 s', 0x60 => '1 min', 0x80 => '5 min', 0xa0 => '10 min', }, }, 20.2 => { # CSc4-e Name => 'LiveViewMonitorOffTime', Mask => 0x1c, PrintConv => { # (NC) 0x00 => '4 s', 0x04 => '10 s', # default 0x08 => '20 s', 0x0c => '1 min', 0x10 => '5 min', 0x14 => '10 min', }, }, 21.1 => { # CSc4-b Name => 'MenuMonitorOffTime', Mask => 0xe0, PrintConv => { 0x00 => '4 s', 0x20 => '10 s', # default 0x40 => '20 s', 0x60 => '1 min', 0x80 => '5 min', 0xa0 => '10 min', }, }, 21.2 => { # CSc4-c Name => 'ShootingInfoMonitorOffTime', Mask => 0x1c, PrintConv => { # (NC) 0x00 => '4 s', 0x04 => '10 s', # default 0x08 => '20 s', 0x0c => '1 min', 0x10 => '5 min', 0x14 => '10 min', }, }, 22.1 => { # CSe1 Name => 'FlashSyncSpeed', Mask => 0xf0, PrintConv => { 0x00 => '1/320 s (auto FP)', 0x10 => '1/250 s (auto FP)', 0x20 => '1/250 s', 0x30 => '1/200 s', 0x40 => '1/160 s', 0x50 => '1/125 s', 0x60 => '1/100 s', 0x70 => '1/80 s', 0x80 => '1/60 s', }, }, 22.2 => { # CSe2 Name => 'FlashShutterSpeed', Mask => 0x0f, PrintConvColumns => 2, PrintConv => { 0x00 => '1/60 s', 0x01 => '1/30 s', 0x02 => '1/15 s', 0x03 => '1/8 s', 0x04 => '1/4 s', 0x05 => '1/2 s', 0x06 => '1 s', 0x07 => '2 s', 0x08 => '4 s', 0x09 => '8 s', 0x0a => '15 s', 0x0b => '30 s', }, }, 23.1 => { # CSe3 Name => 'FlashControlBuilt-in', Mask => 0xc0, RawConv => '$$self{FlashControlBuiltin} = $val & 0xc0', PrintConv => { 0x00 => 'TTL', 0x40 => 'Manual', 0x80 => 'Repeating Flash', 0xc0 => 'Commander Mode', }, }, 23.2 => { # CSe3-b Name => 'ManualFlashOutput', Condition => '$$self{FlashControlBuiltin} == 0x40', Mask => 0x1f, ValueConv => '2 ** (-$val/3)', ValueConvInv => '$val > 0 ? -3*log($val)/log(2) : 0', PrintConv => q{ return 'Full' if $val > 0.99; Image::ExifTool::Exif::PrintExposureTime($val); }, PrintConvInv => '$val=~/F/i ? 1 : Image::ExifTool::Exif::ConvertFraction($val)', }, 24.1 => { # CSe3-ca Name => 'RepeatingFlashOutput', Condition => '$$self{FlashControlBuiltin} == 0x80', Mask => 0x70, ValueConv => '2 ** (-($val>>4)-2)', ValueConvInv => '$val > 0 ? int(-log($val)/log(2)-2+0.5)<<4 : 0', PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)', PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', }, 24.2 => { # CSe3-cb Name => 'RepeatingFlashCount', Condition => '$$self{FlashControlBuiltin} == 0x80', Mask => 0x0f, ValueConv => '$val < 10 ? $val + 1 : 5 * ($val - 7)', ValueConvInv => '$val <= 10 ? $val - 1 : $val / 5 + 7', }, 25.1 => { # CSe3-cc (NC) Name => 'RepeatingFlashRate', Condition => '$$self{FlashControlBuiltin} == 0x80', Mask => 0xf0, ValueConv => 'my $v=($val>>4); $v < 10 ? $v + 1 : 10 * ($v - 8)', ValueConvInv => 'int(($val <= 10 ? $val - 1 : $val / 10 + 8) + 0.5) << 4', PrintConv => '"$val Hz"', PrintConvInv => '$val=~/(\d+)/; $1 || 0', }, 26.1 => { # CSe3-da Name => 'CommanderInternalTTLCompBuiltin', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 27.1 => { # CSe3-db Name => 'CommanderInternalTTLCompGroupA', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 28.1 => { # CSe3-dc Name => 'CommanderInternalTTLCompGroupB', Condition => '$$self{FlashControlBuiltin} == 0xc0', Mask => 0x1f, ValueConv => '($val - 9) / 3', ValueConvInv => '$val * 3 + 9', PrintConv => '$val ? sprintf("%+.1f",$val) : 0', PrintConvInv => '$val', }, 30.1 => { # CSd11 Name => 'FlashWarning', Mask => 0x80, PrintConv => { 0x00 => 'On', 0x80 => 'Off', }, }, 30.2 => { # CSe4 Name => 'ModelingFlash', Mask => 0x20, PrintConv => { 0x00 => 'On', 0x20 => 'Off' }, }, 34.1 => { # CSa8-b Name => 'LiveViewAFAreaMode', Mask => 0x60, PrintConv => { 0x00 => 'Face-Priority', 0x20 => 'NormalArea', 0x40 => 'WideArea', 0x60 => 'SubjectTracking', }, }, 34.2 => { # CSa8-a Name => 'LiveViewAFMode', Mask => 0x02, PrintConv => { 0x00 => 'AF-C', 0x02 => 'AF-F', }, }, 35.1 => { # CSc4-a Name => 'PlaybackMonitorOffTime', Mask => 0xe0, PrintConv => { 0x00 => '4 s', 0x20 => '10 s', # default 0x40 => '20 s', 0x60 => '1 min', 0x80 => '5 min', 0xa0 => '10 min', }, }, ); 1; # end __END__ =head1 NAME Image::ExifTool::NikonCustom - Read and Write Nikon custom settings =head1 SYNOPSIS This module is loaded automatically by Image::ExifTool when required. =head1 DESCRIPTION The Nikon custom functions are very specific to the camera model (and sometimes even change with firmware version). The information is stored as unformatted binary data in the ShotInfo record of the Nikon MakerNotes. This module contains the definitions necessary for Image::ExifTool to decode this information. =head1 AUTHOR Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 ACKNOWLEDGEMENTS Thanks to Jens Duttke and Warren Hatch for their help decoding the D300 and D3 custom settings. And thanks to the customer service personnel at Best Buy for not bugging me while I play with their cameras. =head1 SEE ALSO L, L =cut