Unfortunately, the NikonCustom settings are stored in a binary data block which changes from model to model. This means that significant effort must be spent in decoding these for each model, usually requiring hundreds of test images from a dedicated Nikon owner. For this reason, the NikonCustom settings have not been decoded for all models. The tables below list the custom settings for the currently supported models.
Custom settings for the Nikon D40.
Index1 Tag Name Writable Values / Notes 0.1 Beep int8u [val >> 7 & 0x1]
0 = On
1 = Off0.2 AFAssist int8u [val >> 6 & 0x1]
0 = On
1 = Off0.3 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release0.4 ImageReview int8u [val >> 4 & 0x1]
0 = On
1 = Off1.1 AutoISO int8u [val >> 7 & 0x1]
0 = Off
1 = On1.2 AutoISOMax int8u [val >> 4 & 0x3]
1 = 400
2 = 800
3 = 16001.3 AutoISOMinShutterSpeed int8u [val & 0x7]
0 = 1/125 s
1 = 1/60 s
2 = 1/30 s
3 = 1/15 s4 = 1/8 s
5 = 1/4 s
6 = 1/2 s
7 = 1 s2.1 ImageReviewTime int8u [val & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 10 min3.1 MonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 10 min3.2 MeteringTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 30 min3.3 SelfTimerTime int8u [val & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s3.4 RemoteOnDuration int8u [val >> 6 & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 15 min4.1 AELockButton int8u [val >> 1 & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only
3 = AE Lock (hold)
4 = AF-ON4.2 AELock int8u [val & 0x1]
0 = Off
1 = On5.1 ShootingModeSetting int8u [val >> 4 & 0x7]
0 = Single Frame
1 = Continuous
2 = Self-timer
3 = Delayed Remote
4 = Quick-response Remote5.2 TimerFunctionButton int8u [val & 0x7]
0 = Shooting Mode
1 = Image Quality/Size
2 = ISO
3 = White Balance
4 = Self-timer6.1 Metering int8u [val & 0x3]
0 = Matrix
1 = Center-weighted
2 = Spot8.1 InternalFlash int8u [val >> 4 & 0x1]
0 = TTL
1 = Manual8.2 ManualFlashOutput int8u [val & 0x7] 9 FlashLevel int8s 10.1 FocusModeSetting int8u [val >> 6 & 0x3]
0 = Manual
1 = AF-S
2 = AF-C
3 = AF-A11.1 AFAreaModeSetting int8u [val >> 4 & 0x3]
0 = Single Area
1 = Dynamic Area
2 = Closest Subject
Custom settings for the Nikon D80.
Index1 Tag Name Writable Values / Notes 0.1 Beep int8u [val >> 7 & 0x1]
0 = On
1 = Off0.2 AFAssist int8u [val >> 6 & 0x1]
0 = On
1 = Off0.3 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release0.4 ImageReview int8u [val >> 4 & 0x1]
0 = On
1 = Off0.5 Illumination int8u [val >> 3 & 0x1]
0 = Off
1 = On0.6 MainDialExposureComp int8u [val >> 2 & 0x1]
0 = Off
1 = On0.7 EVStepSize int8u [val & 0x1]
0 = 1/3 EV
1 = 1/2 EV1.1 AutoISO int8u [val >> 6 & 0x1]
0 = Off
1 = On1.2 AutoISOMax int8u [val >> 4 & 0x3]
0 = 200
1 = 400
2 = 800
3 = 16001.3 AutoISOMinShutterSpeed int8u [val & 0xf]
0 = 1/125 s
1 = 1/100 s
2 = 1/80 s
3 = 1/60 s
4 = 1/40 s
5 = 1/30 s6 = 1/15 s
7 = 1/8 s
8 = 1/4 s
9 = 1/2 s
10 = 1 s2.1 AutoBracketSet int8u [val >> 6 & 0x3]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing2.2 AutoBracketOrder int8u [val >> 5 & 0x1]
0 = 0,-,+
1 = -,0,+3.1 MonitorOffTime int8u [val >> 5 & 0x7]
0 = 5 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min3.2 MeteringTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 6 s
2 = 8 s3 = 16 s
4 = 30 s
5 = 30 min3.3 SelfTimerTime int8u [val & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s4.1 AELockButton int8u [val >> 1 & 0xf]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only
3 = AE Lock (hold)
4 = AF-ON
5 = FV Lock
6 = Focus Area Selection
7 = AE-L/AF-L/AF Area
8 = AE-L/AF Area
9 = AF-L/AF Area
10 = AF-ON/AF Area4.2 AELock int8u [val & 0x1]
0 = Off
1 = On4.3 RemoteOnDuration int8u [val >> 6 & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 15 min5.1 CommandDials int8u [val >> 7 & 0x1]
0 = Standard (Main Shutter, Sub Aperture)
1 = Reversed (Main Aperture, Sub Shutter)5.2 FunctionButton int8u [val >> 3 & 0xf]
0 = ISO Display
1 = Framing Grid
2 = AF-area Mode
3 = Center AF Area
4 = FV Lock5 = Flash Off
6 = Matrix Metering
7 = Center-weighted
8 = Spot Metering6.1 GridDisplay int8u [val >> 7 & 0x1]
0 = Off
1 = On6.2 ViewfinderWarning int8u [val >> 6 & 0x1]
0 = On
1 = Off6.3 CenterWeightedAreaSize int8u [val >> 2 & 0x3]
0 = 6 mm
1 = 8 mm
2 = 10 mm6.4 ExposureDelayMode int8u [val >> 5 & 0x1]
0 = Off
1 = On6.5 MB-D80Batteries int8u [val & 0x3]
0 = LR6 (AA Alkaline)
1 = HR6 (AA Ni-MH)
2 = FR6 (AA Lithium)
3 = ZR6 (AA Ni-Mg)7.1 FlashWarning int8u [val >> 7 & 0x1]
0 = On
1 = Off7.2 FlashShutterSpeed int8u [val >> 3 & 0xf] 7.3 AutoFP int8u [val >> 2 & 0x1]
0 = Off
1 = On7.4 ModelingFlash int8u [val >> 1 & 0x1]
0 = Off
1 = On8.1 InternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode8.2 ManualFlashOutput int8u [val & 0x7] 9.1 RepeatingFlashOutput int8u [val >> 4 & 0x7] 9.2 RepeatingFlashCount int8u [val & 0xf] 10.1 RepeatingFlashRate int8u [val >> 4 & 0xf] 10.2 CommanderChannel int8u [val & 0x3] 11.1 CommanderInternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Off11.2 CommanderGroupAMode int8u [val >> 4 & 0x3]
0 = TTL
1 = Auto Aperture
2 = Manual
3 = Off11.3 CommanderGroupBMode int8u [val >> 2 & 0x3]
0 = TTL
1 = Auto Aperture
2 = Manual
3 = Off12.1 CommanderInternalTTLComp int8u [val & 0x1f] 12.2 CommanderInternalManualOutput int8u [val >> 5 & 0x7] 13.1 CommanderGroupA_TTL-AAComp int8u [val & 0x1f] 13.2 CommanderGroupAManualOutput int8u [val >> 5 & 0x7] 14.1 CommanderGroupB_TTL-AAComp int8u [val & 0x1f] 14.2 CommanderGroupBManualOutput int8u [val >> 5 & 0x7] 15.1 CenterAFArea int8u [val >> 7 & 0x1]
0 = Normal Zone
1 = Wide Zone15.2 FocusAreaSelection int8u [val >> 2 & 0x1]
0 = No Wrap
1 = Wrap15.3 AFAreaIllumination int8u [val & 0x3]
0 = Auto
1 = Off
2 = On16.1 AFAreaModeSetting int8u [val >> 6 & 0x3]
0 = Single Area
1 = Dynamic Area
2 = Auto-area
Custom settings for the D90.
Index1 Tag Name Writable Values / Notes 0.1 LightSwitch int8u [val >> 3 & 0x1]
0 = LCD Backlight
1 = LCD Backlight and Shooting Information2.1 AFAreaModeSetting int8u [val >> 5 & 0x3]
0 = Single Area
1 = Dynamic Area
2 = Auto-area
3 = 3D-tracking (11 points)2.2 CenterFocusPoint int8u [val >> 4 & 0x1]
0 = Normal Zone
1 = Wide Zone2.3 AFAssist int8u [val & 0x1]
0 = On
1 = Off2.4 AFPointIllumination int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off2.5 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap3.1 AELockForMB-D80 int8u [val >> 2 & 0x7]
0 = AE Lock Only
1 = AF Lock Only
2 = AE Lock (hold)
3 = AF-On
4 = FV Lock
5 = Focus Point Selection
7 = AE/AF Lock3.2 MB-D80BatteryType int8u [val & 0x3]
0 = LR6 (AA alkaline)
1 = HR6 (AA Ni-MH)
2 = FR6 (AA lithium)
3 = ZR6 (AA Ni-Mn)4.1 Beep int8u [val >> 6 & 0x1]
0 = Off
1 = On4.2 GridDisplay int8u [val >> 1 & 0x1]
0 = Off
1 = On4.3 ISODisplay int8u [val >> 2 & 0x3]
0 = Show ISO/Easy ISO
1 = Show ISO Sensitivity
3 = Show Frame Count4.4 ViewfinderWarning int8u [val & 0x1]
0 = On
1 = Off4.5 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release5.1 ScreenTips int8u [val >> 2 & 0x1]
0 = Off
1 = On5.2 FileNumberSequence int8u [val >> 3 & 0x1]
0 = On
1 = Off5.3 ShootingInfoDisplay int8u [val >> 6 & 0x3]
0 = Auto
2 = Manual (dark on light)
3 = Manual (light on dark)5.4 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On6.1 EasyExposureComp int8u [val & 0x1]
0 = Off
1 = On6.2 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +7.1 ExposureControlStepSize int8u [val >> 6 & 0x1]
0 = 1/3 EV
1 = 1/2 EV8.1 CenterWeightedAreaSize int8u [val >> 5 & 0x3]
0 = 6 mm
1 = 8 mm
2 = 10 mm8.2 FineTuneOptMatrixMetering int8u [val & 0xf] 9.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 9.2 FineTuneOptSpotMetering int8u [val & 0xf] 11.1 CLModeShootingSpeed int8u [val & 0x7] 11.2 ExposureDelayMode int8u [val >> 6 & 0x1]
0 = Off
1 = On13.1 AutoBracketSet int8u [val >> 5 & 0x7]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
4 = Active D-Lighting13.2 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+14.1 FuncButton int8u [val >> 3 & 0xf]
1 = Framing Grid
2 = AF-area Mode
3 = Center Focus Point
4 = FV Lock
5 = Flash Off
6 = Matrix Metering
7 = Center-weighted Metering
8 = Spot Metering
9 = My Menu Top
10 = + NEF (RAW)16.1 OKButton int8u [val >> 3 & 0x3]
0 = Not Used
1 = Select Center Focus Point
2 = Highlight Active Focus Point
3 = Not Used17.1 AELockButton int8u [val >> 3 & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only3 = AE Lock (hold)
4 = AF-ON
5 = FV Lock18.1 CommandDialsReverseRotation int8u [val >> 7 & 0x1]
0 = No
1 = Yes18.2 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On19.1 MeteringTime int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
2 = 8 s
3 = 16 s
4 = 30 s5 = 1 min
6 = 5 min
7 = 10 min
8 = 30 min19.2 RemoteOnDuration int8u [val & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 15 min20.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s20.2 SelfTimerShotCount int8u [val >> 1 & 0xf] 21.1 PlaybackMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min21.2 ImageReviewTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min22.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min22.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min23.1 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s24.1 InternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode24.2 ManualFlashOutput int8u [val & 0x1f] 25.1 RepeatingFlashOutput int8u [val >> 4 & 0x7] 25.2 RepeatingFlashCount int8u [val & 0xf] 26.1 RepeatingFlashRate int8u [val >> 4 & 0xf] 31.1 FlashWarning int8u [val >> 7 & 0x1]
0 = On
1 = Off31.2 CommanderInternalTTLComp int8u [val & 0x1f] 31.3 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off31.4 AutoFP int8u [val >> 6 & 0x1]
0 = Off
1 = On32.1 CommanderGroupA_TTLComp int8u [val & 0x1f] 33.1 CommanderGroupB_TTLComp int8u [val & 0x1f] 34.1 LiveViewAF int8u [val >> 6 & 0x3]
0 = Face Priority
1 = Wide Area
2 = Normal Area
Custom settings for the D3, D3S, D3X, D300 and D300S.
Index1 Tag Name Writable Values / Notes 0.1 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D0.2 CustomSettingsAllDefault int8u ("No" if any custom setting for this bank was changed from the default)
[val >> 7 & 0x1]
0 = Yes
1 = No1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 AFPointSelection int8u [val >> 4 & 0x1]
0 = 51 Points
1 = 11 Points1.4 DynamicAFArea int8u [val >> 2 & 0x3]
0 = 9 Points
1 = 21 Points
2 = 51 Points
3 = 51 Points (3D-tracking)1.5 FocusTrackingLockOn int8u (not D3S)
[val & 0x3]
0 = Long
1 = Normal
2 = Short
3 = Off2.1 AFActivation int8u [val >> 7 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only2.2 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap2.3 AFPointIllumination int8u (D3)
[val >> 5 & 0x3]
0 = On in Continuous Shooting and Manual Focusing
1 = On During Manual Focusing
2 = On in Continuous Shooting Modes
3 = Off
(D300)
[val >> 1 & 0x3]
0 = Auto
1 = Off
2 = On2.4 AFPointBrightness int8u (D3 only)
[val >> 1 & 0x3]
0 = Low
1 = Normal
2 = High
3 = Extra High2.5 AFAssist int8u (D300 only)
[val & 0x1]
0 = On
1 = Off3.1 AFOnButton int8u (D3 only)
[val & 0x7]
0 = AF On
1 = AE/AF Lock
2 = AE Lock Only
3 = AE Lock (reset on release)
4 = AE Lock (hold)
5 = AF Lock Only3.2 VerticalAFOnButton int8u (D3 only)
[val >> 4 & 0x7]
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
7 = Same as AF On3.3 AF-OnForMB-D10 int8u (D300 only)
[val >> 4 & 0x7]
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
6 = Same as FUNC Button4.1 FocusTrackingLockOn int8u (D3S only)
[val & 0x7]
0 = 5 (Long)
1 = 4
2 = 3 (Normal)3 = 2
4 = 1 (Short)
5 = Off4.2 AssignBktButton int8u (D3S only)
[val >> 3 & 0x1]
0 = Auto Bracketing
1 = Multiple Exposure4.3 MultiSelectorLiveView int8u (D3S only)
[val >> 6 & 0x3]
0 = Reset
1 = Zoom On/Off
2 = Start Movie Recording
3 = Not Used4.4 InitialZoomLiveView int8u (D3S only)
[val >> 4 & 0x3]
0 = Low Magnification
1 = Medium Magnification
2 = High Magnification6.1 ISOStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV6.2 ExposureControlStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV6.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV6.4 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (auto reset)7.1 CenterWeightedAreaSize int8u (D3)
[val >> 5 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average
(D300)
[val >> 5 & 0x7]
0 = 6 mm
1 = 8 mm
2 = 10 mm
3 = 13 mm
4 = Average7.2 FineTuneOptCenterWeighted int8u [val & 0xf] 8.1 FineTuneOptMatrixMetering int8u [val >> 4 & 0xf] 8.2 FineTuneOptSpotMetering int8u [val & 0xf] 9.1 MultiSelectorShootMode int8u [val >> 6 & 0x3]
0 = Select Center Focus Point
1 = Highlight Active Focus Point
2 = Not Used9.2 MultiSelectorPlaybackMode int8u (all models except D3S)
[val >> 4 & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off
3 = Choose Folder9.3 InitialZoomSetting int8u (D3)
[val >> 2 & 0x3]
0 = High Magnification
1 = Medium Magnification
2 = Low Magnification
(D300)
[val >> 2 & 0x3]
0 = Low Magnification
1 = Medium Magnification
2 = High Magnification9.4 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay10.1 ExposureDelayMode int8u [val >> 6 & 0x1]
0 = Off
1 = On10.2 CLModeShootingSpeed int8u [val & 0x7] 10.3 CHModeShootingSpeed int8u (D3 only)
[val >> 4 & 0x3]
0 = 9 fps
1 = 10 fps
2 = 11 fps11 MaxContinuousRelease int8u 12.1 ReverseIndicators int8u [val >> 5 & 0x1]
0 = + 0 -
1 = - 0 +12.2 FileNumberSequence int8u (D3)
[val >> 1 & 0x1]
0 = On
1 = Off
(D300)
[val >> 3 & 0x1]
0 = On
1 = Off12.3 RearDisplay int8u (D3 only)
[val >> 7 & 0x1]
0 = ISO
1 = Exposures Remaining12.4 ViewfinderDisplay int8u (D3 only)
[val >> 6 & 0x1]
0 = Frame Count
1 = Exposures Remaining12.5 BatteryOrder int8u (D300 only)
[val >> 2 & 0x1]
0 = MB-D10 First
1 = Camera Battery First12.6 MB-D10Batteries int8u (D300 only)
[val & 0x3]
0 = LR6 (AA alkaline)
1 = HR6 (AA Ni-MH)
2 = FR6 (AA lithium)
3 = ZR6 (AA Ni-Mn)12.7 ScreenTips int8u [val >> 4 & 0x1]
0 = On
1 = Off13.1 Beep int8u [val >> 6 & 0x3]
0 = High
1 = Low
2 = Off13.2 ShootingInfoDisplay int8u [val >> 4 & 0x3]
0 = Auto
1 = Auto
2 = Manual (dark on light)
3 = Manual (light on dark)13.3 GridDisplay int8u (D300 only)
[val >> 1 & 0x1]
0 = Off
1 = On13.4 ViewfinderWarning int8u (D300 only)
[val & 0x1]
0 = On
1 = Off13.5 MultiSelectorPlaybackMode int8u (D3S only)
[val & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off14.1 PreviewButton
FuncButtonint8u
int8u(D3)
[val >> 3 & 0x1f](D300)
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = Flash Off
9 = Bracketing Burst
10 = Matrix Metering
11 = Center-weighted Metering
12 = Spot Metering
13 = Virtual Horizon
15 = Playback
16 = My Menu Top
[val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
9 = Flash Off
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top
16 = + NEF (RAW)14.2 PreviewButtonPlusDials
FuncButtonPlusDialsint8u
int8u(D3)
[val & 0x7](D300)
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = One Step Speed/Aperture
3 = Choose Non-CPU Lens Number
5 = Choose Image Area (FX/DX)
6 = Shooting Bank Menu
7 = Dynamic AF Area
[val & 0x7]
0 = None
2 = One Step Speed/Aperture
3 = Choose Non-CPU Lens Number
5 = Auto Bracketing
6 = Dynamic AF Area15.1 FuncButton
PreviewButtonint8u
int8u(D3)
[val >> 3 & 0x1f](D300)
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = Flash Off
9 = Bracketing Burst
10 = Matrix Metering
11 = Center-weighted Metering
12 = Spot Metering
13 = Virtual Horizon
15 = Playback
16 = My Menu Top
[val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
9 = Flash Off
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top
16 = + NEF (RAW)15.2 FuncButtonPlusDials
PreviewButtonPlusDialsint8u
int8u(D3)
[val & 0x7](D300)
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
5 = Choose Image Area (FX/DX)
6 = Shooting Bank Menu
7 = Dynamic AF Area
[val & 0x7]
0 = None
2 = One Step Speed/Aperture
3 = Choose Non-CPU Lens Number
5 = Auto Bracketing
6 = Dynamic AF Area16.1 AELockButton int8u (D3)
[val >> 3 & 0x1f](D300)
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = Flash Off
9 = Bracketing Burst
10 = Matrix Metering
11 = Center-weighted Metering
12 = Spot Metering
13 = Virtual Horizon
14 = AF On
15 = Playback
16 = My Menu Top
[val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF On
9 = Flash Off
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top
16 = + NEF (RAW)16.2 AELockButtonPlusDials int8u (D3)
[val & 0x7](D300)
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = One Step Speed/Aperture
3 = Choose Non-CPU Lens Number
5 = Choose Image Area (FX/DX)
6 = Shooting Bank Menu
7 = Dynamic AF Area
[val & 0x7]
0 = None
3 = Choose Non-CPU Lens Number
5 = Auto Bracketing
6 = Dynamic AF Area17.1 CommandDialsReverseRotation int8u [val >> 7 & 0x1]
0 = No
1 = Yes17.2 CommandDialsChangeMainSub int8u [val >> 6 & 0x1]
0 = Off
1 = On17.3 CommandDialsApertureSetting int8u [val >> 5 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring17.4 CommandDialsMenuAndPlayback int8u [val >> 4 & 0x1]
0 = Off
1 = On17.5 LCDIllumination int8u [val >> 3 & 0x1]
0 = Off
1 = On17.6 PhotoInfoPlayback int8u [val >> 2 & 0x1]
0 = Info Up-down, Playback Left-right
1 = Info Left-right, Playback Up-down17.7 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On17.8 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes18.1 SelfTimerTime int8u [val >> 3 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s18.2 MonitorOffTime int8u [val & 0x7]
0 = 10 s
1 = 20 s
2 = 1 min
3 = 5 min
4 = 10 min20.1 FlashSyncSpeed int8u (D3)
[val >> 5 & 0x7](D300)
0 = 1/250 s (auto FP)
1 = 1/250 s
2 = 1/200 s
3 = 1/160 s4 = 1/125 s
5 = 1/100 s
6 = 1/80 s
7 = 1/60 s
[val >> 4 & 0xf]
0 = 1/320 s (auto FP)
1 = 1/250 s (auto FP)
2 = 1/250 s
3 = 1/200 s
4 = 1/160 s5 = 1/125 s
6 = 1/100 s
7 = 1/80 s
8 = 1/60 s20.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s21.1 AutoBracketSet int8u (D3 and D300)
[val >> 6 & 0x3]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
(D3S and D300S)
[val >> 5 & 0x7]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
4 = ADL Bracketing21.2 AutoBracketModeM int8u (D3 and D300)
[val >> 4 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only
(D3S and D300S)
[val >> 3 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only21.3 AutoBracketOrder int8u (D3 and D300)
[val >> 3 & 0x1]
0 = 0,-,+
1 = -,0,+
(D3S and D300S)
[val >> 2 & 0x1]
0 = 0,-,+
1 = -,0,+21.4 ModelingFlash int8u [val & 0x1]
0 = On
1 = Off22.1 NoMemoryCard int8u [val >> 7 & 0x1]
0 = Release Locked
1 = Enable Release22.2 MeteringTime int8u [val & 0xf]
0 = 4 s
1 = 6 s
2 = 8 s
3 = 16 s
4 = 30 s5 = 1 min
6 = 5 min
7 = 10 min
8 = 30 min
9 = No Limit23.1 InternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode25.1 ImageReviewTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min25.2 PlaybackMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min26.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min26.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min
Custom settings for the D700.
Index1 Tag Name Writable Values / Notes 0.1 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D0.2 CustomSettingsAllDefault int8u ("No" if any custom setting for this bank was changed from the default)
[val >> 7 & 0x1]
0 = Yes
1 = No1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 AFPointSelection int8u [val >> 4 & 0x1]
0 = 51 Points
1 = 11 Points1.4 DynamicAFArea int8u [val >> 2 & 0x3]
0 = 9 Points
1 = 21 Points
2 = 51 Points
3 = 51 Points (3D-tracking)2.1 AFActivation int8u [val >> 7 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only2.2 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap2.3 AFPointIllumination int8u [val >> 1 & 0x3]
0 = Auto
1 = Off
2 = On2.4 AFAssist int8u [val & 0x1]
0 = On
1 = Off3.1 FocusTrackingLockOn int8u [val & 0x7]
0 = 3 Normal
1 = 4
2 = 5 Long3 = 2
4 = 1 Short
5 = Off3.2 AF-OnForMB-D10 int8u [val >> 4 & 0x7]
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
6 = Same as FUNC Button4.1 ISOStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV4.2 ExposureControlStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV4.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV4.4 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (auto reset)5.1 CenterWeightedAreaSize int8u [val >> 4 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average6.1 FineTuneOptMatrixMetering int8u [val >> 4 & 0xf] 6.2 FineTuneOptSpotMetering int8u [val & 0xf] 7.1 ShutterReleaseButtonAE-L int8u [val >> 7 & 0x1]
0 = Off
1 = On7.2 SelfTimerTime int8u [val >> 4 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s7.3 MeteringTime int8u [val & 0xf]
0 = 4 s
1 = 6 s
2 = 8 s
3 = 16 s
4 = 30 s5 = 1 min
6 = 5 min
7 = 10 min
8 = 30 min
9 = No Limit8.1 PlaybackMonitorOffTime int8u [val >> 3 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min8.2 MenuMonitorOffTime int8u [val & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min9.1 ShootingInfoMonitorOffTime int8u [val >> 3 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min9.2 ImageReviewTime int8u [val & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min10.1 Beep int8u [val >> 6 & 0x3]
0 = High
1 = Low
2 = Off10.2 ShootingInfoDisplay int8u [val >> 4 & 0x3]
0 = Auto
1 = Auto
2 = Manual (dark on light)
3 = Manual (light on dark)10.3 LCDIllumination int8u [val >> 3 & 0x1]
0 = Off
1 = On10.4 ExposureDelayMode int8u [val >> 2 & 0x1]
0 = Off
1 = On10.5 GridDisplay int8u [val >> 1 & 0x1]
0 = Off
1 = On11.1 FileNumberSequence int8u [val >> 6 & 0x1]
0 = On
1 = Off11.2 CLModeShootingSpeed int8u [val & 0x7] 12 MaxContinuousRelease int8u 13.1 ScreenTips int8u [val >> 3 & 0x1]
0 = On
1 = Off13.2 BatteryOrder int8u [val >> 2 & 0x1]
0 = MB-D10 First
1 = Camera Battery First13.3 MB-D10BatteryType int8u [val & 0x3]
0 = LR6 (AA alkaline)
1 = HR6 (AA Ni-MH)
2 = FR6 (AA lithium)
3 = ZR6 (AA Ni-Mn)15.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
0 = 1/320 s (auto FP)
1 = 1/250 s (auto FP)
2 = 1/250 s
3 = 1/200 s
4 = 1/160 s5 = 1/125 s
6 = 1/100 s
7 = 1/80 s
8 = 1/60 s15.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s16.1 FlashControlBuilt-in int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode16.2 ManualFlashOutput int8u [val & 0x1f] 17.1 RepeatingFlashOutput int8u [val >> 4 & 0x7] 17.2 RepeatingFlashCount int8u [val & 0xf] 18.1 RepeatingFlashRate int8u [val >> 4 & 0xf] 18.2 CommanderInternalTTLChannel int8u [val & 0x3]
0 = 1 ch
1 = 2 ch
2 = 3 ch
3 = 4 ch20.1 CommanderInternalTTLCompBuiltin int8u [val & 0x1f] 21.1 CommanderInternalTTLCompGroupA int8u [val & 0x1f] 22.1 CommanderInternalTTLCompGroupB int8u [val & 0x1f] 26.1 AutoBracketSet int8u [val >> 6 & 0x3]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing26.2 AutoBracketModeM int8u [val >> 4 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only26.3 AutoBracketOrder int8u [val >> 3 & 0x1]
0 = 0,-,+
1 = -,0,+26.4 ModelingFlash int8u [val & 0x1]
0 = On
1 = Off27.1 MultiSelectorShootMode int8u [val >> 6 & 0x3]
0 = Select Center Focus Point
1 = Highlight Active Focus Point
2 = Not Used27.2 MultiSelectorPlaybackMode int8u [val >> 4 & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off
3 = Choose Folder27.3 InitialZoomSetting int8u [val >> 2 & 0x3]
0 = Low Magnification
1 = Medium Magnification
2 = High Magnification27.4 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay28.1 FuncButton int8u [val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
9 = Flash Off
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = My Menu Top
15 = Live View
16 = + NEF (RAW)
17 = Virtual Horizon29.1 PreviewButton int8u [val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-ON
9 = Flash Off
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = My Menu Top
15 = Live View
16 = + NEF (RAW)
17 = Virtual Horizon30.1 AELockButton int8u (D300)
[val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-ON
9 = Flash Off
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = My Menu Top
15 = Live View
16 = + NEF (RAW)
17 = Virtual Horizon31.1 FuncButtonPlusDials int8u [val >> 4 & 0x7]
0 = None
1 = Choose Image Area
2 = One Step Speed/Aperture
3 = Choose Non-CPU Lens Number
5 = Auto bracketing
6 = Dynamic AF Area
7 = Shutter speed & Aperture lock31.2 PreviewButtonPlusDials int8u [val & 0x7]
0 = None
1 = Choose Image Area
2 = One Step Speed/Aperture
3 = Choose Non-CPU Lens Number
5 = Auto bracketing
6 = Dynamic AF Area
7 = Shutter speed & Aperture lock32.1 AELockButtonPlusDials int8u [val >> 4 & 0x7] 33.1 CommandDialsReverseRotation int8u [val >> 7 & 0x1]
0 = No
1 = Yes33.2 CommandDialsChangeMainSub int8u [val >> 6 & 0x1]
0 = Off
1 = On33.3 CommandDialsApertureSetting int8u [val >> 5 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring33.4 CommandDialsMenuAndPlayback int8u [val >> 4 & 0x1]
0 = Off
1 = On33.5 ReverseIndicators int8u [val >> 3 & 0x1]
0 = + 0 -
1 = - 0 +33.6 PhotoInfoPlayback int8u [val >> 2 & 0x1]
0 = Off
1 = On33.7 NoMemoryCard int8u [val >> 1 & 0x1]
0 = Release Locked
1 = Enable Release33.8 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes
Custom settings for the D800 and D800E.
Index1 Tag Name Writable Values / Notes 12.1 AutoBracketingSet int8u [val >> 5 & 0x7]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
4 = Active D-Lighting12.2 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+12.3 AutoBracketingMode int8u [val >> 2 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only22.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
0 = 1/320 s (auto FP)
1 = 1/250 s (auto FP)
2 = 1/250 s
3 = 1/200 s
4 = 1/160 s5 = 1/125 s
6 = 1/100 s
7 = 1/80 s
8 = 1/60 s22.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s23.1 FlashControlBuilt-in int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode23.2 ManualFlashOutput int8u [val & 0x1f] 24.1 RepeatingFlashOutput int8u [val >> 4 & 0x7] 24.2 RepeatingFlashCount int8u [val & 0xf] 25.1 RepeatingFlashRate int8u [val >> 4 & 0xf] 25.2 CommanderChannel int8u [val & 0x3] 27.1 CommanderInternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Off27.2 CommanderInternalManualOutput int8u [val & 0x1f] 28.1 CommanderGroupAMode int8u [val >> 6 & 0x3]
0 = TTL
1 = Auto Aperture
2 = Manual
3 = Off28.2 CommanderGroupAManualOutput int8u [val & 0x1f] 29.1 CommanderGroupBMode int8u [val >> 6 & 0x3]
0 = TTL
1 = Auto Aperture
2 = Manual
3 = Off29.2 CommanderGroupBManualOutput int8u [val & 0x1f] 30.1 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off30.2 CommanderInternalTTLComp int8u [val & 0x1f] 31.1 CommanderGroupA_TTL-AAComp int8u [val & 0x1f] 32.1 CommanderGroupB_TTL-AAComp int8u [val & 0x1f]
Custom settings for the D810.
Index1 Tag Name Writable Values / Notes 0.1 LightSwitch int8u [val >> 3 & 0x1]
0 = LCD Backlight
1 = LCD Backlight and Shooting Information0.2 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 AFPointSelection int8u [val >> 4 & 0x1]
0 = 51 Points
1 = 11 Points1.4 FocusTrackingLockOn int8u [val & 0x7]
0 = Off
1 = 1 (Short)
2 = 23 = 3 (Normal)
4 = 4
5 = 5 (Long)2.1 AFActivation int8u [val >> 7 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only2.2 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap2.3 AFPointBrightness int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off2.4 AFAssist int8u [val & 0x1]
0 = On
1 = Off3.1 BatteryOrder int8u [val >> 6 & 0x1]
0 = MB-D12 First
1 = Camera Battery First3.2 MB-D12BatteryType int8u [val & 0x3]
0 = LR6 (AA alkaline)
1 = HR6 (AA Ni-MH)
2 = FR6 (AA lithium)4.1 Pitch int8u [val >> 6 & 0x1]
0 = High
1 = Low4.2 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release4.3 ISODisplay int8u [val >> 2 & 0x3]
0 = Show ISO/Easy ISO
1 = Show ISO Sensitivity
3 = Show Frame Count4.4 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off5.1 ShootingInfoDisplay int8u [val >> 6 & 0x3]
0 = Not Set
1 = Auto
2 = Manual (dark on light)
3 = Manual (light on dark)5.2 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On5.3 ElectronicFront-CurtainShutter int8u [val >> 3 & 0x1]
0 = Off
1 = On5.4 ScreenTips int8u [val >> 2 & 0x1]
0 = Off
1 = On5.5 Beep int8u [val & 0x3]
0 = Off
1 = Low
2 = Medium
3 = High6.1 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.2 CommandDialsReverseRotation int8u [val >> 3 & 0x3]
0 = No
1 = Shutter Speed & Aperture
2 = Exposure Compensation
3 = Exposure Compensation, Shutter Speed & Aperture6.3 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (auto reset)7.1 ExposureControlStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.2 ISOStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV8.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average8.2 FineTuneOptMatrixMetering int8u [val & 0xf] 9.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 9.2 FineTuneOptSpotMetering int8u [val & 0xf] 10.1 MultiSelectorShootMode int8u [val >> 6 & 0x3]
0 = Select Center Focus Point (Reset)
1 = Highlight Active Focus Point
2 = Preset Focus Point (Pre)
3 = Not Used (None)10.2 MultiSelectorPlaybackMode int8u [val >> 4 & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off
3 = Choose Folder10.3 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay11.1 ExposureDelayMode int8u [val >> 6 & 0x3]
0 = Off
1 = 1 s
2 = 2 s
3 = 3 s11.2 CLModeShootingSpeed int8u [val & 0xf] 12.1 MaxContinuousRelease int8u 13.1 AutoBracketSet int8u [val >> 5 & 0x7]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
4 = Active D-Lighting13.2 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+13.3 AutoBracketModeM int8u [val >> 2 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only14.1 FuncButton int8u [val & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering15.1 PreviewButton int8u [val & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering16.1 AssignBktButton int8u [val & 0x7]
0 = Auto Bracketing
1 = Multiple Exposure
2 = HDR (high dynamic range)
3 = None17.1 AELockButton int8u [val & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering18.1 CommandDialsChangeMainSub int8u [val >> 5 & 0x7]
0 = Autofocus Off, Exposure Off
1 = Autofocus Off, Exposure On
2 = Autofocus Off, Exposure On (Mode A)
4 = Autofocus On, Exposure Off
5 = Autofocus On, Exposure On
6 = Autofocus On, Exposure On (Mode A)18.2 CommandDialsMenuAndPlayback int8u [val >> 3 & 0x3]
0 = On
1 = Off
2 = On (Image Review Excluded)18.3 CommandDialsApertureSetting int8u [val >> 2 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring18.4 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On18.5 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes19.1 StandbyTimer int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
3 = 10 s5 = 30 s
6 = 1 min
7 = 5 min8 = 10 min
9 = 30 min
10 = No Limit20.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s20.2 SelfTimerShotInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s20.3 SelfTimerShotCount int8u [val & 0xf] 21.1 ImageReviewMonitorOffTime int8u [val >> 5 & 0x7]
0 = 2 s
1 = 4 s
3 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min21.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
1 = 5 min
2 = 10 min
3 = 15 min4 = 20 min
5 = 30 min
6 = No Limit22.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min22.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min23.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
0 = 1/320 s (auto FP)
2 = 1/250 s (auto FP)
3 = 1/250 s
5 = 1/200 s
6 = 1/160 s7 = 1/125 s
8 = 1/100 s
9 = 1/80 s
10 = 1/60 s23.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s24.1 FlashControlBuilt-in int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode31.1 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off36.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min37.1 MultiSelectorLiveView int8u [val >> 6 & 0x3]
0 = Reset
1 = Zoom
3 = Not Used38.1 ShutterSpeedLock int8u [val >> 7 & 0x1]
0 = Off
1 = On38.2 ApertureLock int8u [val >> 6 & 0x1]
0 = Off
1 = On38.3 MovieShutterButton int8u [val >> 5 & 0x1]
0 = Take Photo
1 = Record Movies38.4 FlashExposureCompArea int8u [val >> 2 & 0x1]
0 = Entire frame
1 = Background only40.1 MovieAELockButtonAssignment int8u [val & 0xf]
0 = None
3 = Index Marking
4 = View Photo Shooting Info
5 = AE/AF Lock
6 = AE Lock Only
7 = AE Lock (hold)
8 = AF Lock Only41.1 MovieFunctionButton int8u [val >> 4 & 0x7]
0 = None
1 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info41.2 MoviePreviewButton int8u [val & 0x7]
0 = None
2 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info42.1 FuncButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
8 = Exposure Delay Mode43.1 PreviewButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
8 = Exposure Delay Mode44.1 AELockButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
4 = Choose Non-CPU Lens Number
8 = Exposure Delay Mode45.1 AssignMovieRecordButton int8u [val & 0xf]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
9 = White Balance
10 = ISO Sensitivity46.1 FineTuneOptHighlightWeighted int8u [val & 0xf] 47.1 DynamicAreaAFDisplay int8u [val >> 7 & 0x1]
0 = Off
1 = On47.2 AFPointIllumination int8u [val >> 6 & 0x1]
0 = Off
1 = On During Manual Focusing47.3 StoreByOrientation int8u [val >> 3 & 0x3]
0 = Off
1 = Focus Point
2 = Focus Point and AF-area mode47.4 GroupAreaAFIllumination int8u [val >> 2 & 0x1]
0 = Squares
1 = Dots48.1 MatrixMetering int8u [val >> 7 & 0x1]
0 = Face Detection On
1 = Face Detection Off48.2 LiveViewButtonOptions int8u [val >> 4 & 0x3]
0 = Enable
2 = Disable48.3 AFModeRestrictions int8u [val & 0x3]
0 = No Restrictions
1 = AF-C
2 = AF-S49.1 LimitAFAreaModeSelection int8u [val >> 1 & 0x3f]
0x0 = No Restrictions
Bit 0 = Auto-area
Bit 1 = Group-area
Bit 2 = 3D-tracking
Bit 3 = Dynamic area (51 points)
Bit 4 = Dynamic area (21 points)
Bit 5 = Dynamic area (9 points)50.1 AF-OnForMB-D12 int8u [val & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only
3 = AE Lock (hold)4 = AE Lock (reset)
5 = AF-On
6 = FV Lock
7 = Same As Fn Button51.1 AssignRemoteFnButton int8u [val & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
7 = AF Lock Only
8 = AF-On
16 = +NEF(RAW)
25 = Live View
26 = Flash Disable/Enable52.1 LensFocusFunctionButtons int8u [val & 0x3f]
3 = AE/AF Lock
4 = AE Lock Only
7 = AF Lock Only
21 = Disable Synchronized Release
22 = Remote Release Only
24 = Preset focus Point
26 = Flash Disable/Enable
32 = AF-Area Mode: Single-point AF
33 = AF-Area Mode: Dynamic-area AF (9 points)
34 = AF-Area Mode: Dynamic-area AF (21 points)
35 = AF-Area Mode: Dynamic-area AF (51 points)
36 = AF-Area Mode: Group-area AF
37 = AF-Area Mode: Auto area AF
Custom settings for the D850.
Index1 Tag Name Writable Values / Notes 0.2 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus
3 = Focus + Release1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 AFPointSelection int8u [val >> 4 & 0x1]
0 = 55 Points
1 = 15 Points1.4 Three-DTrackingFaceDetection int8u [val >> 3 & 0x1]
0 = Off
1 = On1.5 BlockShotAFResponse int8u [val & 0x7]
1 = 1 (Quick)
2 = 2
3 = 3 (Normal)
4 = 4
5 = 5 (Delay)2.1 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap2.2 AFPointBrightness int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off4.1 ISODisplay int8u [val >> 3 & 0x1]
0 = Show ISO Sensitivity
1 = Show Frame Count4.2 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off5.1 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On5.2 ElectronicFront-CurtainShutter int8u [val >> 3 & 0x1]
0 = Off
1 = On6.1 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.2 CommandDialsReverseRotation int8u [val >> 3 & 0x3]
0 = No
1 = Shutter Speed & Aperture
2 = Exposure Compensation
3 = Exposure Compensation, Shutter Speed & Aperture6.3 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (Auto Reset)7.1 ExposureControlStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.2 ISOStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV8.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average8.2 FineTuneOptMatrixMetering int8u [val & 0xf] 9.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 9.2 FineTuneOptSpotMetering int8u [val & 0xf] 10.1 MultiSelectorShootMode int8u [val >> 5 & 0x7]
0 = Select Center Focus Point (Reset)
2 = Preset Focus Point (Pre)
3 = Highlight Active Focus Point
4 = Not Used (None)10.2 MultiSelectorPlaybackMode int8u [val >> 2 & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off
3 = Choose Folder10.3 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay11.1 ExposureDelayMode int8u [val >> 5 & 0x7]
0 = Off
1 = 0.2 s
2 = 0.5 s3 = 1 s
4 = 2 s
5 = 3 s11.2 CLModeShootingSpeed int8u [val & 0xf] 12.1 MaxContinuousRelease int8u 13.1 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+13.2 AutoBracketModeM int8u [val >> 2 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only14.1 Func1Button int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)15.1 PreviewButton int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)16.1 AssignBktButton int8u [val & 0x7]
0 = Auto Bracketing
1 = Multiple Exposure
2 = HDR (high dynamic range)
3 = None18.1 CommandDialsChangeMainSub int8u [val >> 5 & 0x7]
0 = Autofocus Off, Exposure Off
1 = Autofocus Off, Exposure On
2 = Autofocus Off, Exposure On (Mode A)
4 = Autofocus On, Exposure Off
5 = Autofocus On, Exposure On
6 = Autofocus On, Exposure On (Mode A)18.2 CommandDialsMenuAndPlayback int8u [val >> 3 & 0x3]
0 = On
1 = Off
2 = On (Image Review Excluded)18.3 CommandDialsApertureSetting int8u [val >> 2 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring18.4 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes19.1 StandbyTimer int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
3 = 10 s5 = 30 s
6 = 1 min
7 = 5 min8 = 10 min
9 = 30 min
10 = No Limit20.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s20.2 SelfTimerShotInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s20.3 SelfTimerShotCount int8u [val & 0xf] 21.1 ImageReviewMonitorOffTime int8u [val >> 5 & 0x7]
0 = 2 s
1 = 4 s
3 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min21.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
1 = 5 min
2 = 10 min
3 = 15 min4 = 20 min
5 = 30 min
6 = No Limit22.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min22.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min23.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
2 = 1/250 s (auto FP)
3 = 1/250 s
5 = 1/200 s
6 = 1/160 s7 = 1/125 s
8 = 1/100 s
9 = 1/80 s
10 = 1/60 s23.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s31.1 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off36.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min37.1 MultiSelectorLiveView int8u [val >> 6 & 0x3]
0 = Reset
1 = Zoom
3 = Not Used38.1 ShutterSpeedLock int8u [val >> 7 & 0x1]
0 = Off
1 = On38.2 ApertureLock int8u [val >> 6 & 0x1]
0 = Off
1 = On38.3 MovieShutterButton int8u [val >> 4 & 0x1]
0 = Take Photo
1 = Record Movies38.4 FlashExposureCompArea int8u [val >> 2 & 0x1]
0 = Entire Frame
1 = Background Only38.5 AutoFlashISOSensitivity int8u [val >> 1 & 0x1]
0 = Subject and Background
1 = Subject Only41.1 MovieFunc1Button int8u [val >> 4 & 0xf]
0 = None
2 = Power Aperture (close)
3 = Index Marking
4 = View Photo Shooting Info
11 = Exposure Compensation -41.2 MoviePreviewButton int8u [val & 0xf]
0 = None
1 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info
10 = Exposure Compensation +42.1 Func1ButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode43.1 PreviewButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode45.1 AssignMovieRecordButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
7 = Photo Shooting Menu Bank
11 = Exposure Mode46.1 FineTuneOptHighlightWeighted int8u [val & 0xf] 47.1 DynamicAreaAFDisplay int8u [val >> 7 & 0x1]
0 = Off
1 = On47.2 AFPointIllumination int8u [val >> 6 & 0x1]
0 = Off
1 = On During Manual Focusing47.3 StoreByOrientation int8u [val >> 3 & 0x3]
0 = Off
1 = Focus Point
2 = Focus Point and AF-area Mode48.1 MatrixMetering int8u [val >> 7 & 0x1]
0 = Face Detection On
1 = Face Detection Off48.2 LiveViewButtonOptions int8u [val >> 4 & 0x3]
0 = Enable
1 = Enable (Standby Timer Active)
2 = Disable48.3 AFModeRestrictions int8u [val & 0x3]
0 = No Restrictions
1 = AF-C
2 = AF-S49.1 LimitAFAreaModeSelection int8u [val >> 1 & 0x3f]
0x0 = No Restrictions
Bit 0 = Auto-area
Bit 1 = Group-area
Bit 2 = 3D-tracking
Bit 3 = Dynamic area (153 points)
Bit 4 = Dynamic area (72 points)
Bit 5 = Dynamic area (25 points)52.1 LensFocusFunctionButtons int8u [val & 0x3f]
3 = AE/AF Lock
4 = AE Lock Only
7 = AF Lock Only
8 = AF-On
24 = Preset Focus Point
26 = Flash Disable/Enable
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)66.1 VerticalMultiSelector int8u [val & 0xff]
0x0 = Same as Multi-Selector with Info(U/D) & Playback(R/L)
0x8 = Same as Multi-Selector with Info(R/L) & Playback(U/D)
0x80 = Focus Point Selection67.1 AssignMB-D18FuncButton int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = Reset Focus Point
19 = Grid Display
20 = My Menu
22 = Remote Release Only
23 = Preset Focus Point
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
54 = Highlight Active Focus Point
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)68.1 AssignMB-D18FuncButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode
10 = ISO Sensitivity
11 = Exposure Mode
12 = Exposure Compensation
13 = Metering Mode70.1 AF-OnButton int8u [val & 0x3f]
0 = None
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)71.1 SubSelector int8u [val >> 7 & 0x1]
0 = Focus Point Selection
1 = Same as MultiSelector72.1 SubSelectorCenter int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = Reset Focus Point
19 = Grid Display
20 = My Menu
22 = Remote Release Only
23 = Preset Focus Point
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
54 = Highlight Active Focus Point
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)73.1 SubSelectorPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
4 = Choose Non-CPU Lens Number
7 = Photo Shooting Menu Bank74.1 AssignMovieSubselector int8u [val >> 4 & 0xf]
0 = None
3 = Index Marking
4 = View Photo Shooting Info
5 = AE/AF Lock
6 = AE Lock (Only)
7 = AE Lock (Hold)
8 = AF Lock (Only)75.1 AssignMovieFunc1ButtonPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area75.2 AssignMoviePreviewButtonPlusDials int8u [val & 0x1]
0 = None
1 = Choose Image Area76.1 AssignMovieSubselectorPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area77.1 SyncReleaseMode int8u [val >> 7 & 0x1]
0 = No Sync
1 = Sync77.2 ContinuousModeLiveView int8u [val >> 6 & 0x1]
0 = Off
1 = On78.1 Three-DTrackingWatchArea int8u [val >> 7 & 0x1]
0 = Wide
1 = Normal78.2 SubjectMotion int8u [val >> 5 & 0x3]
0 = Steady
1 = Middle
2 = Erratic78.3 AFActivation int8u [val >> 3 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only78.4 ShutterReleaseButtonAE-L int8u [val & 0x3]
0 = Off
1 = On (Half Press)
2 = On (Burst Mode)79.1 AssignMB-D18AF-OnButton int8u [val & 0x7f]
0 = None
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 153 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 153 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
56 = AF-Area Mode (Dynamic Area 9 Points)
57 = AF-Area Mode + AF-On (Dynamic Area 9 Points)
100 = Same as Camera AF-On Button80.1 Func2Button int8u [val & 0x3f]
0 = None
15 = My Menu Top Item
20 = My Menu
55 = Rating82.1 AssignMovieFunc2Button int8u [val >> 4 & 0x7]
0 = None
3 = Index Marking
4 = View Photo Shooting Info
Custom settings for the D5000.
Index1 Tag Name Writable Values / Notes 0.1 AFAreaModeSetting int8u [val >> 5 & 0x3]
0 = Single Area
1 = Dynamic Area
2 = Auto-area
3 = 3D-tracking (11 points)0.2 AFAssist int8u [val & 0x1]
0 = On
1 = Off2.1 Beep int8u [val >> 6 & 0x3]
0 = Off
1 = Low
2 = High2.2 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off2.3 ISODisplay int8u [val >> 3 & 0x1]
0 = On
1 = Off2.4 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release3.1 FileNumberSequence int8u [val >> 3 & 0x1]
0 = On
1 = Off4.1 RangeFinder int8u [val >> 4 & 0x1]
0 = Off
1 = On4.2 DateImprint int8u [val >> 3 & 0x1]
0 = Off
1 = On4.3 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +5.1 EVStepSize int8u [val >> 6 & 0x1]
0 = 1/3 EV
1 = 1/2 EV9.1 ExposureDelayMode int8u [val >> 6 & 0x1]
0 = Off
1 = On11.1 AutoBracketSet int8u [val >> 6 & 0x3]
0 = Exposure
1 = Active D-Lighting
2 = WB Bracketing12.1 TimerFunctionButton int8u [val >> 3 & 0x7]
0 = Self-timer
1 = Release Mode
2 = Image Quality/Size
3 = ISO4 = White Balance
5 = Active D-Lighting
6 = + NEF (RAW)
7 = Auto Bracketing15.1 AELockButton int8u [val >> 3 & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only
3 = AE Lock (hold)
4 = AF-ON16.1 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On16.2 CommandDialsReverseRotation int8u [val >> 7 & 0x1]
0 = No
1 = Yes17.1 MeteringTime int8u [val >> 4 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 30 min17.2 RemoteOnDuration int8u [val & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 15 min18.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s18.2 SelfTimerShotCount int8u [val >> 1 & 0xf] 19.1 ImageReviewTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 10 min20.1 PlaybackMenusTime int8u [val >> 5 & 0x7]
0 = 8 s
1 = 12 s
2 = 20 s
3 = 1 min
4 = 10 min22.1 InternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual22.2 ManualFlashOutput int8u [val & 0x1f] 32.1 LiveViewAF int8u [val >> 5 & 0x3]
0 = Face Priority
1 = Wide Area
2 = Normal Area
3 = Subject Tracking
Custom settings for the D5100.
Index1 Tag Name Writable Values / Notes 0.1 AF-CPrioritySelection int8u [val >> 7 & 0x1]
0 = Release
1 = Focus1.1 AFAssist int8u [val & 0x1]
0 = On
1 = Off3.1 Beep int8u [val >> 6 & 0x3]
0 = Off
1 = Low
2 = High3.2 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release3.3 ISODisplay int8u [val >> 3 & 0x1]
0 = On
1 = Off4.1 FileNumberSequence int8u [val >> 3 & 0x1]
0 = On
1 = Off5.1 RangeFinder int8u [val >> 4 & 0x1]
0 = Off
1 = On5.2 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.1 EVStepSize int8u [val >> 6 & 0x1]
0 = 1/3 EV
1 = 1/2 EV10.1 ExposureDelayMode int8u [val >> 6 & 0x1]
0 = Off
1 = On12.1 AutoBracketSet int8u [val >> 6 & 0x3]
0 = Exposure
1 = WB Bracketing
2 = Active D-Lighting13.1 TimerFunctionButton int8u [val >> 3 & 0x7]
0 = Self-timer
1 = Release Mode
2 = Image Quality/Size
3 = ISO4 = White Balance
5 = Active D-Lighting
6 = + NEF (RAW)
7 = Auto Bracketing16.1 AELockButton int8u [val >> 3 & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only
3 = AE Lock (hold)
4 = AF-ON17.1 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On17.2 CommandDialsReverseRotation int8u [val >> 7 & 0x1]
0 = No
1 = Yes18.1 MeteringTime int8u [val >> 4 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 30 min18.2 RemoteOnDuration int8u [val & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 20 min19.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s19.2 SelfTimerShotCount int8u [val & 0xf] 20.1 ImageReviewTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 10 min20.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
0 = 3 min
1 = 5 min
2 = 10 min3 = 15 min
4 = 20 min
5 = 30 min21.1 PlaybackMenusTime int8u [val >> 5 & 0x7]
0 = 8 s
1 = 12 s
2 = 20 s
3 = 1 min
4 = 10 min23.1 ManualFlashOutput int8u [val & 0x1f]
Custom settings for the D5200.
Index1 Tag Name Writable Values / Notes 0.1 AF-CPrioritySelection int8u [val >> 7 & 0x1]
0 = Release
1 = Focus0.2 NumberOfFocusPoints int8u [val >> 4 & 0x1]
0 = 39 Points
1 = 11 Points1.1 AFAssist int8u [val & 0x1]
0 = On
1 = Off3.1 Beep int8u [val >> 6 & 0x3]
0 = Off
1 = Low
2 = High3.2 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release3.3 ISODisplay int8u [val >> 3 & 0x1]
0 = On
1 = Off4.1 FileNumberSequence int8u [val >> 3 & 0x1]
0 = On
1 = Off5.1 RangeFinder int8u [val >> 2 & 0x1]
0 = Off
1 = On5.2 ReverseExposureCompDial int8u [val >> 4 & 0x1]
0 = No
1 = Yes5.3 ReverseShutterSpeedAperture int8u [val >> 3 & 0x1]
0 = No
1 = Yes5.4 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.1 EVStepSize int8u [val >> 6 & 0x1]
0 = 1/3 EV
1 = 1/2 EV10.1 ExposureDelayMode int8u [val >> 6 & 0x1]
0 = Off
1 = On12.1 AutoBracketSet int8u [val >> 6 & 0x3]
0 = Exposure
1 = WB Bracketing
2 = Active D-Lighting13.1 FunctionButton int8u [val & 0x1f]
3 = AE/AF Lock
4 = AE Lock Only
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-ON
16 = + NEF (RAW)
18 = Active D-Lighting25 = Live View
26 = Image Quality
27 = ISO
28 = White Balance
29 = HDR
30 = Auto Bracketing
31 = AF-area Mode16.1 AELockButton int8u [val & 0xf]
3 = AE/AF Lock
4 = AE Lock Only
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-ON17.1 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On18.1 StandbyTimer int8u [val >> 5 & 0x7]
0 = 4 s
1 = 8 s
2 = 20 s
3 = 1 min
4 = 30 min18.2 RemoteOnDuration int8u [val & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 15 min19.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s19.2 SelfTimerShotCount int8u [val & 0xf] 20.1 ImageReviewTime int8u [val >> 5 & 0x7]
1 = 4 s
2 = 8 s
4 = 20 s
5 = 1 min
7 = 10 min20.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
1 = 5 min
2 = 10 min
3 = 15 min
4 = 20 min
5 = 30 min21.1 PlaybackMenusTime int8u [val >> 5 & 0x7]
1 = 8 s
4 = 20 s
5 = 1 min
6 = 5 min
7 = 10 min23.1 InternalFlash int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual23.2 ManualFlashOutput int8u [val & 0x1f]
Custom settings for the D7000.
Index1 Tag Name Writable Values / Notes 0.1 AF-CPrioritySelection int8u [val >> 7 & 0x1]
0 = Release
1 = Focus0.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release0.3 NumberOfFocusPoints int8u [val >> 4 & 0x1]
0 = 39 Points
1 = 11 Points0.4 FocusTrackingLockOn int8u [val & 0x7]
0 = Off
1 = 1 Short
2 = 23 = 3 Normal
4 = 4
5 = 5 Long1.1 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap1.2 AFPointIllumination int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off1.3 AFAssist int8u [val & 0x1]
0 = On
1 = Off2.1 BatteryOrder int8u [val >> 6 & 0x1]
0 = MB-D11 First
1 = Camera Battery First2.2 AF-OnForMB-D11 int8u [val >> 2 & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only
3 = AE Lock (hold)4 = AF-ON
5 = FV Lock
6 = Same as FUNC Button2.3 MB-D11BatteryType int8u [val & 0x3]
0 = LR6 (AA alkaline)
1 = Ni-MH (AA Ni-MH)
2 = FR6 (AA lithium)3.1 BeepPitch int8u [val >> 6 & 0x3]
0 = Off
1 = Low
2 = High3.2 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release3.3 ISODisplay int8u [val >> 2 & 0x3]
0 = Show ISO/Easy ISO
1 = Show ISO Sensitivity
3 = Show Frame Count3.4 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off3.5 ViewfinderWarning int8u [val & 0x1]
0 = On
1 = Off4.1 ShootingInfoDisplay int8u [val >> 6 & 0x3]
0 = Auto
2 = Manual (dark on light)
3 = Manual (light on dark)4.2 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On4.3 FileNumberSequence int8u [val >> 3 & 0x1]
0 = On
1 = Off4.4 ScreenTips int8u [val >> 2 & 0x1]
0 = Off
1 = On4.5 BeepVolume int8u [val & 0x3]
0 = Off
1 = 1
2 = 2
3 = 35.1 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +5.2 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On Auto Reset6.1 ExposureControlStep int8u [val >> 6 & 0x1]
0 = 1/3 EV
1 = 1/2 EV6.2 ISOSensitivityStep int8u [val >> 4 & 0x1]
0 = 1/3 EV
1 = 1/2 EV7.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 6 mm
1 = 8 mm
2 = 10 mm
3 = 13 mm
4 = Average10.1 ExposureDelayMode int8u [val >> 6 & 0x1]
0 = Off
1 = On10.2 CLModeShootingSpeed int8u [val & 0x7] 11 MaxContinuousRelease int8u 12.1 AutoBracketSet int8u [val >> 5 & 0x7]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
4 = Active D-Lighting12.2 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+13.1 FuncButton int8u [val >> 3 & 0x1f]
0 = Grid Display
1 = FV Lock
2 = Flash Off
3 = Matrix Metering
4 = Center-weighted Metering
5 = Spot Metering
6 = My Menu Top
7 = + NEF (RAW)
8 = Active D-Lighting
9 = Preview
10 = AE/AF Lock
11 = AE Lock Only
12 = AF Lock Only
13 = AE Lock (hold)
14 = Bracketing Burst
15 = Playback
16 = 1EV Step Speed/Aperture
17 = Choose Non-CPU Lens
18 = Virtual Horizon
19 = Start Movie Recording14.1 PreviewButton int8u [val >> 3 & 0x1f]
0 = Grid Display
1 = FV Lock
2 = Flash Off
3 = Matrix Metering
4 = Center-weighted Metering
5 = Spot Metering
6 = My Menu Top
7 = + NEF (RAW)
8 = Active D-Lighting
9 = Preview
10 = AE/AF Lock
11 = AE Lock Only
12 = AF Lock Only
13 = AE Lock (hold)
14 = Bracketing Burst
15 = Playback
16 = 1EV Step Speed/Aperture
17 = Choose Non-CPU Lens
18 = Virtual Horizon
19 = Start Movie Recording15.1 OKButton int8u [val >> 3 & 0x3]
0 = Off
1 = Select Center Focus Point
2 = Highlight Active Focus Point
3 = Not Used16.1 AELockButton int8u [val >> 3 & 0x7]
0 = AE/AF Lock
1 = AE Lock Only
2 = AF Lock Only3 = AE Lock (hold)
4 = AF-ON
5 = FV Lock17.1 CommandDialsReverseRotation int8u [val >> 7 & 0x1]
0 = No
1 = Yes17.2 CommandDialsChangeMainSub int8u [val >> 5 & 0x3]
0 = Off
1 = On
2 = On (A mode only)17.3 CommandDialsApertureSetting int8u [val >> 2 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring17.4 CommandDialsMenuAndPlayback int8u [val >> 3 & 0x3]
0 = On
1 = Off
2 = On (Image Review Exclude)17.5 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On17.6 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes18.1 MeteringTime int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
2 = 8 s
3 = 16 s
4 = 30 s5 = 1 min
6 = 5 min
7 = 10 min
8 = 30 min
9 = No Limit18.2 RemoteOnDuration int8u [val & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 15 min19.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s19.2 SelfTimerInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s19.3 SelfTimerShotCount int8u [val & 0xf] 20.1 ImageReviewTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min20.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min21.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min21.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min22.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
0 = 1/320 s (auto FP)
1 = 1/250 s (auto FP)
2 = 1/250 s
3 = 1/200 s
4 = 1/160 s5 = 1/125 s
6 = 1/100 s
7 = 1/80 s
8 = 1/60 s22.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s23.1 FlashControlBuilt-in int8u [val >> 6 & 0x3]
0 = TTL
1 = Manual
2 = Repeating Flash
3 = Commander Mode23.2 ManualFlashOutput int8u [val & 0x1f] 24.1 RepeatingFlashOutput int8u [val >> 4 & 0x7] 24.2 RepeatingFlashCount int8u [val & 0xf] 25.1 RepeatingFlashRate int8u [val >> 4 & 0xf] 26.1 CommanderInternalTTLCompBuiltin int8u [val & 0x1f] 27.1 CommanderInternalTTLCompGroupA int8u [val & 0x1f] 28.1 CommanderInternalTTLCompGroupB int8u [val & 0x1f] 30.1 FlashWarning int8u [val >> 7 & 0x1]
0 = On
1 = Off30.2 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off34.1 LiveViewAFAreaMode int8u [val >> 5 & 0x3]
0 = Face-Priority
1 = NormalArea
2 = WideArea
3 = SubjectTracking34.2 LiveViewAFMode int8u [val >> 1 & 0x1]
0 = AF-C
1 = AF-F35.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min
Custom settings for the D4 and D4S.
Index1 Tag Name Writable Values / Notes 0.1 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus
3 = Focus + Release1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 AFPointSelection int8u [val >> 4 & 0x1]
0 = 51 Points
1 = 11 Points1.4 FocusTrackingLockOn int8u [val & 0x7]
0 = Off
1 = 1 (Short)
2 = 23 = 3 (Normal)
4 = 4
5 = 5 (Long)2.1 AFActivation int8u [val >> 7 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only2.2 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap4.1 Pitch int8u [val >> 6 & 0x1]
0 = High
1 = Low4.2 NoMemoryCard int8u [val >> 5 & 0x1]
0 = Release Locked
1 = Enable Release4.3 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off5.1 ShootingInfoDisplay int8u [val >> 6 & 0x3]
1 = Auto
2 = Manual (dark on light)
3 = Manual (light on dark)5.2 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On5.3 ScreenTips int8u [val >> 2 & 0x1]
0 = Off
1 = On5.4 Beep int8u [val & 0x3]
0 = Off
1 = Low
2 = Medium
3 = High6.1 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.2 RearDisplay int8u [val >> 6 & 0x1]
0 = ISO
1 = Exposures Remaining6.3 ViewfinderDisplay int8u [val >> 5 & 0x1]
0 = Frame Count
1 = Exposures Remaining6.4 CommandDialsReverseRotation int8u [val >> 3 & 0x3]
0 = No
1 = Shutter Speed & Aperture
2 = Exposure Compensation
3 = Exposure Compensation, Shutter Speed & Aperture6.5 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (auto reset)7.1 ExposureControlStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.2 ISOStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV8.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average8.2 FineTuneOptMatrixMetering int8u [val & 0xf] 9.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 9.2 FineTuneOptSpotMetering int8u [val & 0xf] 10.1 MultiSelectorShootMode int8u [val >> 6 & 0x3]
0 = Select Center Focus Point (Reset)
2 = Preset Focus Point (Pre)
3 = Not Used (None)10.2 MultiSelectorPlaybackMode int8u [val >> 4 & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off
3 = Choose Folder10.3 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay11.1 ExposureDelayMode int8u [val >> 6 & 0x3]
0 = Off
1 = 1 s
2 = 2 s
3 = 3 s11.2 CHModeShootingSpeed int8u [val >> 4 & 0x1]
0 = 10 fps
1 = 11 fps11.3 CLModeShootingSpeed int8u [val & 0xf] 12 MaxContinuousRelease int8u 13.1 AutoBracketSet int8u [val >> 5 & 0x7]
0 = AE & Flash
1 = AE Only
2 = Flash Only
3 = WB Bracketing
4 = Active D-Lighting13.2 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+13.3 AutoBracketModeM int8u [val >> 2 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only14.1 FuncButton int8u [val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = My Menu
20 = Grid Display
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable14.2 FuncButtonPlusDials int8u [val & 0x7]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
6 = Shooting Bank Menu15.1 PreviewButton int8u [val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = My Menu
20 = Grid Display
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable15.2 PreviewButtonPlusDials int8u [val & 0x7]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
6 = Shooting Bank Menu16.1 AssignBktButton int8u [val & 0x7]
0 = Auto Bracketing
1 = Multiple Exposure
2 = HDR (high dynamic range)
3 = None18.1 CommandDialsChangeMainSub int8u [val >> 5 & 0x7]
0 = Autofocus Off, Exposure Off
1 = Autofocus Off, Exposure On
2 = Autofocus Off, Exposure On (Mode A)
4 = Autofocus On, Exposure Off
5 = Autofocus On, Exposure On
6 = Autofocus On, Exposure On (Mode A)18.2 CommandDialsMenuAndPlayback int8u [val >> 3 & 0x3]
0 = On
1 = Off
2 = On (Image Review Excluded)18.3 CommandDialsApertureSetting int8u [val >> 2 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring18.4 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On18.5 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes19.1 StandbyTimer int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
3 = 10 s
5 = 30 s6 = 1 min
7 = 5 min
8 = 10 min
9 = 30 min20.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s20.2 SelfTimerShotCount int8u [val & 0xf] 20.3 SelfTimerShotInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s21.1 ImageReviewMonitorOffTime int8u [val >> 5 & 0x7]
0 = 2 s
1 = 4 s
2 = 10 s
3 = 20 s4 = 1 min
5 = 5 min
6 = 10 min21.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
0 = 5 min
1 = 10 min
2 = 15 min3 = 20 min
4 = 30 min
5 = No Limit22.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min22.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min23.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
1 = 1/250 s (auto FP)
2 = 1/250 s
3 = 1/200 s
4 = 1/160 s5 = 1/125 s
6 = 1/100 s
7 = 1/80 s
8 = 1/60 s23.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s31.1 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off36.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min37.1 PlaybackZoom int8u [val & 0x1]
0 = Use Separate Zoom Buttons
1 = Use Either Zoom Button with Command Dial38.1 ShutterSpeedLock int8u [val >> 7 & 0x1]
0 = Off
1 = On38.2 ApertureLock int8u [val >> 6 & 0x1]
0 = Off
1 = On38.3 MovieShutterButton int8u [val >> 4 & 0x3]
0 = Take Photo
1 = Record Movies
2 = Live Frame Grab38.4 FlashExposureCompArea int8u [val >> 2 & 0x1]
0 = Entire frame
1 = Background only41.1 MovieFunctionButton int8u [val >> 4 & 0x7]
0 = None
1 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info41.2 MoviePreviewButton int8u [val & 0x7]
0 = None
2 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info42.1 VerticalMultiSelector int8u [val >> 5 & 0x3]
0 = Same as Multi-Selector with Info(U/D) & Playback(R/L)
1 = Same as Multi-Selector with Info(R/L) & Playback(U/D)
2 = Focus Point Selection42.2 VerticalFuncButton int8u [val & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = My Menu
20 = Grid Display
26 = Flash Disable/Enable43.1 VerticalFuncButtonPlusDials int8u [val >> 4 & 0xf]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
6 = Shooting Bank Menu
7 = ISO Sensitivity
8 = Exposure Mode
9 = Exposure Compensation
10 = Metering43.2 AssignMovieRecordButton int8u [val & 0x7]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
3 = ISO Sensitivity
4 = Shooting Bank Menu46.1 DynamicAreaAFDisplay int8u [val >> 7 & 0x1]
0 = Off
1 = On46.2 AFPointIllumination int8u [val >> 5 & 0x3]
0 = Off
1 = On in Continuous Shooting Modes
2 = On During Manual Focusing
3 = On in Continuous Shooting and Manual Focusing46.3 StoreByOrientation int8u [val >> 3 & 0x3]
0 = Off
1 = Focus Point
2 = Focus Point and AF-area mode46.4 GroupAreaAFIllumination int8u [val >> 2 & 0x1]
0 = Squares
1 = Dots46.5 AFPointBrightness int8u [val & 0x3]
0 = Low
1 = Normal
2 = High
3 = Extra High47.1 AFOnButton int8u [val >> 4 & 0x7]
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
6 = None47.2 VerticalAFOnButton int8u [val & 0x7]
0 = Same as AF On
1 = AF On
2 = AE/AF Lock
3 = AE Lock Only
4 = AE Lock (reset on release)
5 = AE Lock (hold)
6 = AF Lock Only
7 = None48.1 SubSelectorAssignment int8u [val >> 7 & 0x1]
0 = Focus Point Selection
1 = Same As Multi-selector48.2 MovieSubSelectorAssignment int8u [val & 0x7]
0 = None
1 = Index Marking
2 = AE/AF Lock
3 = AE Lock Only
4 = AE Lock (hold)
5 = AF Lock Only
6 = View Photo Shooting Info49.1 SubSelector int8u [val >> 3 & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = My Menu
19 = Reset
20 = Grid Display
21 = Disable Synchronized Release
22 = Remote Release Only
23 = Preview
26 = Flash Disable/Enable49.2 SubSelectorPlusDials int8u [val & 0x7]
0 = None
1 = Choose Image Area (FX/DX/5:4)
2 = Shutter Speed & Aperture Lock
4 = Choose Non-CPU Lens Number
6 = Shooting Bank Menu50.1 MatrixMetering int8u (D4S only)
[val >> 7 & 0x1]
0 = Face Detection On
1 = Face Detection Off50.2 LiveViewButtonOptions int8u (D4S only)
[val >> 4 & 0x3]
0 = Enable
1 = Enable (standby time active)
2 = Disable50.3 AFModeRestrictions int8u (D4S only)
[val & 0x3]
0 = Off
1 = AF-C
2 = AF-S51.1 LimitAFAreaModeSelection int8u (D4S only)
[val >> 1 & 0x3f]
0x0 = No Restrictions
Bit 0 = Auto-area
Bit 1 = Group-area
Bit 2 = 3D-tracking
Bit 3 = Dynamic area (51 points)
Bit 4 = Dynamic area (21 points)
Bit 5 = Dynamic area (9 points)52.1 MovieFunctionButtonPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area52.2 MoviePreviewButtonPlusDials int8u [val & 0x1]
0 = None
1 = Choose Image Area53.1 MovieSubSelectorAssignmentPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area54.1 AssignRemoteFnButton int8u (D4S only)
[val & 0x1f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
7 = AF Lock Only
8 = AF-On
16 = +NEF(RAW)
25 = Live View
26 = Flash Disable/Enable55.1 LensFocusFunctionButtons int8u (D4S only)
[val & 0x3f]
3 = AE/AF Lock
4 = AE Lock Only
7 = AF Lock Only
21 = Disable Synchronized Release
22 = Remote Release Only
24 = Preset focus Point
26 = Flash Disable/Enable
32 = AF-Area Mode: Single-point AF
33 = AF-Area Mode: Dynamic-area AF (9 points)
34 = AF-Area Mode: Dynamic-area AF (21 points)
35 = AF-Area Mode: Dynamic-area AF (51 points)
36 = AF-Area Mode: Group-area AF
37 = AF-Area Mode: Auto area AF
Custom settings for the D5.
Index1 Tag Name Writable Values / Notes 0.1 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus
3 = Focus + Release1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 NumberOfFocusPoints int8u [val >> 4 & 0x1]
0 = 55 Points
1 = 15 Points1.4 Three-DTrackingFaceDetection int8u [val >> 3 & 0x1]
0 = Off
1 = On1.5 BlockShotAFResponse int8u [val & 0x7] 2.1 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap2.2 AFPointBrightness int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off4.1 ISODisplay int8u [val >> 3 & 0x1]
0 = Show ISO Sensitivity
1 = Show Frame Count4.2 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off5.1 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On5.2 ElectronicFront-CurtainShutter int8u [val >> 3 & 0x1]
0 = Off
1 = On6.1 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.2 CommandDialsReverseRotation int8u [val >> 3 & 0x3]
0 = No
1 = Shutter Speed & Aperture
2 = Exposure Compensation
3 = Exposure Compensation, Shutter Speed & Aperture6.3 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (auto reset)7.1 ExposureControlStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.2 ISOStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV8.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average8.2 FineTuneOptMatrixMetering int8u [val & 0xf] 9.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 9.2 FineTuneOptSpotMetering int8u [val & 0xf] 10.1 MultiSelectorShootMode int8u [val >> 5 & 0x7]
0 = Select Center Focus Point (Reset)
1 = Zoom On/Off
2 = Preset Focus Point (Pre)
4 = Not Used (None)10.3 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay11.1 ExposureDelayMode int8u [val >> 6 & 0x3]
0 = Off
1 = 1 s
2 = 2 s
3 = 3 s11.2 CLModeShootingSpeed int8u [val & 0xf] 12.1 MaxContinuousRelease int8u 13.1 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+13.2 AutoBracketModeM int8u [val >> 2 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only14.1 Func1Button int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
58 = AF-Area Mode + AF-On (Group Area AF - HL)
59 = AF-Area Mode + AF-On (Group Area AF - VL)15.1 PreviewButton int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
58 = AF-Area Mode + AF-On (Group Area AF - HL)
59 = AF-Area Mode + AF-On (Group Area AF - VL)16.1 AssignBktButton int8u [val & 0x7]
0 = Auto Bracketing
1 = Multiple Exposure
2 = HDR (high dynamic range)
3 = None18.1 CommandDialsChangeMainSub int8u [val >> 5 & 0x7]
0 = Autofocus Off, Exposure Off
1 = Autofocus Off, Exposure On
2 = Autofocus Off, Exposure On (Mode A)
4 = Autofocus On, Exposure Off
5 = Autofocus On, Exposure On
6 = Autofocus On, Exposure On (Mode A)18.2 CommandDialsMenuAndPlayback int8u [val >> 3 & 0x3]
0 = On
1 = Off
2 = On (Image Review Excluded)18.3 CommandDialsApertureSetting int8u [val >> 2 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring18.4 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes19.1 StandbyTimer int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
3 = 10 s5 = 30 s
6 = 1 min
7 = 5 min8 = 10 min
9 = 30 min
10 = No Limit20.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s20.2 SelfTimerShotInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s20.3 SelfTimerShotCount int8u [val & 0xf] 21.1 ImageReviewMonitorOffTime int8u [val >> 5 & 0x7]
0 = 2 s
1 = 4 s
3 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min21.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
1 = 5 min
2 = 10 min
3 = 15 min4 = 20 min
5 = 30 min
6 = No Limit22.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min22.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min23.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
2 = 1/250 s (auto FP)
3 = 1/250 s
5 = 1/200 s
6 = 1/160 s7 = 1/125 s
8 = 1/100 s
9 = 1/80 s
10 = 1/60 s23.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s31.1 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off36.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min37.1 MultiSelectorLiveView int8u [val >> 6 & 0x3]
0 = Reset
1 = Zoom
3 = Not Used38.1 ShutterSpeedLock int8u [val >> 7 & 0x1]
0 = Off
1 = On38.2 ApertureLock int8u [val >> 6 & 0x1]
0 = Off
1 = On38.3 MovieShutterButton int8u [val >> 4 & 0x1]
0 = Take Photo
1 = Record Movies38.4 FlashExposureCompArea int8u [val >> 2 & 0x1]
0 = Entire Frame
1 = Background Only38.5 AutoFlashISOSensitivity int8u [val >> 1 & 0x1]
0 = Subject and Background
1 = Subject Only41.1 MovieFunc1Button int8u [val >> 4 & 0xf]
0 = None
2 = Power Aperture (close)
3 = Index Marking
4 = View Photo Shooting Info
11 = Exposure Compensation -41.2 MoviePreviewButton int8u [val & 0xf]
0 = None
1 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info
10 = Exposure Compensation +42.1 Func1ButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode43.1 PreviewButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode45.1 AssignMovieRecordButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
7 = Photo Shooting Menu Bank
11 = Exposure Mode46.1 FineTuneOptHighlightWeighted int8u [val & 0xf] 47.1 DynamicAreaAFDisplay int8u [val >> 7 & 0x1]
0 = Off
1 = On47.2 AFPointIllumination int8u [val >> 6 & 0x1]
0 = Off
1 = On During Manual Focusing47.3 StoreByOrientation int8u [val >> 3 & 0x3]
0 = Off
1 = Focus Point
2 = Focus Point and AF-area Mode48.1 MatrixMetering int8u [val >> 7 & 0x1]
0 = Face Detection On
1 = Face Detection Off48.2 LiveViewButtonOptions int8u [val >> 4 & 0x3]
0 = Enable
1 = Enable (Standby Timer Active)
2 = Disable48.3 AFModeRestrictions int8u [val & 0x3]
0 = No Restrictions
1 = AF-C
2 = AF-S49.1 LimitAFAreaModeSelection int8u [val >> 1 & 0x3f]
0x0 = No Restrictions
Bit 0 = Auto-area
Bit 1 = Group-area
Bit 2 = 3D-tracking
Bit 3 = Dynamic area (153 points)
Bit 4 = Dynamic area (72 points)
Bit 5 = Dynamic area (25 points)52.1 LensFocusFunctionButtons int8u [val & 0x3f]
3 = AE/AF Lock
4 = AE Lock Only
7 = AF Lock Only
8 = AF-On
24 = Preset Focus Point
26 = Flash Disable/Enable
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)66.1 VerticalMultiSelector int8u [val & 0xff]
0x0 = Same as Multi-Selector with Info(U/D) & Playback(R/L)
0x8 = Same as Multi-Selector with Info(R/L) & Playback(U/D)
0x80 = Focus Point Selection67.1 VerticalFuncButton int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = Reset Focus Point
19 = Grid Display
20 = My Menu
22 = Remote Release Only
23 = Preset Focus Point
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
54 = Highlight Active Focus Point68.1 VerticalFuncPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode
10 = ISO Sensitivity
11 = Exposure Mode
12 = Exposure Compensation
13 = Metering70.1 AF-OnButton int8u [val & 0x3f]
0 = None
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)71.1 SubSelector int8u [val >> 7 & 0x1]
0 = Focus Point Selection
1 = Same as MultiSelector72.1 SubSelectorCenter int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = Reset Focus Point
19 = Grid Display
20 = My Menu
22 = Remote Release Only
23 = Preset Focus Point
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
54 = Highlight Active Focus Point73.1 SubSelectorPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
4 = Choose Non-CPU Lens Number
7 = Photo Shooting Menu Bank74.1 AssignMovieSubselector int8u [val >> 4 & 0xf]
0 = None
3 = Index Marking
4 = View Photo Shooting Info
5 = AE/AF Lock
6 = AE Lock (Only)
7 = AE Lock (Hold)
8 = AF Lock (Only)75.1 AssignMovieFunc1ButtonPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area75.2 AssignMoviePreviewButtonPlusDials int8u [val & 0x1]
0 = None
1 = Choose Image Area (DX/1.3x)76.1 AssignMovieSubselectorPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area77.1 SyncReleaseMode int8u [val >> 7 & 0x1]
0 = No Sync
1 = Sync78.1 Three-DTrackingWatchArea int8u [val >> 7 & 0x1]
0 = Wide
1 = Normal78.2 SubjectMotion int8u [val >> 5 & 0x3]
0 = Steady
1 = Middle
2 = Erratic78.3 AFActivation int8u [val >> 3 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only78.4 ShutterReleaseButtonAE-L int8u [val & 0x3]
0 = Off
1 = On (Half Press)
2 = On (Burst Mode)79.1 VerticalAFOnButton int8u [val & 0x7f]
0 = None
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
100 = Same as AF-On80.1 Func2Button int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
21 = Disable Synchronized Release
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)81.1 Func2ButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode82.1 AssignMovieFunc2Button int8u [val >> 4 & 0x7]
0 = None
3 = Index Marking
4 = View Photo Shooting Info83.1 Func3Button int8u [val & 0x3]
0 = None
1 = Voice Memo
2 = Rating
3 = Connect To Network
Custom settings for the D500.
Index1 Tag Name Writable Values / Notes 0.1 CustomSettingsBank int8u [val & 0x3]
0 = A
1 = B
2 = C
3 = D1.1 AF-CPrioritySelection int8u [val >> 6 & 0x3]
0 = Release
1 = Release + Focus
2 = Focus
3 = Focus + Release1.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Focus
1 = Release1.3 NumberOfFocusPoints int8u [val >> 4 & 0x1]
0 = 55 Points
1 = 15 Points1.4 Three-DTrackingFaceDetection int8u [val >> 3 & 0x1]
0 = Off
1 = On1.5 BlockShotAFResponse int8u [val & 0x7] 2.1 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap2.2 AFPointBrightness int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off4.1 ISODisplay int8u [val >> 3 & 0x1]
0 = Show ISO Sensitivity
1 = Show Frame Count4.2 GridDisplay int8u [val >> 1 & 0x1]
0 = On
1 = Off5.1 LCDIllumination int8u [val >> 5 & 0x1]
0 = Off
1 = On5.2 ElectronicFront-CurtainShutter int8u [val >> 3 & 0x1]
0 = Off
1 = On6.1 ReverseIndicators int8u [val >> 7 & 0x1]
0 = + 0 -
1 = - 0 +6.2 CommandDialsReverseRotation int8u [val >> 3 & 0x3]
0 = No
1 = Shutter Speed & Aperture
2 = Exposure Compensation
3 = Exposure Compensation, Shutter Speed & Aperture6.3 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On (auto reset)7.1 ExposureControlStepSize int8u [val >> 6 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.2 ISOStepSize int8u [val >> 4 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV7.3 ExposureCompStepSize int8u [val >> 2 & 0x3]
0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV8.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 6 mm
1 = 8 mm
2 = 10 mm
3 = 13 mm
4 = Average8.2 FineTuneOptMatrixMetering int8u [val & 0xf] 9.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 9.2 FineTuneOptSpotMetering int8u [val & 0xf] 10.1 MultiSelectorShootMode int8u [val >> 5 & 0x7]
0 = Select Center Focus Point (Reset)
2 = Preset Focus Point (Pre)
3 = Highlight Active Focus Point
4 = Not Used (None)10.2 MultiSelectorPlaybackMode int8u [val >> 2 & 0x3]
0 = Thumbnail On/Off
1 = View Histograms
2 = Zoom On/Off
3 = Choose Folder10.3 MultiSelector int8u [val & 0x1]
0 = Do Nothing
1 = Reset Meter-off Delay11.1 ExposureDelayMode int8u [val >> 6 & 0x3]
0 = Off
1 = 1 s
2 = 2 s
3 = 3 s11.2 CLModeShootingSpeed int8u [val & 0xf] 12.1 MaxContinuousRelease int8u 13.1 AutoBracketOrder int8u [val >> 4 & 0x1]
0 = 0,-,+
1 = -,0,+13.2 AutoBracketModeM int8u [val >> 2 & 0x3]
0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only14.1 Func1Button int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)15.1 PreviewButton int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
19 = Grid Display
20 = My Menu
22 = Remote Release Only
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)16.1 AssignBktButton int8u [val & 0x7]
0 = Auto Bracketing
1 = Multiple Exposure
2 = HDR (high dynamic range)
3 = None18.1 CommandDialsChangeMainSub int8u [val >> 5 & 0x7]
0 = Autofocus Off, Exposure Off
1 = Autofocus Off, Exposure On
2 = Autofocus Off, Exposure On (Mode A)
4 = Autofocus On, Exposure Off
5 = Autofocus On, Exposure On
6 = Autofocus On, Exposure On (Mode A)18.2 CommandDialsMenuAndPlayback int8u [val >> 3 & 0x3]
0 = On
1 = Off
2 = On (Image Review Excluded)18.3 CommandDialsApertureSetting int8u [val >> 2 & 0x1]
0 = Sub-command Dial
1 = Aperture Ring18.4 ReleaseButtonToUseDial int8u [val & 0x1]
0 = No
1 = Yes19.1 StandbyTimer int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
3 = 10 s5 = 30 s
6 = 1 min
7 = 5 min8 = 10 min
9 = 30 min
10 = No Limit20.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s20.2 SelfTimerShotInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s20.3 SelfTimerShotCount int8u [val & 0xf] 21.1 ImageReviewMonitorOffTime int8u [val >> 5 & 0x7]
0 = 2 s
1 = 4 s
3 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min21.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
1 = 5 min
2 = 10 min
3 = 15 min4 = 20 min
5 = 30 min
6 = No Limit22.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min22.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
2 = 10 s
4 = 20 s5 = 1 min
6 = 5 min
7 = 10 min23.1 FlashSyncSpeed int8u [val >> 4 & 0xf]
2 = 1/250 s (auto FP)
3 = 1/250 s
5 = 1/200 s
6 = 1/160 s7 = 1/125 s
8 = 1/100 s
9 = 1/80 s
10 = 1/60 s23.2 FlashShutterSpeed int8u [val & 0xf]
0 = 1/60 s
1 = 1/30 s
2 = 1/15 s
3 = 1/8 s
4 = 1/4 s
5 = 1/2 s6 = 1 s
7 = 2 s
8 = 4 s
9 = 8 s
10 = 15 s
11 = 30 s31.1 ModelingFlash int8u [val >> 5 & 0x1]
0 = On
1 = Off36.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min37.1 MultiSelectorLiveView int8u [val >> 6 & 0x3]
0 = Reset
1 = Zoom
3 = Not Used38.1 ShutterSpeedLock int8u [val >> 7 & 0x1]
0 = Off
1 = On38.2 ApertureLock int8u [val >> 6 & 0x1]
0 = Off
1 = On38.3 MovieShutterButton int8u [val >> 4 & 0x1]
0 = Take Photo
1 = Record Movies38.4 FlashExposureCompArea int8u [val >> 2 & 0x1]
0 = Entire Frame
1 = Background Only38.5 AutoFlashISOSensitivity int8u [val >> 1 & 0x1]
0 = Subject and Background
1 = Subject Only41.1 MovieFunc1Button int8u [val >> 4 & 0xf]
0 = None
2 = Power Aperture (close)
3 = Index Marking
4 = View Photo Shooting Info
11 = Exposure Compensation -41.2 MoviePreviewButton int8u [val & 0xf]
0 = None
1 = Power Aperture (open)
3 = Index Marking
4 = View Photo Shooting Info
10 = Exposure Compensation +42.1 Func1ButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (DX/1.3x)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode43.1 PreviewButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (DX/1.3x)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode45.1 AssignMovieRecordButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (DX/1.3x)
2 = Shutter Speed & Aperture Lock
7 = Photo Shooting Menu Bank
11 = Exposure Mode46.1 FineTuneOptHighlightWeighted int8u [val & 0xf] 47.1 DynamicAreaAFDisplay int8u [val >> 7 & 0x1]
0 = Off
1 = On47.2 AFPointIllumination int8u [val >> 6 & 0x1]
0 = Off
1 = On During Manual Focusing47.3 StoreByOrientation int8u [val >> 3 & 0x3]
0 = Off
1 = Focus Point
2 = Focus Point and AF-area Mode47.4 GroupAreaAFIllumination int8u [val >> 2 & 0x1]
0 = Squares
1 = Dots48.1 MatrixMetering int8u [val >> 7 & 0x1]
0 = Face Detection On
1 = Face Detection Off48.2 LiveViewButtonOptions int8u [val >> 4 & 0x3]
0 = Enable
1 = Enable (Standby Timer Active)
2 = Disable48.3 AFModeRestrictions int8u [val & 0x3]
0 = No Restrictions
1 = AF-C
2 = AF-S49.1 LimitAFAreaModeSelection int8u [val >> 1 & 0x3f]
0x0 = No Restrictions
Bit 0 = Auto-area
Bit 1 = Group-area
Bit 2 = 3D-tracking
Bit 3 = Dynamic area (153 points)
Bit 4 = Dynamic area (72 points)
Bit 5 = Dynamic area (25 points)52.1 LensFocusFunctionButtons int8u [val & 0x3f]
3 = AE/AF Lock
4 = AE Lock Only
7 = AF Lock Only
8 = AF-On
24 = Preset Focus Point
26 = Flash Disable/Enable
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)66.1 VerticalMultiSelector int8u [val & 0xff]
0x0 = Same as Multi-Selector with Info(U/D) & Playback(R/L)
0x8 = Same as Multi-Selector with Info(R/L) & Playback(U/D)
0x80 = Focus Point Selection67.1 AssignMB-D17FuncButton int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = Reset Focus Point
19 = Grid Display
20 = My Menu
22 = Remote Release Only
23 = Preset Focus Point
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
54 = Highlight Active Focus Point68.1 AssignMB-D17FuncButtonPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (DX/1.3x)
2 = Shutter Speed & Aperture Lock
3 = One Step Speed / Aperture
4 = Choose Non-CPU Lens Number
5 = Active D-Lighting
7 = Photo Shooting Menu Bank
8 = Exposure Delay Mode
10 = ISO Sensitivity
11 = Exposure Mode
12 = Exposure Compensation
13 = Metering Mode70.1 AF-OnButton int8u [val & 0x3f]
0 = None
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)71.1 SubSelector int8u [val >> 7 & 0x1]
0 = Focus Point Selection
1 = Same as MultiSelector72.1 SubSelectorCenter int8u [val & 0x3f]
0 = None
1 = Preview
2 = FV Lock
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
10 = Bracketing Burst
11 = Matrix Metering
12 = Center-weighted Metering
13 = Spot Metering
14 = Playback
15 = My Menu Top Item
16 = +NEF(RAW)
17 = Virtual Horizon
18 = Reset Focus Point
19 = Grid Display
20 = My Menu
22 = Remote Release Only
23 = Preset Focus Point
26 = Flash Disable/Enable
27 = Highlight-weighted Metering
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
49 = Sync Release (Master Only)
50 = Sync Release (Remote Only)
54 = Highlight Active Focus Point73.1 SubSelectorPlusDials int8u [val & 0xf]
0 = None
1 = Choose Image Area (DX/1.3x)
2 = Shutter Speed & Aperture Lock
4 = Choose Non-CPU Lens Number
7 = Photo Shooting Menu Bank74.1 AssignMovieSubselector int8u [val >> 4 & 0xf]
0 = None
3 = Index Marking
4 = View Photo Shooting Info
5 = AE/AF Lock
6 = AE Lock (Only)
7 = AE Lock (Hold)
8 = AF Lock (Only)75.1 AssignMovieFunc1ButtonPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area (DX/1.3x)75.2 AssignMoviePreviewButtonPlusDials int8u [val & 0x1]
0 = None
1 = Choose Image Area (DX/1.3x)76.1 AssignMovieSubselectorPlusDials int8u [val >> 4 & 0x1]
0 = None
1 = Choose Image Area (DX/1.3x)77.1 SyncReleaseMode int8u [val >> 7 & 0x1]
0 = No Sync
1 = Sync78.1 Three-DTrackingWatchArea int8u [val >> 7 & 0x1]
0 = Wide
1 = Normal78.2 SubjectMotion int8u [val >> 5 & 0x3]
0 = Steady
1 = Middle
2 = Erratic78.3 AFActivation int8u [val >> 3 & 0x1]
0 = Shutter/AF-On
1 = AF-On Only78.4 ShutterReleaseButtonAE-L int8u [val & 0x3]
0 = Off
1 = On (Half Press)
2 = On (Burst Mode)79.1 AssignMB-D17AF-OnButton int8u [val & 0x7f]
0 = None
3 = AE/AF Lock
4 = AE Lock Only
5 = AE Lock (reset on release)
6 = AE Lock (hold)
7 = AF Lock Only
8 = AF-On
36 = AF-Area Mode (Single)
37 = AF-Area Mode (Dynamic Area 25 Points)
38 = AF-Area Mode (Dynamic Area 72 Points)
39 = AF-Area Mode (Dynamic Area 152 Points)
40 = AF-Area Mode (Group Area AF)
41 = AF-Area Mode (Auto Area AF)
42 = AF-Area Mode + AF-On (Single)
43 = AF-Area Mode + AF-On (Dynamic Area 25 Points)
44 = AF-Area Mode + AF-On (Dynamic Area 72 Points)
45 = AF-Area Mode + AF-On (Dynamic Area 152 Points)
46 = AF-Area Mode + AF-On (Group Area AF)
47 = AF-Area Mode + AF-On (Auto Area AF)
100 = Same as Camera AF-On Button80.1 Func2Button int8u [val & 0x3f]
0 = None
15 = My Menu Top Item
20 = My Menu
55 = Rating82.1 AssignMovieFunc2Button int8u [val >> 4 & 0x7]
0 = None
3 = Index Marking
4 = View Photo Shooting Info
Custom settings for the D610.
Index1 Tag Name Writable Values / Notes 0.1 AF-CPrioritySelection int8u [val >> 7 & 0x1]
0 = Release
1 = Focus0.2 AF-SPrioritySelection int8u [val >> 5 & 0x1]
0 = Release
1 = Focus0.3 NumberOfFocusPoints int8u [val >> 4 & 0x1]
0 = 39 Points
1 = 11 Points0.4 FocusTrackingLockOn int8u [val & 0x7]
0 = Off
1 = 1 Short
2 = 23 = 3 Normal
4 = 4
5 = 5 Long1.1 FocusPointWrap int8u [val >> 3 & 0x1]
0 = No Wrap
1 = Wrap1.2 AFPointIllumination int8u [val >> 1 & 0x3]
0 = Auto
1 = On
2 = Off1.3 AFAssist int8u [val & 0x1]
0 = On
1 = Off5.1 EasyExposureCompensation int8u [val & 0x3]
0 = Off
1 = On
2 = On Auto Reset6.1 ExposureControlStep int8u [val >> 6 & 0x1]
0 = 1/3 EV
1 = 1/2 EV6.2 ISOSensitivityStep int8u [val >> 4 & 0x1]
0 = 1/3 EV
1 = 1/2 EV7.1 CenterWeightedAreaSize int8u [val >> 5 & 0x7]
0 = 8 mm
1 = 12 mm
2 = 15 mm
3 = 20 mm
4 = Average7.2 FineTuneOptMatrixMetering int8u [val & 0xf] 8.1 FineTuneOptCenterWeighted int8u [val >> 4 & 0xf] 8.2 FineTuneOptSpotMetering int8u [val & 0xf] 17.1 ShutterReleaseButtonAE-L int8u [val >> 1 & 0x1]
0 = Off
1 = On18.1 StandbyTimer int8u [val >> 4 & 0xf]
0 = 4 s
1 = 6 s
2 = 10 s3 = 30 s
4 = 1 min
5 = 5 min6 = 10 min
7 = 30 min
8 = No Limit18.2 RemoteOnDuration int8u [val & 0x3]
0 = 1 min
1 = 5 min
2 = 10 min
3 = 20 min19.1 SelfTimerTime int8u [val >> 6 & 0x3]
0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s19.2 SelfTimerShotInterval int8u [val >> 4 & 0x3]
0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s19.3 SelfTimerShotCount int8u [val & 0xf] 20.1 ImageReviewMonitorOffTime int8u [val >> 5 & 0x7]
0 = 2 s
1 = 4 s
2 = 10 s
3 = 20 s4 = 1 min
5 = 5 min
6 = 10 min20.2 LiveViewMonitorOffTime int8u [val >> 2 & 0x7]
0 = 5 min
1 = 10 min
2 = 15 min3 = 20 min
4 = 30 min
5 = No Limit21.1 MenuMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min21.2 ShootingInfoMonitorOffTime int8u [val >> 2 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min35.1 PlaybackMonitorOffTime int8u [val >> 5 & 0x7]
0 = 4 s
1 = 10 s
2 = 20 s3 = 1 min
4 = 5 min
5 = 10 min
Custom settings for the Z9.
Index1 Tag Name Writable Values / Notes 1 CustomSettingsBank int8u 0 = A
1 = B
2 = C
3 = D3 AF-CPrioritySelection int8u 0 = Release
1 = Release + Focus
3 = Focus5 AF-SPrioritySelection int8u 0 = Release
1 = Focus7 BlockShotAFResponse int8u 1 = 1 (Quick)
2 = 2
3 = 3 (Normal)
4 = 4
5 = 5 (Delayed)11 AFPointSel int8u 0 = Use All
1 = Use Half13 StoreByOrientation int8u 0 = Off
1 = Focus Point
2 = Focus Point and AF-area mode15 AFActivation int8u 0 = AF-On Only
1 = Shutter/AF-On16 AF-OnOutOfFocusRelease? int8u 0 = Disable
1 = Enable17 LimitAF-AreaModeSelPinpoint? int8u 0 = Limit
1 = No Limit19 LimitAF-AreaModeSelWideAF_S? int8u 0 = Limit
1 = No Limit20 LimitAF-AreaModeSelWideAF_L? int8u 0 = Limit
1 = No Limit21 LimitAFAreaModeSelAuto? int8u 0 = Limit
1 = No Limit22 FocusPointWrap? int8u 0 = No Wrap
1 = Wrap23 ManualFocusPointIllumination? int8u 0 = On During Focus Point Selection Only
1 = On24 DynamicAreaAFAssist? int8u 0 = Focus Point Only
1 = Focus and Surrounding Points25 AF-AssistIlluminator int8u 0 = Off
1 = On26 ManualFocusRingInAFMode int8u 0 = Off
1 = On27 ExposureControlStepSize int8u 0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV29 EasyExposureCompensation int8u 0 = Off
1 = On
2 = On (auto reset)31 CenterWeightedAreaSize int8u 0 = 8 mm
1 = 12 mm
4 = Average33 FineTuneOptMatrixMetering int8s 35 FineTuneOptCenterWeighted int8s 37 FineTuneOptSpotMetering int8s 39 FineTuneOptHighlightWeighted int8s 41 ShutterReleaseButtonAE-L int8u 0 = Off
1 = On (Half Press)
2 = On (Burst Mode)43 SelfTimerTime int8u 0 = 2 s
1 = 5 s
2 = 10 s
3 = 20 s45 SelfTimerShotCount int8u 49 SelfTimerShotInterval int8u 0 = 0.5 s
1 = 1 s
2 = 2 s
3 = 3 s51 PlaybackMonitorOffTime int8u --> NikonCustom DelaysZ9 Values 53 MenuMonitorOffTime int8u --> NikonCustom DelaysZ9 Values 55 ShootingInfoMonitorOffTime int8u --> NikonCustom DelaysZ9 Values 57 ImageReviewMonitorOffTime int8u --> NikonCustom DelaysZ9 Values 59 CLModeShootingSpeed int8u 61 MaxContinuousRelease no 65 SyncReleaseMode? int8u 0 = No Sync
1 = Sync69 LimitSelectableImageAreaDX? int8u 0 = Limit
1 = No Limit70 LimitSelectableImageArea1To1? int8u 0 = Limit
1 = No Limit71 LimitSelectableImageArea16To9? int8u 0 = Limit
1 = No Limit72 FileNumberSequence int8u 0 = Off
1 = On73 FocusPeakingLevel? int8u 0 = High Sensitivity
1 = Standard Sensitivity
2 = Low Sensitivity75 FocusPeakingHighlightColor? int8u 0 = Red
1 = Yellow
2 = Blue
3 = White81 ContinuousModeDisplay int8u 0 = Off
1 = On83 FlashSyncSpeed no
0 = 1/60 s
1 = 1/80 s
2 = 1/100 s
3 = 1/125 s4 = 1/160 s
5 = 1/200 s
6 = 1/250 s85 HighSpeedSync int8u 0 = Off
1 = On87 FlashShutterSpeed no
0 = 1 s
1 = 1/2 s
2 = 1/4 s3 = 1/8 s
4 = 1/15 s
5 = 1/30 s6 = 1/60 s
7 = 30 s
8 = 15 s9 = 8 s
10 = 4 s
11 = 2 s89 FlashExposureCompArea int8u 0 = Entire Frame
1 = Background Only91 AutoFlashISOSensitivity int8u 0 = Subject and Background
1 = Subject Only93 ModelingFlash int8u 0 = Off
1 = On95 AutoBracketModeM int8u 0 = Flash/Speed
1 = Flash/Speed/Aperture
2 = Flash/Aperture
3 = Flash Only
4 = Flash/ISO97 AutoBracketOrder int8u 0 = 0,-,+
1 = -,0,+99 Func1Button int8u --> NikonCustom ButtonsZ9 Values 115 Func2Button int8u --> NikonCustom ButtonsZ9 Values 131 AFOnButton int8u --> NikonCustom ButtonsZ9 Values 143 SubSelector? int8u --> NikonCustom ButtonsZ9 Values 155 AssignMovieRecordButton? int8u --> NikonCustom ButtonsZ9 Values 159 LensFunc1Button int8u --> NikonCustom ButtonsZ9 Values 167 LensFunc2Button int8u --> NikonCustom ButtonsZ9 Values 173 LensControlRing int8u 0 = None (Disabled)
1 = Focus (M/A)
2 = ISO Sensitivity
3 = Exposure Compensation
4 = Aperture175 MultiSelectorShootMode int8u --> NikonCustom ButtonsZ9 Values 179 MultiSelectorPlaybackMode int8u --> NikonCustom ButtonsZ9 Values 183 ShutterSpeedLock int8u 0 = Off
1 = On184 ApertureLock int8u 0 = Off
1 = On186 CmdDialsReverseRotation int8u 0 = No
1 = Shutter Speed & Aperture
0 = Exposure Compensation
1 = Exposure Compensation, Shutter Speed & Aperture191 UseDialWithoutHold? int8u 0 = Off
1 = On193 ReverseIndicators? int8u 0 = + 0 -
1 = - 0 +195 MovieFunc1Button int8u --> NikonCustom ButtonsZ9 Values 199 MovieFunc2Button int8u --> NikonCustom ButtonsZ9 Values 203 MovieAF-OnButton int8u --> NikonCustom ButtonsZ9 Values 215 MovieLensControlRing int8u 0 = None (Disabled)
2 = ISO Sensitivity
3 = Exposure Compensation
4 = Power Aperture
5 = Hi-Res Zoom217 MovieMultiSelector? int8u --> NikonCustom ButtonsZ9 Values 221 MovieAFSpeed int8u 223 MovieAFSpeedApply int8u 0 = Always
1 = Only During Recording225 MovieAFTrackingSensitivity int8u
0 = 1 (High)
1 = 2
2 = 3
3 = 4 (Normal)4 = 5
5 = 6
6 = 7 (Low)257 LCDIllumination? int8u 0 = Off
1 = On258 ExtendedShutterSpeeds int8u 0 = Off
1 = On259 SubjectMotion int8u 0 = Erratic
1 = Steady261 FocusPointPersistence int8u 0 = Auto
1 = Off263 AutoFocusModeRestrictions? int8u 0 = AF-S
1 = AF-C
2 = Full-time AF
3 = Manual
4 = No Restrictions267 CHModeShootingSpeed int8u 269.1 LimitReleaseModeSelCL? int8u [val >> 1 & 0x1]
0 = Limit
1 = No Limit269.2 LimitReleaseModeSelCH? int8u [val >> 2 & 0x1]
0 = Limit
1 = No Limit269.3 LimitReleaseModeSelC30? int8u [val >> 4 & 0x1]
0 = Limit
1 = No Limit269.4 LimitReleaseModeSelC120? int8u [val >> 6 & 0x1]
0 = Limit
1 = No Limit269.5 LimitReleaseModeSelSelf? int8u [val >> 7 & 0x1]
0 = Limit
1 = No Limit273 FlashBurstPriority? int8u 0 = Frame Rate
1 = Exposure277 VerticalFuncButton int8u --> NikonCustom ButtonsZ9 Values 281 Func3Button int8u --> NikonCustom ButtonsZ9 Values 285 VerticalAFOnButton int8u --> NikonCustom ButtonsZ9 Values 293 VerticalMultiSelectorPlaybackMode? int8u 0 = Image Scroll L/R
1 = Image Scroll Up/Down295 MovieFunc3Button int8u --> NikonCustom ButtonsZ9 Values 335 LimitAF-AreaModeSelDynamic_S? int8u 0 = Limit
1 = No Limit336 LimitAF-AreaModeSelDynamic_M? int8u 0 = Limit
1 = No Limit337 LimitAF-AreaModeSelDynamic_L? int8u 0 = Limit
1 = No Limit339 LimitAF-AreaModeSel3DTracking? int8u 0 = Limit
1 = No Limit341 PlaybackFlickUp? int8u
0 = Rating
1 = Select To Send (PC)
2 = Select To Send (FTP)
3 = Protect
4 = Voice Memo
5 = None345 PlaybackFlickDown? int8u
0 = Rating
1 = Select To Send (PC)
2 = Select To Send (FTP)
3 = Protect
4 = Voice Memo
5 = None349 ISOStepSize int8u 0 = 1/3 EV
1 = 1/2 EV
2 = 1 EV355 ReverseFocusRing int8u 0 = Not Reversed
1 = Reversed356 EVFImageFrame? int8u 0 = Off
1 = On357 EVFGrid? int8u
0 = 3x3
1 = 4x4
2 = 2.35:13 = 1.85:1
4 = 5:4
5 = 4:36 = 1:1
7 = 16:9
8 = 90%359 VirtualHorizonStyle? int8u 0 = Type A (Cockpit)
1 = Type B (Sides)373 Func4Button? int8u --> NikonCustom ButtonsZ9 Values 379 AudioButton? int8u --> NikonCustom ButtonsZ9 Values 381 QualityButton? int8u --> NikonCustom ButtonsZ9 Values 399 VerticalMultiSelector? int8u --> NikonCustom ButtonsZ9 Values 421 Func1ButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 423 Func2ButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 425 Func3ButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 431 Func4ButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 437 MovieRecordButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 439 VerticalFuncButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 441 AudioButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 447 QualityButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 453 WhiteBalanceButtonPlaybackMode? int8u --> NikonCustom ButtonsZ9 Values 459 CommandDialPlaybackMode? int8u
0 = 1 Frame
1 = 10 Frames
2 = 50 Frames
3 = Folder
4 = Protect5 = Photos Only
6 = Videos Only
7 = Rating
8 = Page463 SubCommandDialPlaybackMode? int8u
0 = 1 Frame
1 = 10 Frames
2 = 50 Frames
3 = Folder
4 = Protect5 = Photos Only
6 = Videos Only
7 = Rating
8 = Page467 FocusPointLock? int8u 0 = Off
1 = On469 ControlRingResponse int8u 0 = High
1 = Low481 VerticalMovieFuncButton? int8u --> NikonCustom ButtonsZ9 Values 505 VerticalMovieAFOnButton? int8u --> NikonCustom ButtonsZ9 Values 515 MovieAFAreaMode? int8u --> NikonCustom ButtonsZ9 Values 527 HDMIViewAssist? int8u 0 = Off
1 = On529 ZebraPatternToneRange? int8u 0 = Off
1 = Highlights
2 = Midtones531 MovieZebraPattern? int8u 0 = Pattern 1
1 = Pattern 2533 MovieHighlightDisplayThreshold? int8u 535 MovieMidtoneDisplayValue? int8u 537 MovieMidtoneDisplayRange? int8u~ 541 MovieEVFGrid? int8u
0 = 3x3
1 = 4x4
2 = 2.35:13 = 1.85:1
4 = 5:4
5 = 4:36 = 1:1
7 = 16:9
8 = 90%549 MovieShutterSpeedLock? int8u 0 = Off
1 = On550 MovieFocusPointLock? int8u 0 = Off
1 = On563 MatrixMetering? int8u 0 = Face Detection Off
1 = Face Detection On564 AF-CFocusDisplay int8u 0 = Off
1 = On565 FocusPeakingDisplay? int8u 0 = Off
1 = On567 KeepExposure int8u 0 = Off
1 = Shutter Speed
2 = ISO585 StarlightView? int8u 0 = Off
1 = On587 EVFWarmDisplayMode? int8u 0 = Off
1 = Mode 1
2 = Mode 2589 EVFWarmDisplayBrightness? int8s 591 EVFReleaseIndicator? int8u 0 = Off
1 = Type A (Dark)
2 = Type B (Border)
3 = Type C (Sides)601 MovieApertureLock? int8u 0 = Off
1 = On607 FlickAdvanceDirection? int8u 0 = Left to Right
1 = Right to Left
Value DelaysZ9 Value DelaysZ9 Value DelaysZ9 0 = 2 s 5 = 30 s 11 = 30 min 1 = 4 s 6 = 1 min 12 = No Limit 3 = 10 s 7 = 5 min 4 = 20 s 8 = 10 min
Value ButtonsZ9 Value ButtonsZ9 0 = None 52 = Microphone Sensitivity 1 = Preview 57 = Preset Focus Point 3 = FV Lock 58 = AE/AWB Lock (hold) 4 = AE/AF Lock 59 = AF-AreaMode 5 = AE Lock Only 60 = AF-AreaMode + AF-On 6 = AE Lock (reset on release) 61 = Recall Shooting Functions 7 = AE Lock (hold) 64 = Filtered Playback 8 = AF Lock Only 65 = Same as AF-On 9 = AF-On 66 = Voice Memo 10 = Flash Disable/Enable 70 = Photo Shooting Bank 11 = Bracketing Burst 71 = ISO 12 = +NEF(RAW) 73 = Exposure Compensation 18 = Virtual Horizon 76 = Silent Mode 19 = Synchronized Release 78 = LiveView Information 20 = My Menu 79 = AWB Lock (hold) 21 = My Menu Top Item 80 = Grid Display 22 = Playback 81 = Starlight View 23 = Rating 82 = Select To Send (PC) 24 = Protect 83 = Select To Send (FTP) 25 = Zoom 84 = Pattern Tone Range 26 = Focus Peaking 85 = Control Lock 28 = Image Area 86 = Save Focus Position 30 = Non-CPU Lens 87 = Recall Focus Position 31 = Active-D Lighting 88 = Recall Shooting Functions (Hold) 33 = 1 Stop Speed/Aperture 97 = High Frequency Flicker Reduction 34 = White Balance 98 = Switch FX/DX 35 = Metering 99 = View Mode (Photo LV) 36 = Auto Bracketing 100 = Photo Flicker Reduction 37 = Multiple Exposure 101 = Filtered Playback (Select Criteria) 38 = HDR Overlay 103 = Start Series Playback 39 = Picture Control 104 = View Assist 40 = Quality 105 = Hi-Res Zoom+ 41 = Focus Mode/AF AreaMode 106 = Hi-Res Zoom- 42 = Select Center Focus Point 108 = Override Other Cameras 44 = Record Movie 109 = DISP - Cycle Information Display (shooting) 47 = Choose Folder 110 = DISP - Cycle Information Display (playback) 48 = Power Aperture (Open) 111 = Resume Shooting 49 = Power Aperture (Close)