Main Menu

Nikon FocusShift details

Started by gwalschl, January 26, 2022, 02:10:29 AM

Previous topic - Next topic

gwalschl

Does anyone know if ExifTool can extract information related to Nikon's Focus Shift feature? I'm using that with a Z6-2 camera. In the Nikon MenuSettingsZ7II Tags section of the Tag Names of ExifTool documentation, I see that the following fields are defined:

  • FocusShiftNumberShots
  • FocusShiftStepWidth
  • FocusShiftInterval
  • FocusShiftExposureLock

Maybe ExifTool is currently able to extract that information, but I cannot seem to find what the syntax would be. I'm still learning ExifTool so I'm a bit at a loss here. Is there a generic way to tell ExifTool to read any of those fields in the Nikon MenuSettingsZ7II Tags section? There are others there I'd be interested in as well.

Thanks very much in advance!

Phil Harvey

exiftool "-focusshift*" FILE

Oh, and you'll need to have a very recent version of ExifTool since these tags have been recently added.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

gwalschl